Skip to content

Commit 9742d7b

Browse files
nrspruitaarongreig
authored andcommitted
[UR][L0] Fix regular in order command list reuse given inorder queue (intel#13195)
pre-commit PR for oneapi-src/unified-runtime#1483 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
1 parent 7ce8483 commit 9742d7b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
5757
include(FetchContent)
5858

5959
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
60-
# commit 532dac51118881e91831287538d634e5e6d54f5c
60+
# commit bcbe255536e9a0332b5fa572021909a70da955e0
6161
# Author: aarongreig <[email protected]>
62-
# Date: Wed Apr 10 10:21:22 2024 +0100
63-
# Merge pull request #1455 from GeorgeWeb/georgi/fix-hip-usm-copy2d
64-
# [HIP] Fix memory type detection in allocation info queries and USM copy2D
65-
set(UNIFIED_RUNTIME_TAG 26cc04e258b82696bfd7738d08d95e34db4aecf6)
62+
# Date: Wed Apr 10 16:15:45 2024 +0100
63+
# Merge pull request #1483 from nrspruit/fix_inorder_lists_reuse
64+
# [L0] Fix regular in order command list reuse given inorder queue
65+
set(UNIFIED_RUNTIME_TAG bcbe255536e9a0332b5fa572021909a70da955e0)
6666

6767
if(SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
6868
set(UNIFIED_RUNTIME_REPO "${SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO}")

0 commit comments

Comments
 (0)