Skip to content

Commit

Permalink
[UR][L0]: fix missing destroy of event given enqueue wait out event
Browse files Browse the repository at this point in the history
-pre-commit PR for oneapi-src/unified-runtime#2612

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
  • Loading branch information
nrspruit committed Jan 28, 2025
1 parent b9b1f88 commit d6c3ca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sycl/cmake/modules/FetchUnifiedRuntime.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ if(SYCL_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")
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)

set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Expand Down
2 changes: 1 addition & 1 deletion sycl/cmake/modules/UnifiedRuntimeTag.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Date: Tue Jan 28 11:02:44 2025 +0000
# Merge pull request #2624 from RossBrunton/ross/msanfix
# Assert that Device is valid for memory poisoning
set(UNIFIED_RUNTIME_TAG 78e1b33271d28d26845a4bfae7ae3b72c14e0e63)
set(UNIFIED_RUNTIME_TAG f832dd28bd956c86d61a229138ffbdee3f47927b)

0 comments on commit d6c3ca0

Please sign in to comment.