Skip to content

Commit 0b4c567

Browse files
committed
[UR][L0] Update L0 Init checking to print details in error log
-pre-commit PR for oneapi-src/unified-runtime#2449 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 3565b58 commit 0b4c567

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
@@ -4,4 +4,4 @@
44
# Date: Thu Dec 12 11:04:15 2024 +0000
55
# Merge pull request #2356 from npmiller/hip-images
66
# [HIP] Disable SYCL images by default
7-
set(UNIFIED_RUNTIME_TAG 06f48f674445532d8c04be431474901b82c3c449)
7+
set(UNIFIED_RUNTIME_TAG a66e00083d4a11201d45895fadad5729af487bb2)

0 commit comments

Comments
 (0)