You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code was taken from cub/examples/block/example_block_radix_sort.cu but slightly modified. The modified version is missing cub:: in two locations for it to compile.
pauleonix
changed the title
[BUG]: Sample Code in CUB README.md does not compile
[BUG]: Sample Code in CUB README.md and index.rst does not compile
Apr 19, 2024
This one is only wrong in cub/docs/index.rst, not in cub/README.md.
pauleonix
changed the title
[BUG]: Sample Code in CUB README.md and index.rst does not compile
[BUG]: Sample Code in CUB README and docs does not compile
Apr 22, 2024
Is this a duplicate?
Type of Bug
Compile-time Error
Component
CUB
Describe the bug
The code was taken from
cub/examples/block/example_block_radix_sort.cu
but slightly modified. The modified version is missingcub::
in two locations for it to compile.Bug found by Zhixiong Xiao on StackOverflow.com
How to Reproduce
Expected behavior
It should compile without errors.
Reproduction link
https://cuda.godbolt.org/z/o7ba9f388
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: