Skip to content

Commit aa3b87f

Browse files
committed
[UR][L0] Refactor to remove default constructor inits
-pre-commit PR for oneapi-src/unified-runtime#2260 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent eed2d03 commit aa3b87f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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")

sycl/cmake/modules/UnifiedRuntimeTag.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Author: Maosu Zhao <[email protected]>
33
# Date: Mon Oct 28 18:39:57 2024 +0800
44
# [DeviceSanitizer] Add a report flag to LaunchInfo (#2069)
5-
set(UNIFIED_RUNTIME_TAG 66ba7970a6badf781226b75a98c9585ef30ea93a)
5+
set(UNIFIED_RUNTIME_TAG 85bb5f62c07e1c6904f490f2586b96b629ad19b3)

0 commit comments

Comments
 (0)