[clang] [CUDA][HIP] Add a __device__ version of std::__glibcxx_assert_fail() (PR #136133)
Juan Manuel Martinez CaamaƱo via cfe-commits
cfe-commits at lists.llvm.org
Mon May 12 06:04:47 PDT 2025
jmmartinez wrote:
> Now the question is -- how do we test it?
I'm working on adding some tests for the cuda_wrapper headers:
* [ ] First in https://github.com/llvm/llvm-test-suite/tree/main/External/CUDA (there are some already related to other cuda_wrapper headers)
* [ ] and likely something very similar for https://github.com/llvm/llvm-test-suite/tree/main/External/HIP
* [ ] add a hip buildbot that runs these tests on an image that has the latest gcc/stdlibc++ installed
I'll keep all of you updated !
https://github.com/llvm/llvm-project/pull/136133
More information about the cfe-commits
mailing list