Skip to content

Commit 6dbee94

Browse files
[SYCL][NATIVECPU] Fix pointer arithmetic in USMfill (#14570)
Testing PR for oneapi-src/unified-runtime#1860. --------- Co-authored-by: Uwe Dolinsky <[email protected]>
1 parent e513aaf commit 6dbee94

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
@@ -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 ab9baf57fbc6f17576a0c63fbbfbfe38d66c440c
120-
# Merge: 1fef4e29 c571ec40
119+
# commit 83f7ad9551ce0134931b44804b5a254ae2e93068
120+
# Merge: ab9baf57 8fb6824d
121121
# Author: Omar Ahmed <[email protected]>
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)
122+
# Date: Thu Aug 8 11:11:13 2024 +0100
123+
# Merge pull request #1860 from PietroGhg/pietro/fill
124+
# [NATIVECPU] Fix pointer arithmetic in USMfill
125+
set(UNIFIED_RUNTIME_TAG 83f7ad9551ce0134931b44804b5a254ae2e93068)
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)