[clang] Add missing intrinsics to cuda headers (PR #143664)

2025-06-19 Thread Vitor Sessak via cfe-commits
vitor1001 wrote: Create PR #144851 to re-apply it. https://github.com/llvm/llvm-project/pull/143664 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Add missing intrinsics to cuda headers, take #2 (PR #144851)

2025-06-19 Thread Vitor Sessak via cfe-commits
https://github.com/vitor1001 created https://github.com/llvm/llvm-project/pull/144851 LLVM prevents the sm_32_intrinsics.hpp header from being included with a #define SM_32_INTRINSICS_HPP. It also provides drop-in replacements of the functions defined in the CUDA header. One issue is that som