Skip to content

Commit

Permalink
[SYCL][E2E] Add USM requirements to USM/align test (intel#15445)
Browse files Browse the repository at this point in the history
The USM/align.cpp E2E test does not correctly require USM support on the
device it runs on. This commit adds the requirements.

Fixes intel#15444

Signed-off-by: Larsen, Steffen <[email protected]>
  • Loading branch information
steffenlarsen committed Sep 19, 2024
1 parent 6db44aa commit 2559d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sycl/test-e2e/USM/align.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: aspect-usm_shared_allocations,aspect-usm_device_allocations,aspect-usm_host_allocations

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down

0 comments on commit 2559d65

Please sign in to comment.