Skip to content

Commit 7c44cca

Browse files
PietroGhgomarahmed1111
authored andcommitted
Update test comment
1 parent 61fc120 commit 7c44cca

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

sycl/cmake/modules/FetchUnifiedRuntime.cmake

Lines changed: 8 additions & 8 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 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)

sycl/test-e2e/USM/dmem_varied.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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 ---------==//

0 commit comments

Comments
 (0)