Skip to content

Commit 6105a3f

Browse files
committed
[UR] disable UMF CUDA provider
Updates UR to the latest version that no longer needlessly fetches CUDA headers.
1 parent ba99338 commit 6105a3f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 7 additions & 7 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 5ade7fc44d453d86dc7440595dbea37c29ce54dc
121-
# Merge: 66ea35dc 0b5b89f0
122-
# Author: aarongreig <aaron.greig@codeplay.com>
123-
# Date: Mon Oct 14 12:17:07 2024 +0100
124-
# Merge pull request #1823 from Bensuo/ewan/ur_dyn_events
125-
# Add event update to command-buffers
126-
set(UNIFIED_RUNTIME_TAG 5ade7fc44d453d86dc7440595dbea37c29ce54dc)
120+
# commit b2a87251eb3b9b1743191a4740b99088f7ba57b1
121+
# Merge: 090d4fbc 8e29e014
122+
# Author: Piotr Balcer <piotr.balcer@intel.com>
123+
# Date: Mon Oct 14 16:34:13 2024 +0200
124+
# Merge pull request #2197 from pbalcer/disable-cuda-umf
125+
# disable UMF CUDA provider
126+
set(UNIFIED_RUNTIME_TAG b2a87251eb3b9b1743191a4740b99088f7ba57b1)
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)