Skip to content

Commit

Permalink
[UR][L0] Fix Event Memory Leak due to no destroy on delete (#16410)
Browse files Browse the repository at this point in the history
-pre-commit PR for
oneapi-src/unified-runtime#2476

---------

Signed-off-by: Neil R. Spruit <[email protected]>
Co-authored-by: Martin Morrison-Grant <[email protected]>
  • Loading branch information
nrspruit and martygrant authored Dec 19, 2024
1 parent b8a3045 commit 7a4a978
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# commit d18d52393aadf0083a32912096baaac558378a99
# Merge: c45de9a5f7bf 05f94a8ab2a9
# commit bb64b3e9f6d30b232b204590b94250ce2da6967b
# Merge: d23739306f2c e625bfdaa99b
# Author: Martin Grant <[email protected]>
# Date: Wed Dec 18 15:01:30 2024 +0000
# Merge pull request #2415 from AllanZyne/review/yang/fix_metadata_assert
# [DeviceASAN] Fix ASAN with kernel assert
set(UNIFIED_RUNTIME_TAG d18d52393aadf0083a32912096baaac558378a99)
# Date: Martin Grant <[email protected]>
# Merge pull request #2471 from Bensuo/ben/l0-include-fix
# [L0] Fix issue with test include path
set(UNIFIED_RUNTIME_TAG bb64b3e9f6d30b232b204590b94250ce2da6967b)

0 comments on commit 7a4a978

Please sign in to comment.