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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
