We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Compile-time Error
CUB
Recent fixes of single-thread warp reduction broke single-thread block reduction.
#include <cub/block/block_reduce.cuh> __global__ void kernel() { typename cub::BlockReduce<double, 1, cub::BLOCK_REDUCE_WARP_REDUCTIONS>::TempStorage storage; } int main() {}
Successful compilation
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is this a duplicate?
Type of Bug
Compile-time Error
Component
CUB
Describe the bug
Recent fixes of single-thread warp reduction broke single-thread block reduction.
How to Reproduce
Expected behavior
Successful compilation
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: