Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[libc++] Protect the libc++ implementation from CUDA SDK's __noinline…
…__ macro (#73838) The CUDA SDK contains an unfortunate definition for the `__noinline__` macro. This patch works around it by using `__attribute__((noinline))` instead of `__attribute__((__noinline__))` on CUDA. We are still waiting for a long-term resolution to this issue in NVIDIA/cccl#1235.
- Loading branch information