Skip to content

Commit 404fb8a

Browse files
[SYCL][UR] Bump UR tag to 2fea679 (#15350)
Pull in fix from oneapi-src/unified-runtime#2078 This should fix the post-commit E2E failures on opencl:fpga --------- Co-authored-by: Omar Ahmed <[email protected]>
1 parent d3d9521 commit 404fb8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +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 eb63d1a21729f6928bb6cccc5f92856b0690aca6
121-
# Merge: e26bba51 45a781f4
120+
# commit 24a8299efc59c715a1c2dd180692a5e12a12283a
121+
# Merge: eb63d1a2 2fea679d
122122
# Author: Omar Ahmed <[email protected]>
123-
# Date: Tue Sep 10 12:08:57 2024 +0100
124-
# Merge pull request #1796 from GeorgeWeb/georgi/ur_kernel_max_active_wgs
125-
# [CUDA] Implement urKernelSuggestMaxCooperativeGroupCountExp for Cuda
126-
set(UNIFIED_RUNTIME_TAG eb63d1a21729f6928bb6cccc5f92856b0690aca6)
123+
# Date: Wed Sep 11 10:40:59 2024 +0100
124+
# Merge pull request #2078 from callumfare/callum/fix_device_extensions_fpga
125+
# Add workaround for silently supported OpenCL extensions on Intel FPGA
126+
set(UNIFIED_RUNTIME_TAG 24a8299efc59c715a1c2dd180692a5e12a12283a)
127127

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

0 commit comments

Comments
 (0)