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

2D (CUDA) parallel_for gets indices wrong if (M,N) not less than or multiples of 16 #57

Closed
PhilipFackler opened this issue Mar 15, 2024 · 0 comments

Comments

@PhilipFackler
Copy link
Collaborator

mwe_2d.txt

See attached example. When the lengths are less than 16 it works. When they are multiples of 16 it works. Otherwise the i or j provided inside the kernel go past the lengths.

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