[libcxx-commits] [libcxx] [libc++] Protect the libc++ implementation from CUDA SDK's `__noinline__` macro (PR #73838)

Dmitri Gribenko via libcxx-commits libcxx-commits at lists.llvm.org
Wed Dec 20 09:47:55 PST 2023


gribozavr wrote:

> > Above in the thread @Artem-B has linked to a bug about this that was filed against the Nvidia Thrust library, and was diagnosed by an Nvidia employee as "This issue is unique to clang" and closed: [NVIDIA/thrust#1703](https://github.com/NVIDIA/thrust/issues/1703)
> 
> This bug has been filed against thrust, but the actual problem is the cuda sdk IIUC. I'm not aware of any bug filed against that.

I would be happy to file a bug in a bug tracker of your choice - could you let me know where you prefer?

Note that that specific response comes with a person with GitHub bio "Lead for CUDA C++ Core Libraries (CCCL)", so there is a high chance that a bug against the CUDA SDK will be triaged by them too.

https://github.com/llvm/llvm-project/pull/73838


More information about the libcxx-commits mailing list