Skip to content

Commit d6d3ebc

Browse files
committed
[UR] Split the UNIFIED_RUNTIME_TAG to its own file
With current repo setup, we need to update UNIFIED_RUNTIME_TAG constantly. This is creating conflicts when doing merge from other branches. To faciliate the automation to handle such conflicts, we would prefer to split the tag into into own file, the automation will then be triggereed whenever the file changes (implying UR tag change).
1 parent 573470f commit d6d3ebc

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,7 @@ if(SYCL_UR_USE_FETCH_CONTENT)
117117
endfunction()
118118

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit c742ca49efb12380a35b8b0b467e6577ab8174ce
121-
# Merge: 3a8bf2c5 504d3b63
122-
# Author: Kenneth Benzie (Benie) <[email protected]>
123-
# Date: Mon Oct 21 11:55:23 2024 +0100
124-
# Merge pull request #2131 from Bensuo/ben/command-handle-fix
125-
# [EXP][CMDBUF] Make command handle behaviour consistent
126-
set(UNIFIED_RUNTIME_TAG c742ca49efb12380a35b8b0b467e6577ab8174ce)
120+
include(${CMAKE_CURRENT_SOURCE_DIR}/UnifiedRuntimeTAG.cmake)
127121

128122
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129123
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# commit c742ca49efb12380a35b8b0b467e6577ab8174ce
2+
# Merge: 3a8bf2c5 504d3b63
3+
# Author: Kenneth Benzie (Benie) <[email protected]>
4+
# Date: Mon Oct 21 11:55:23 2024 +0100
5+
# Merge pull request #2131 from Bensuo/ben/command-handle-fix
6+
# [EXP][CMDBUF] Make command handle behaviour consistent
7+
set(UNIFIED_RUNTIME_TAG c742ca49efb12380a35b8b0b467e6577ab8174ce)

0 commit comments

Comments
 (0)