Skip to content

Commit 6759b8e

Browse files
author
Georgi Mirazchiyski
committed
Update fetch UR commit tag
1 parent e9ba152 commit 6759b8e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,16 @@ if(SYCL_UR_USE_FETCH_CONTENT)
116116
CACHE PATH "Path to external '${name}' adapter source dir" FORCE)
117117
endfunction()
118118

119+
# TODO: Update 'UNIFIED_RUNTIME_REPO' and 'UNIFIED_RUNTIME_TAG' after the
120+
# corresponding UR commit is merged in the main oneapi-src/unified-runtime.
119121
set(UNIFIED_RUNTIME_REPO "https://github.com/GeorgeWeb/unified-runtime.git")
120122
# commit 897bcfb10a7e13b8e413278550e845322f6bd560 (HEAD, origin/main, origin/HEAD)
121123
# Merge: 18514924 71cdf253
122124
# Author: Omar Ahmed <[email protected]>
123125
# Date: Thu Sep 19 14:35:55 2024 +0100
124126
# Merge pull request #2022 from nrspruit/add_3_channel_image_support
125127
# [L0] Add 3-channel image support
126-
set(UNIFIED_RUNTIME_TAG 73ca4832abd86cd43405b2f53517d36d2b246bee)
128+
set(UNIFIED_RUNTIME_TAG ed6fbadf7490cade5dc51c68ba3faf928e7a24cc)
127129

128130
set(UMF_BUILD_EXAMPLES OFF CACHE INTERNAL "EXAMPLES")
129131
# Due to the use of dependentloadflag and no installer for UMF and hwloc we need

0 commit comments

Comments
 (0)