[llvm] [libsycl] Add liboffload kernel creation (PR #188794)
Kseniya Tikhomirova via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 05:12:38 PDT 2026
================
@@ -69,32 +71,35 @@ class ProgramAndKernelManager {
/// data passed to registerFatBin.
void unregisterFatBin(__sycl_tgt_bin_desc *FatbinDesc);
+ /// Creates a liboffload kernel that is ready for execution.
+ /// Thread-safe.
----------------
KseniyaTikhomirova wrote:
https://github.com/llvm/llvm-project/pull/188794/commits/dd46e5f2dfb639300f72fc0de1dba60a36c6779e
https://github.com/llvm/llvm-project/pull/188794
More information about the llvm-commits
mailing list