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 <[email protected]>
  • Loading branch information
nrspruit committed Jan 24, 2025
1 parent 4f29c44 commit c379605
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: Thu Jan 23 13:59:15 2025 +0000
# Merge pull request #2589 from Bensuo/fabio/fix_potential_race_condition
# Fix potential deadlock in the WaitEvent path of CmdBuffers
set(UNIFIED_RUNTIME_TAG c6859445e01d433ec1cf3d87a244c5cf697fb290)
set(UNIFIED_RUNTIME_TAG bf0a5988bc4bc20f96d91c97327e631bdd801a51)

0 comments on commit c379605

Please sign in to comment.