Skip to content

Commit b4ddbea

Browse files
committed
[UR][L0] Add support for the MCL 1.1 apis thru the spec extensions
-pre-commit PR for oneapi-src/unified-runtime#2351 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 10044a3 commit b4ddbea

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 Nov 20 14:49:17 2024 +0000
55
# Merge pull request #2258 from aarongreig/aaron/tryUseExtensionSubgroupInfo
66
# Use extension version of clGetKernelSubGroupInfo when necessary.
7-
set(UNIFIED_RUNTIME_TAG 9937d029c7fdcbf101e89f8515f640c145e059c5)
7+
set(UNIFIED_RUNTIME_TAG 3fc25b9cbded69d1bde8d2e677cc63b6ebefc223)

0 commit comments

Comments
 (0)