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 12, 2025
1 parent 6d17a08 commit 5266225
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: Wed Feb 12 10:20:12 2025 +0000
# Merge pull request #2672 from lukaszstolarczuk/umf-with-icx-build-0.11.0-dev2
# common: Bump UMF version to v0.11.0-dev2
set(UNIFIED_RUNTIME_TAG 064d3560cbcc24a40380b57adb3690b2bc256d6e)
set(UNIFIED_RUNTIME_TAG "ewan/command-buffer_desc")

0 comments on commit 5266225

Please sign in to comment.