Skip to content

Commit faae5b9

Browse files
committed
[UR][L0] Disabling Driver In Order Lists by default
-pre-commit PR oneapi-src/unified-runtime#2416 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent 7923d30 commit faae5b9

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")
119+
set(UNIFIED_RUNTIME_REPO "https://github.com/nrspruit/unified-runtime")
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 4 11:52:09 2024 +0000
55
# Merge pull request #2403 from Naghasan/work_group_static_reland
66
# Add new launch property to support work_group_scratch_memory
7-
set(UNIFIED_RUNTIME_TAG 5acc8240aefc020112cc69c0769ea62f8b64c6d7)
7+
set(UNIFIED_RUNTIME_TAG e42dab4fa8133dc42d51def80930864d1882737b)

0 commit comments

Comments
 (0)