Skip to content

Commit

Permalink
[UR][L0] Maintain Lock of Queue while syncing the Last Command Event
Browse files Browse the repository at this point in the history
pre-commit PR for oneapi-src/unified-runtime#1749

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Jun 12, 2024
1 parent ae79b95 commit f76eb86
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,24 +99,12 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
endfunction()

set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
# commit b13c5e1f85e01fef7de7568835092f8592ded6e4
# Merge: 8788bd13 61b42a3e
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jun 12 13:21:32 2024 +0100
# Merge pull request #1711 from hdelan/minimize-vector-allocations
# [HIP][CUDA] Several changes to kernel launch
set(UNIFIED_RUNTIME_TAG b13c5e1f85e01fef7de7568835092f8592ded6e4)
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
set(UNIFIED_RUNTIME_TAG 6db9291f22a0fa323268de2b996ee1648432f1c8)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
# commit 8788bd13cceb3f8e6338538b624652e6249a4543
# Merge: 78d02039 3f502d8f
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed Jun 12 13:13:52 2024 +0100
# Merge pull request #1697 from againull/review/againull/l0_loader
# [L0] Add flexibility to change level zero repo
8788bd13cceb3f8e6338538b624652e6249a4543
${UNIFIED_RUNTIME_TAG}
)

fetch_adapter_source(opencl
Expand Down

0 comments on commit f76eb86

Please sign in to comment.