Skip to content

Commit 439ec9e

Browse files
jsjiuditagarwal97
andauthored
[UR] Split the UNIFIED_RUNTIME_TAG to its own file (#15809)
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). --------- Co-authored-by: Udit Agarwal <[email protected]>
1 parent 155fe2a commit 439ec9e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sycl/doc/extensions/ @intel/dpcpp-specification-reviewers
3636

3737
# Unified Runtime
3838
sycl/cmake/modules/FetchUnifiedRuntime.cmake @intel/unified-runtime-reviewers
39+
sycl/cmake/modules/UnifiedRuntimeTag.cmake @intel/unified-runtime-reviewers
3940
sycl/include/sycl/detail/ur.hpp @intel/unified-runtime-reviewers
4041
sycl/source/detail/posix_ur.cpp @intel/unified-runtime-reviewers
4142
sycl/source/detail/ur.cpp @intel/unified-runtime-reviewers

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}/cmake/modules/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)