Skip to content

Commit 6ba5080

Browse files
nrspruitaarongreig
andauthored
[UR][L0] Fix regular in order command list reuse given inorder queue (#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 1c89e51 commit 6ba5080

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
@@ -95,13 +95,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
9595
endfunction()
9696

9797
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
98-
# commit e00a764f8dafd1319b636aa99c15601ec0d4d7fc
99-
# Merge: 85b75590 92b60b77
98+
# commit 758c61490442456933e3957aac568e13287429eb
99+
# Merge: e2b5b7fa e2e44728
100100
# Author: aarongreig <[email protected]>
101-
# Date: Wed Apr 10 10:21:22 2024 +0100
102-
# Merge pull request #1455 from GeorgeWeb/georgi/fix-hip-usm-copy2d
103-
# [HIP] Fix memory type detection in allocation info queries and USM copy2D
104-
set(UNIFIED_RUNTIME_TAG e00a764f8dafd1319b636aa99c15601ec0d4d7fc)
101+
# Date: Wed Apr 10 16:15:45 2024 +0100
102+
# Merge pull request #1483 from nrspruit/fix_inorder_lists_reuse
103+
# [L0] Fix regular in order command list reuse given inorder queue
104+
set(UNIFIED_RUNTIME_TAG 758c61490442456933e3957aac568e13287429eb)
105105

106106
fetch_adapter_source(level_zero
107107
${UNIFIED_RUNTIME_REPO}

0 commit comments

Comments
 (0)