Skip to content

Commit 371bd98

Browse files
[SYCL][E2E] Fix invalid USM aspect requirements in select tests (#13928)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent e2d9b8b commit 371bd98

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

sycl/test-e2e/EnqueueFunctions/kernel_shortcut_with_kb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: usm_shared_allocations
1+
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

sycl/test-e2e/EnqueueFunctions/kernel_shortcuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: usm_shared_allocations
1+
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

sycl/test-e2e/EnqueueFunctions/mem_advise.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: usm_shared_allocations
1+
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s
44

sycl/test-e2e/EnqueueFunctions/memops.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: usm_shared_allocations
1+
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

sycl/test-e2e/EnqueueFunctions/prefetch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: usm_shared_allocations
1+
// REQUIRES: aspect-usm_shared_allocations
22
// RUN: %{build} -o %t.out
33
// RUN: env SYCL_PI_TRACE=2 %{run} %t.out 2>&1 | FileCheck %s
44

sycl/test-e2e/USM/dep_events.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// REQUIRES: usm_shared_allocations
8+
// REQUIRES: aspect-usm_shared_allocations
99
// RUN: %{build} -o %t1.out
1010
// RUN: %{run} %t1.out
1111

sycl/test-e2e/syclcompat/memory/memory_management_shared.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//
3131
// ===----------------------------------------------------------------------===//
3232

33-
// REQUIRES: usm_shared_allocations
33+
// REQUIRES: aspect-usm_shared_allocations
3434
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
3535
// RUN: %{run} %t.out
3636

sycl/test-e2e/syclcompat/memory/usm_shared_allocations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* USM allocation tests
2121
**************************************************************************/
2222

23-
// REQUIRES: usm_shared_allocations
23+
// REQUIRES: aspect-usm_shared_allocations
2424
// RUN: %clangxx -std=c++20 -fsycl -fsycl-targets=%{sycl_triple} %s -o %t.out
2525
// RUN: %{run} %t.out
2626

0 commit comments

Comments
 (0)