Skip to content

Commit

Permalink
Add REQUIRES to check usm_shared_allocations aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrancepillois committed Feb 29, 2024
1 parent 744740e commit de18a50
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sycl/test-e2e/Graph/Explicit/enqueue_ordering.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// REQUIRES: aspect-usm_shared_allocations
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// Extra run to check for leaks in Level Zero using UR_L0_LEAKS_DEBUG
Expand All @@ -18,10 +19,6 @@ int main() {
return 0;
}

if (!Queue.get_device().has(sycl::aspect::usm_shared_allocations)) {
return 0;
}

exp_ext::command_graph Graph{Queue.get_context(), Queue.get_device()};

const size_t N = 10;
Expand Down

0 comments on commit de18a50

Please sign in to comment.