Skip to content
New issue

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

Error in sample reduction code #272

Open
JacobWongDev opened this issue Jun 7, 2024 · 1 comment
Open

Error in sample reduction code #272

JacobWongDev opened this issue Jun 7, 2024 · 1 comment

Comments

@JacobWongDev
Copy link

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.

@toxicteddy00077
Copy link

You're right, the correct param is false.

toxicteddy00077 added a commit to toxicteddy00077/cuda-samples that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants