We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I came across an error in the reduction code under reduction_kernel.cu
On line 931, I think the kernel should be given the template parameter "false" instead of "true":
reduce7<T, 1024, true false>
Please let me know if this is intentional.
Thank you.
The text was updated successfully, but these errors were encountered:
You're right, the correct param is false.
Sorry, something went wrong.
fixed issue NVIDIA#272 in reduction_kernel.cu
1a4abc7
No branches or pull requests
Hi,
I came across an error in the reduction code under reduction_kernel.cu
On line 931, I think the kernel should be given the template parameter "false" instead of "true":
reduce7<T, 1024,
truefalse>Please let me know if this is intentional.
Thank you.
The text was updated successfully, but these errors were encountered: