Skip to content

Commit c165181

Browse files
committed
[UR][L0] Enable Disabling of Queue lock during L0 Sync calls
- pre-commit PR for oneapi-src/unified-runtime#1492 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent f98e99c commit c165181

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8181
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
8282
endfunction()
8383

84-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 03b71483168c091d08d86dec8b1f1c76bff19af5
86-
# Merge: 535f4b94 e0415a0a
87-
# Author: Kenneth Benzie (Benie) <[email protected]>
88-
# Date: Tue Apr 2 16:08:34 2024 +0200
89-
# Merge pull request #1432 from RossBrunton/ross/testfix
90-
# [CTS] Don't segfault when failing to load a kernel
91-
set(UNIFIED_RUNTIME_TAG 03b71483168c091d08d86dec8b1f1c76bff19af5)
84+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
85+
set(UNIFIED_RUNTIME_TAG a0b84e05be3a117ae2a6bc9e72d39180f4d347a3)
9286

9387
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9488
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)