Skip to content

Commit 007e979

Browse files
ProGTXomarahmed1111cppchedy
authored
[SYCL][UR][CUDA] Don't import XPTI symbols in the plugin library (#14874)
Bumps the UR tag with a fix for the CUDA adapter on Windows. --------- Co-authored-by: Omar Ahmed <omarpiratee2010@gmail.com> Co-authored-by: chedy.najjar <chedy.najjar@codeplay.com>
1 parent 2517606 commit 007e979

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
@@ -116,13 +116,13 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
116116
endfunction()
117117

118118
set(UNIFIED_RUNTIME_REPO "https://github.com/oneapi-src/unified-runtime.git")
119-
# commit 2d3524e74ab6a09d1ad1a96d977973fac32ca55d
120-
# Merge: 6b2e678d d6e93fa1
121-
# Author: Kenneth Benzie (Benie) <k.benzie@codeplay.com>
122-
# Date: Wed Aug 7 14:23:09 2024 +0100
123-
# Merge pull request #1930 from oneapi-src/benie/no-import-in-pragma-region
124-
# Make pragma region names joined by _
125-
set(UNIFIED_RUNTIME_TAG 2d3524e74ab6a09d1ad1a96d977973fac32ca55d)
119+
# commit ab9baf57fbc6f17576a0c63fbbfbfe38d66c440c
120+
# Merge: 1fef4e29 c571ec40
121+
# Author: Omar Ahmed <omar.ahmed@codeplay.com>
122+
# Date: Thu Aug 8 11:09:15 2024 +0100
123+
# Merge pull request #1911 from ProGTX/peter/xpti-static
124+
# [CUDA] Don't import XPTI symbols in the plugin library
125+
set(UNIFIED_RUNTIME_TAG ab9baf57fbc6f17576a0c63fbbfbfe38d66c440c)
126126

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

0 commit comments

Comments
 (0)