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
{{ message }}
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
https://github.com/NVlabs/cub/issues/127
Applied reduction-op instead of RLE-scan-op for last item, so was always
(insead of conditionally) folding in the last block's prefix count.
The attached sample code compiled as
nvcc -std=c++11 -o cub_bug cub_bug.cu
with cub 1.7.4 results in incorrect count for the last element
Mismatching count for key 130882: 1 vs. 2
cub_bug.txt
The text was updated successfully, but these errors were encountered: