Skip to content

Commit c4d4ba4

Browse files
committed
[L0] Enable Sysman Thru Env by default and have zesInit be optional
-pre-commit PR for oneapi-src/unified-runtime#2242 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent a0b5f56 commit c4d4ba4

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119-
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# commit 66ba7970a6badf781226b75a98c9585ef30ea93a
2-
# Author: Maosu Zhao <[email protected]>
3-
# Date: Mon Oct 28 18:39:57 2024 +0800
4-
# [DeviceSanitizer] Add a report flag to LaunchInfo (#2069)
5-
set(UNIFIED_RUNTIME_TAG 66ba7970a6badf781226b75a98c9585ef30ea93a)
1+
# commit 58abf8fa778376546274c52304b9f924314d65e6
2+
# Merge: a96fddec a97df490
3+
# Author: aarongreig <[email protected]>
4+
# Date: Thu Oct 24 13:37:02 2024 +0100
5+
# Merge pull request #2160 from aarongreig/aaron/clQuerySourceWGSize
6+
# Query out and use local size set in program IL in CL adapter
7+
set(UNIFIED_RUNTIME_TAG 27ad3f7d95a4e78e10c31df0e5c73afe549d1449)

0 commit comments

Comments
 (0)