rjodinchr wrote: > Can you please tell me how to build now? The title of this PR says > `spirv-unknown-vulkan` but the README says `spirv64-unknown-vulkan`. And now > I read about `spirv32-unknown-vulkan` in this PR as well. What are the > possible targets then?
What do you want to build? what's your usecase? If it is about clspv, then clspv's CMake should take care of it. If it is for something else, you need to know if you need a 32-bit or 64-bit variant, or something using the logical memory layout. That will tell you which one you want. https://github.com/llvm/llvm-project/tree/b4e8f5911221dcac405cfcd4ac2cffadc0c4ddda/llvm/include/llvm/TargetParser/Triple.h#L106-L108 https://github.com/llvm/llvm-project/pull/196351 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
