Skip to content

Commit

Permalink
[UR][L0] fix a deadlock in queue sync and event status query (#12795)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbalcer committed Feb 22, 2024
1 parent 033943c commit 2d77b21
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
include(FetchContent)

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit b4150ad1512476eb6ea0f2ede3bd29a6e3fd2b9e
# Merge: 4814e717 123c00f1
# commit 588615e90bfd2b889834120dfff172236c6b8aa8
# Merge: 4e69cc60 47084751
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Thu Feb 22 10:42:39 2024 +0000
# Merge pull request #1366 from nrspruit/fix_multidevice_event_cache
# [L0] Fix the multi device event cache to allocate lists as pointers
set(UNIFIED_RUNTIME_TAG b4150ad1512476eb6ea0f2ede3bd29a6e3fd2b9e)
# Date: Thu Feb 22 16:10:13 2024 +0000
# Merge pull request #1371 from pbalcer/l0-query-status-sync-deadlock
# [L0] fix a deadlock in queue sync and event status query
set(UNIFIED_RUNTIME_TAG 588615e90bfd2b889834120dfff172236c6b8aa8)

if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")
Expand Down

0 comments on commit 2d77b21

Please sign in to comment.