[llvm-branch-commits] [llvm] [libsycl] Add liboffload kernel creation (PR #188794)
Kseniya Tikhomirova via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Mar 30 08:16:55 PDT 2026
================
@@ -119,7 +141,6 @@ static bool isImageTargetCompatible(const DeviceImageWrapper &Image,
DeviceImageWrapper *ProgramManager::getDeviceImage(std::string_view KernelName,
const kernel_id &KernelID,
DeviceImpl &Device) {
- std::lock_guard<std::mutex> Guard(MImageCollectionMutex);
auto [Begin, End] = MKernelIDToDevImageJIT.equal_range(KernelID);
----------------
KseniyaTikhomirova wrote:
right now we expect only 1 device image for exact kernel ID. We don't have kernel linking and AOT yet.
https://github.com/llvm/llvm-project/pull/188794
More information about the llvm-branch-commits
mailing list