Skip to content

Commit 6fd5143

Browse files
againullkbenzie
andauthored
[UR] Update UR tag to include the fix to set the execution flag for all kernels (intel#16241)
UR PR: oneapi-src/unified-runtime#2389 --------- Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
1 parent 5e0db3e commit 6fd5143

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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/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")
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# commit 3fdf7e3998b029fbf6cdb584e552a71a678f3146
2-
# Merge: c34ea46276a9 353d30678b2c
3-
# Author: Martin Grant <martin.morrisongrant@codeplay.com>
4-
# Date: Wed Dec 4 15:08:55 2024 +0000
5-
# Merge pull request #2413 from againull/max_dir_length_win
6-
# [L0] Shorten the dir name for the fecthed repo to avoid hitting Windows max limit
7-
set(UNIFIED_RUNTIME_TAG 3fdf7e3998b029fbf6cdb584e552a71a678f3146)
1+
# commit 3ad235dee9588152a58980bb73c8827a3d03a9e8
2+
# Merge: c7cd88de 6390f637
3+
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
4+
# Date: Wed Dec 4 18:17:07 2024 +0000
5+
# Merge pull request #2389 from againull/indirect_fix
6+
# [L0] Set exec info for all L0 kernels in UR kernel
7+
set(UNIFIED_RUNTIME_TAG 3ad235dee9588152a58980bb73c8827a3d03a9e8)

0 commit comments

Comments
 (0)