Skip to content

Commit 8086df5

Browse files
authored
[UR][L0] Fix Multi Device Event Cache for shared Root Device (#13917)
pre-commit PR for oneapi-src/unified-runtime#1667 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent d6d1948 commit 8086df5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
100100
endfunction()
101101

102102
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
103-
# commit 905804c2e93dd046140057fd07a5d6191063bedc
104-
# Merge: 0a11fb44 d3d3f6e5
105-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
106-
# Date: Mon May 27 10:34:13 2024 +0100
107-
# Merge pull request #1581 from 0x12CC/l0_cooperative_kernels
108-
# Implement L0 cooperative kernel functions
109-
set(UNIFIED_RUNTIME_TAG 905804c2e93dd046140057fd07a5d6191063bedc)
103+
# commit c0c607c3a88933b4c5c20a0aca4539781c678411
104+
# Merge: e18c691d 0f2d1f42
105+
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
106+
# Date: Wed May 29 15:02:39 2024 +0100
107+
# Merge pull request #1667 from nrspruit/fix_multi_device_event_cache
108+
# [UR] Fix Multi Device Event Cache for shared Root Device
109+
set(UNIFIED_RUNTIME_TAG c0c607c3a88933b4c5c20a0aca4539781c678411)
110110

111111
fetch_adapter_source(level_zero
112112
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)