Skip to content

Commit cc941ca

Browse files
committed
[UR][L0] Fix Device Info Reporting for vector width to match spec
-pre-commit PR for oneapi-src/unified-runtime#2447 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 28e8416 commit cc941ca

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: Wed Dec 11 15:14:14 2024 +0000
55
# Merge pull request #2436 from igchor/umf_params_bump
66
# [UMF] bump UMF version to v0.10.0 and adjust code
7-
set(UNIFIED_RUNTIME_TAG 58e4d76c2ace154c053b51592f2645fc43437646)
7+
set(UNIFIED_RUNTIME_TAG 0185baf440f6402ef7cc2de464190c16b48dd4ae)

0 commit comments

Comments
 (0)