File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff 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 9deaabcbef168015df251c4ac0d47c2cba7bfbfb
120- # Merge: 84f5e705 ca2916e9
119+ # commit a89657c2e36d7152820b9ecc088422a54ca1d844
120+ # Merge: 2355a7d6 be7057c4
121121 # Author: Omar Ahmed <omar.ahmed@codeplay.com>
122- # Date: Mon Aug 5 21:02:44 2024 +0100
123- # Merge pull request #1929 from oneapi-src/revert-1880-l0-native-enqueue
124- # Revert "[L0] L0 impl for enqueue native command"
125- set (UNIFIED_RUNTIME_TAG 9deaabcbef168015df251c4ac0d47c2cba7bfbfb )
122+ # Date: Wed Aug 7 12:01:33 2024 +0100
123+ # Merge pull request #1699 from PietroGhg/pietro/usm_fixes
124+ # [NATIVECPU] Implement urUSMGetMemAllocInfo and aligned alloc
125+ set (UNIFIED_RUNTIME_TAG a89657c2e36d7152820b9ecc088422a54ca1d844 )
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
@@ -155,8 +155,8 @@ if(SYCL_PI_UR_USE_FETCH_CONTENT)
155155 )
156156
157157 fetch_adapter_source(native_cpu
158- "https://github.com/PietroGhg/unified-runtime.git"
159- pietro/usm_fixes
158+ ${UNIFIED_RUNTIME_REPO}
159+ ${UNIFIED_RUNTIME_TAG}
160160 )
161161
162162 if (SYCL_PI_UR_OVERRIDE_FETCH_CONTENT_REPO)
Original file line number Diff line number Diff line change 22// RUN: %{run} %t1.out
33
44// This test is expected to reliably work with USM allocator which is
5- // currently enabled only on level zero.
5+ // currently enabled only on level zero and Native CPU .
66// REQUIRES: level_zero || native_cpu
77
88// ==---------- dmem_varied.cpp - Test various sizes and alignments ---------==//
You can’t perform that action at this time.
0 commit comments