[clang] [llvm] [clang-sycl-linker] Add per-kernel device code splitting (PR #195362)
Yury Plyakhin via cfe-commits
cfe-commits at lists.llvm.org
Tue May 5 10:25:57 PDT 2026
================
@@ -461,6 +468,107 @@ static Error runAOTCompile(StringRef InputFile, StringRef OutputFile,
return createStringError(inconvertibleErrorCode(), "Unsupported arch");
}
+/// SYCL device code module split mode.
+enum IRSplitMode {
----------------
YuriPlyakhin wrote:
https://github.com/llvm/llvm-project/pull/195362/changes/33e58bf71528c90601dd9e36dec82a9534513bd1
https://github.com/llvm/llvm-project/pull/195362
More information about the cfe-commits
mailing list