Skip to content

Commit 577c349

Browse files
nrspruitkbenzieaarongreig
authored
[UR][L0] Fix immediate command list use in Command Queues (#14341)
pre-commit PR for oneapi-src/unified-runtime#1802 --------- Signed-off-by: Neil R. Spruit <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]> Co-authored-by: Aaron Greig <[email protected]>
1 parent e764860 commit 577c349

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
@@ -100,12 +100,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
100100
endfunction()
101101

102102
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
103-
# commit 0cbacd8a0844acb64091ecbb0c7d6a7df1b6160e
104-
# Merge: 022df8ac 2f121cd8
105-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
106-
# Date: Thu Jul 4 10:37:58 2024 +0100
107-
# Merge pull request #1212 from aarongreig/aaron/specMotivatedRefactors
108-
# Batch adapter changes: spec motivated refactors
103+
# commit 731376d9dfbc9099a279019ec05c64f0f8c6a7ef
104+
# Merge: 40300808 665d4a68
105+
# Author: aarongreig <aaron.greig@codeplay.com>
106+
# Date: Fri Jul 5 09:44:30 2024 +0100
107+
# Merge pull request #1802 from nrspruit/fix_immediate_cmdlist_reuse
108+
# [L0] Fix immediate command list use in Command Queues
109109
set(UNIFIED_RUNTIME_TAG 0cbacd8a0844acb64091ecbb0c7d6a7df1b6160e)
110110

111111
fetch_adapter_source(level_zero

0 commit comments

Comments
 (0)