Open JacobWongDev opened 5 months ago
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.
You're right, the correct param is false.
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.