[clang] [Clang][SYCL] Add AOT compilation support for Intel GPUs in clang-sycl-linker (PR #133194)

Justin Cai via cfe-commits cfe-commits at lists.llvm.org
Tue May 6 15:25:32 PDT 2025


================
@@ -338,6 +382,87 @@ static Error runSPIRVCodeGen(StringRef File, const ArgList &Args,
   return Error::success();
 }
 
+/// Run AOT compilation for Intel CPU.
+/// Calls opencl-aot tool to generate device code for Intel CPU backend.
----------------
jzc wrote:

Changed to `Calls opencl-aot tool to generate device code for the Intel OpenCL CPU Runtime` / `Calls ocloc tool to generate device code for the Intel Graphics Compute Runtime`.

https://github.com/llvm/llvm-project/pull/133194


More information about the cfe-commits mailing list