Skip to content

Commit 2559d65

Browse files
[SYCL][E2E] Add USM requirements to USM/align test (#15445)
The USM/align.cpp E2E test does not correctly require USM support on the device it runs on. This commit adds the requirements. Fixes #15444 Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 6db44aa commit 2559d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/USM/align.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: aspect-usm_shared_allocations,aspect-usm_device_allocations,aspect-usm_host_allocations
2+
13
// RUN: %{build} -o %t.out
24
// RUN: %{run} %t.out
35

0 commit comments

Comments
 (0)