Skip to content

Commit f64a32a

Browse files
authored
[UR] Refactor Device Initialisation (#12762)
oneapi-src/unified-runtime#1363
1 parent 8847c11 commit f64a32a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
8282
endfunction()
8383

8484
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
85-
# commit 8dba1fdf44c31faf82a3de6947fbd58643883320
86-
# Merge: 1f4b703d 39c0023c
85+
# commit ff276ab1cd584557f8ed4d176109057684a5f4ca
86+
# Merge: ed949ecd 2968cc14
8787
# Author: aarongreig <[email protected]>
88-
# Date: Mon Mar 25 14:45:32 2024 +0000
89-
# Merge pull request #1468 from pbalcer/l0-recursive-event-deadlock
90-
# [L0] fix a deadlock on a recursive event rwlock
91-
set(UNIFIED_RUNTIME_TAG 8dba1fdf44c31faf82a3de6947fbd58643883320)
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)
9292

9393
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
9494
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)