[Openmp-commits] [clang] [openmp] [OFFLOAD] Build DeviceRTL with SPIRV backend (PR #174675)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jan 9 11:42:35 PST 2026
jhuber6 wrote:
I've merged `spirvintrin.h` and some changes to hopefully help your address space issues. Again, don't know if any of this stuff is functionally correct I've just been reading the spec + implementation so you'll need to help me out there. I'm going to add some more builtins for warp syncs / broadcasts but what we have now should be most of what we need.
https://github.com/llvm/llvm-project/pull/175076 enables varargs so you should be able to handle the `printf` stuff automatically if that gets merged. For now I'd just ignore it.
https://github.com/llvm/llvm-project/pull/174675
More information about the Openmp-commits
mailing list