Skip to content

Commit

Permalink
[UR][L0] Fix timestamp event evict after delete (#13717)
Browse files Browse the repository at this point in the history
pre-commit PR for
oneapi-src/unified-runtime#1592

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
Co-authored-by: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
  • Loading branch information
nrspruit and kbenzie committed May 15, 2024
1 parent 9bf8104 commit 34292bb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sycl/plugins/unified_runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)

fetch_adapter_source(level_zero
${UNIFIED_RUNTIME_REPO}
${UNIFIED_RUNTIME_TAG}
# commit b14af4bbd5cabc4e6c3c7ae738f5f6d886d9102b
# Merge: 1ff111c1 ece1e2cd
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
# Date: Wed May 15 14:01:05 2024 +0100
# Merge pull request #1592 from nrspruit/fix_event_use_after_delete
# [L0] Fix timestamp event evict after delete
b14af4bbd5cabc4e6c3c7ae738f5f6d886d9102b
)

fetch_adapter_source(opencl
Expand Down

0 comments on commit 34292bb

Please sign in to comment.