Skip to content

Commit 93a1abb

Browse files
authored
[UR][L0] fix a deadlock on a recursive event rwlock (#13112)
1 parent d06724a commit 93a1abb

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
@@ -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 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc
86-
# Merge: 6883118 a187fbb
87-
# Author: Piotr Balcer <piotr.balcer@intel.com>
88-
# Date: Mon Mar 25 11:22:45 2024 +0100
89-
# Merge pull request #1471 from pbalcer/remove-coverage
90-
# [CI] remove coverage workflow
91-
set(UNIFIED_RUNTIME_TAG 1f4b703d8a136d49e4e98ca5f017727f3aaa41dc)
85+
# commit 8dba1fdf44c31faf82a3de6947fbd58643883320
86+
# Merge: 1f4b703d 39c0023c
87+
# Author: aarongreig <aaron.greig@codeplay.com>
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)
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)