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

__shfl_up_sync mask #2339

Closed
hliuca opened this issue Apr 1, 2023 · 0 comments
Closed

__shfl_up_sync mask #2339

hliuca opened this issue Apr 1, 2023 · 0 comments
Labels

Comments

@hliuca
Copy link

hliuca commented Apr 1, 2023

In ./methods/kernel/linear_solver.cu, I see the masks are 0xFFFFFF.

sum = __shfl_sync(0xFFFFFF, sum, 0, logicalWarpSize);

Is this how the algorithm is designed? Or it should be 0xFFFFFFFF. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants