This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Replies: 1 comment
-
It is not currently available because of the header it is in. I created an issue for this a while back: https://github.com/NVIDIA/libcudacxx/issues/290 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
requires
Compute Capability 3.5 minimum, Compute Capability 8.0 for asynchronicity, C++11
cuda::aligned_size_t is only defined in <cuda/barrier> and <cuda/pipeline> which are only available for CC >= 7.0.
To use aligned_size_t on older devices, one needs to manually define aligned_size_t .
Problem example: https://cuda.godbolt.org/z/zv5v15z5W
Beta Was this translation helpful? Give feedback.
All reactions