Skip to content

Commit 5c9f65e

Browse files
committed
[L0] Enable Immediate Command Lists by default given Intel GPU DG2 or newer
-pre-commit PR for oneapi-src/unified-runtime#2259 Signed-off-by: Neil R. Spruit <[email protected]>
1 parent eed2d03 commit 5c9f65e

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 11d29e686cf8ae3542f73bdd86ed3b612c36de6c)

0 commit comments

Comments
 (0)