[llvm] [libsycl] Add liboffload kernel creation (PR #188794)
Kseniya Tikhomirova via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 01:28:47 PDT 2026
================
@@ -121,7 +144,7 @@ DeviceImageWrapper *
ProgramAndKernelManager::getDeviceImage(std::string_view KernelName,
const kernel_id &KernelID,
DeviceImpl &Device) {
- std::lock_guard<std::mutex> Guard(MImageCollectionMutex);
+ std::lock_guard<std::mutex> Guard(MDataCollectionMutex);
----------------
KseniyaTikhomirova wrote:
@Yury, this code is under development now. Please don't review. I will ping you when it is ready.
https://github.com/llvm/llvm-project/pull/188794
More information about the llvm-commits
mailing list