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]: aligned_size_t constructor and conversion operator are not constexpr #1563

Closed
1 task done
fbusato opened this issue Mar 22, 2024 · 1 comment
Closed
1 task done
Labels
bug Something isn't working right.

Comments

@fbusato
Copy link
Contributor

fbusato commented Mar 22, 2024

Is this a duplicate?

Type of Bug

Compile-time Error

Component

libcu++

Describe the bug

aligned_size_t constructor and conversion operator are not constexpr, while the documentation reports the opposite

How to Reproduce

see https://github.com/NVIDIA/libcudacxx/blob/4f42427dfe5fd88672c29c279637e0ccf5b47478/include/cuda/std/barrier#L28-L36

Expected behavior

compile-time evaluation

Reproduction link

No response

Operating System

No response

nvidia-smi output

No response

NVCC version

No response

@fbusato fbusato added the bug Something isn't working right. label Mar 22, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Mar 22, 2024
miscco added a commit to miscco/cccl that referenced this issue Mar 23, 2024
Fixes [BUG]: `aligned_size_t` constructor and conversion operator are not constexpr NVIDIA#1563
miscco added a commit to miscco/cccl that referenced this issue Mar 23, 2024
Fixes [BUG]: `aligned_size_t` constructor and conversion operator are not constexpr NVIDIA#1563
miscco added a commit that referenced this issue Mar 25, 2024
…1564)

Fixes [BUG]: `aligned_size_t` constructor and conversion operator are not constexpr #1563
@jrhemstad
Copy link
Collaborator

Closed by #1564

@github-project-automation github-project-automation bot moved this from Todo to Done in CCCL Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working right.
Projects
Archived in project
Development

No branches or pull requests

2 participants