[llvm] [SPIR-V] Expose an API call to initialize SPIRV target and translate input LLVM IR module to SPIR-V (PR #107216)
Vyacheslav Levytskyy via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 06:25:46 PDT 2024
VyacheslavLevytskyy wrote:
I've been thinking about this. Explicit extensions may simplify the client part though and slightly improve performance for the expected use cases.
If you don't mind, I'd continue with the current version as the first attempt, to be able to verify this approach in Khronos Translator, Intel XPU backend for the Triton compiler and SYCL offloading. We can re-visit this API call later in case if integration would show that this is needed or recommended.
https://github.com/llvm/llvm-project/pull/107216
More information about the llvm-commits
mailing list