Skip to content

Commit

Permalink
[SYCLl][Graph] Make UR command-buffer desc mandatory
Browse files Browse the repository at this point in the history
Bumps to UR tag to pull in UR change from oneapi-src/unified-runtime#2676
No DPC++ changes are required as `graph_impl.cpp` already unconditionally
passes a descriptor on UR command-buffer creation.
  • Loading branch information
EwanC committed Feb 10, 2025
1 parent 2be11a1 commit 3d77938
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 @@ -122,7 +122,7 @@ elseif(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/Bensuo/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 Feb 6 11:30:48 2025 +0000
# Merge pull request #2655 from hvdijk/nativecpu-null-phevent
# [NativeCPU] Handle null phEvent.
set(UNIFIED_RUNTIME_TAG 9d6542bac16db69d907002cb0f8c724c7a50d2dc)
set(UNIFIED_RUNTIME_TAG "ewan/command-buffer_desc")

0 comments on commit 3d77938

Please sign in to comment.