Skip to content

Commit 166866a

Browse files
committed
1 parent 73a6545 commit 166866a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

+1-1
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/oneapi-src/unified-runtime.git")
120120
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/UnifiedRuntimeTag.cmake)
121121

122122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit b23a973a08194fbc462e968c7f0b2a04aded9b0e
2-
# Merge: 3ad235de 447b638b
3-
# Author: Neil R. Spruit <neil.r.spruit@intel.com>
4-
# Date: Wed Dec 4 13:35:40 2024 -0800
5-
# Merge pull request #2416 from nrspruit/disable_driver_inorderlists
6-
# [L0] Disabling Driver In Order Lists by default
7-
set(UNIFIED_RUNTIME_TAG b23a973a08194fbc462e968c7f0b2a04aded9b0e)
1+
# commit bd39fbe70f22d8141481ab8debf49004b0afdca0
2+
# Merge: b23a973 dc3ca71
3+
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4+
# Date: Thu Dec 5 09:12:06 2024 +0000
5+
# Merge pull request #2361 from nrspruit/l0_external_semaphore
6+
# [L0] Add Support for External Semaphores
7+
set(UNIFIED_RUNTIME_TAG bd39fbe70f22d8141481ab8debf49004b0afdca0)

0 commit comments

Comments
 (0)