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

[BUG]: Single-thread block reduce compilation issues #286

Closed
1 task done
gevtushenko opened this issue Jul 28, 2023 · 0 comments · Fixed by #287
Closed
1 task done

[BUG]: Single-thread block reduce compilation issues #286

gevtushenko opened this issue Jul 28, 2023 · 0 comments · Fixed by #287

Comments

@gevtushenko
Copy link
Collaborator

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

#include <cub/block/block_reduce.cuh>

__global__ void kernel() {
  typename cub::BlockReduce<double, 1, cub::BLOCK_REDUCE_WARP_REDUCTIONS>::TempStorage storage;
}

int main() {}

Expected behavior

Successful compilation

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

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

Successfully merging a pull request may close this issue.

1 participant