[all-commits] [llvm/llvm-project] bfeea1: [offload][SYCL] Add SYCL Module splitting (#119713)
Maksim Sabianin via All-commits
all-commits at lists.llvm.org
Tue Mar 11 06:36:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfeea10460d155d9b3484bed25b5dc60a9755c90
https://github.com/llvm/llvm-project/commit/bfeea10460d155d9b3484bed25b5dc60a9755c90
Author: Maksim Sabianin <maksim.sabianin at intel.com>
Date: 2025-03-11 (Tue, 11 Mar 2025)
Changed paths:
A llvm/include/llvm/Transforms/Utils/SYCLSplitModule.h
A llvm/include/llvm/Transforms/Utils/SYCLUtils.h
M llvm/lib/Transforms/Utils/CMakeLists.txt
A llvm/lib/Transforms/Utils/SYCLSplitModule.cpp
A llvm/lib/Transforms/Utils/SYCLUtils.cpp
A llvm/test/tools/llvm-split/SYCL/device-code-split/amd-kernel-split.ll
A llvm/test/tools/llvm-split/SYCL/device-code-split/complex-indirect-call-chain.ll
A llvm/test/tools/llvm-split/SYCL/device-code-split/module-split-func-ptr.ll
A llvm/test/tools/llvm-split/SYCL/device-code-split/one-kernel-per-module.ll
A llvm/test/tools/llvm-split/SYCL/device-code-split/split-by-source.ll
A llvm/test/tools/llvm-split/SYCL/device-code-split/split-with-kernel-declarations.ll
M llvm/tools/llvm-split/llvm-split.cpp
Log Message:
-----------
[offload][SYCL] Add SYCL Module splitting (#119713)
This patch adds SYCL Module splitting - the necessary step in the SYCL
compilation pipeline. Only 2 splitting modes are being added in this
patch: by kernel and by source.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list