-
Notifications
You must be signed in to change notification settings - Fork 159
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
[BUG]: Race reported in cub::BlockReduceRaking #1902
Labels
bug
Something isn't working right.
Comments
This was referenced Jun 21, 2024
alliepiper
added a commit
to alliepiper/cccl
that referenced
this issue
Nov 4, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes NVIDIA#1902.
alliepiper
added a commit
to alliepiper/cccl
that referenced
this issue
Nov 4, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes NVIDIA#1902.
alliepiper
added a commit
to alliepiper/cccl
that referenced
this issue
Nov 5, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes NVIDIA#1902.
alliepiper
added a commit
to alliepiper/cccl
that referenced
this issue
Nov 5, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes NVIDIA#1902.
alliepiper
added a commit
that referenced
this issue
Nov 5, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes #1902.
pciolkosz
pushed a commit
to pciolkosz/cccl
that referenced
this issue
Nov 6, 2024
`temp_storage.raking_grid` and `temp_storage.warp_storage` are aliased. We need to sync between using shmem to compute partials via `RakingReduction` and `WarpReduce`-ing those partial. Fixes NVIDIA#1902.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a duplicate?
Type of Bug
Something else
Component
CUB
Describe the bug
https://github.com/NVIDIA/cccl/actions/runs/9606424817/job/26497170643?pr=1879
How to Reproduce
Expected behavior
No diagnostics emitted.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: