Skip to content

Commit 63019f1

Browse files
committed
[UR] Replace PROGRAM_INFO_SOURCE with PROGRAM_INFO_IL.
1 parent 87cce87 commit 63019f1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

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

119119
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
120-
# commit df6da35d6e67f2383db28dd49ab08c5c0ef541d2
121-
# Merge: 67590533 55bd5636
120+
# commit ed5a20ea49eeb9053067294862d025801db0b71f
121+
# Merge: 01123204 62cdf6a5
122122
# Author: aarongreig <[email protected]>
123-
# Date: Mon Oct 7 12:28:07 2024 +0100
124-
# Merge pull request #2038 from GeorgeWeb/georgi/unsupported-max-coop-wgsize
125-
# [UR][hip][opencl] Mark urKernelSuggestMaxCooperativeGroupCountExp as unsupported
126-
# instead of returning misleading default value
127-
set(UNIFIED_RUNTIME_TAG df6da35d6e67f2383db28dd49ab08c5c0ef541d2)
123+
# Date: Thu Oct 10 10:26:17 2024 +0100
124+
# Merge pull request #1196 from aarongreig/aaron/replaceProgramInfoSourceWithIL
125+
# Replace PROGRAM_INFO_SOURCE with PROGRAM_INFO_IL.
126+
set(UNIFIED_RUNTIME_TAG ed5a20ea49eeb9053067294862d025801db0b71f)
128127

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

0 commit comments

Comments
 (0)