Skip to content

Commit

Permalink
[L0] Enable Sysman Thru Env by default and have zesInit be optional
Browse files Browse the repository at this point in the history
-pre-commit PR for oneapi-src/unified-runtime#2242

Signed-off-by: Neil R. Spruit <[email protected]>
  • Loading branch information
nrspruit committed Oct 25, 2024
1 parent 7b9615c commit fc07fd7
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 Oct 24 13:37:02 2024 +0100
# Merge pull request #2160 from aarongreig/aaron/clQuerySourceWGSize
# Query out and use local size set in program IL in CL adapter
set(UNIFIED_RUNTIME_TAG 58abf8fa778376546274c52304b9f924314d65e6)
set(UNIFIED_RUNTIME_TAG 9029f2ef33af052c7bc96470712ea063c365693d)

0 comments on commit fc07fd7

Please sign in to comment.