Skip to content

Commit c8ac0e2

Browse files
committed
[UR][L0] Fix regular in order command list reuse given inorder queue
pre-commit PR for oneapi-src/unified-runtime#1483 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent f6e73e8 commit c8ac0e2

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 ff276ab1cd584557f8ed4d176109057684a5f4ca
86-
# Merge: ed949ecd 2968cc14
87-
# Author: aarongreig <[email protected]>
88-
# Date: Wed Mar 27 11:28:34 2024 +0000
89-
# Merge pull request #1363 from hdelan/refactor-device-initialization
90-
# [CUDA] Refactor device initialization
91-
set(UNIFIED_RUNTIME_TAG ff276ab1cd584557f8ed4d176109057684a5f4ca)
84+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
85+
set(UNIFIED_RUNTIME_TAG e2e447282f029187add3093459098b810431e8eb)
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)