Skip to content

Commit 859252c

Browse files
committed
1 parent ee6af62 commit 859252c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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/winstonzhang-intel/unified-runtime.git")
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")
+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit bd39fbe70f22d8141481ab8debf49004b0afdca0
2-
# Merge: b23a973 dc3ca71
1+
# commit 5f4a5a27e8192ee41ce21c8fb140d770c779af78
2+
# Merge: 4111306dc9d2 039cf144f535
33
# Author: Martin Grant <[email protected]>
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)
4+
# Date: Thu Dec 5 10:49:58 2024 +0000
5+
# Merge pull request #2334 from winstonzhang-intel/interrupt-based
6+
# [L0] Interrupt-based event implementation
7+
set(UNIFIED_RUNTIME_TAG 5f4a5a27e8192ee41ce21c8fb140d770c779af78)

0 commit comments

Comments
 (0)