Skip to content

Commit

Permalink
[UR][L0] Fix immediate command list use in Command Queues (#14341)
Browse files Browse the repository at this point in the history
pre-commit PR for
oneapi-src/unified-runtime#1802

---------

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
Co-authored-by: Aaron Greig <aaron.greig@codeplay.com>
  • Loading branch information
3 people authored Jul 5, 2024
1 parent e764860 commit 577c349
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 @@ -100,12 +100,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
endfunction()

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

fetch_adapter_source(level_zero
Expand Down

0 comments on commit 577c349

Please sign in to comment.