From 2559d65f32b6e93f00c7e03f6cb5c2c6be97f219 Mon Sep 17 00:00:00 2001 From: Steffen Larsen Date: Thu, 19 Sep 2024 18:12:52 +0200 Subject: [PATCH] [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 https://github.com/intel/llvm/issues/15444 Signed-off-by: Larsen, Steffen --- sycl/test-e2e/USM/align.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/test-e2e/USM/align.cpp b/sycl/test-e2e/USM/align.cpp index e93cf9fc3c196..3e2514629467d 100644 --- a/sycl/test-e2e/USM/align.cpp +++ b/sycl/test-e2e/USM/align.cpp @@ -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