Skip to content

Commit de9b2fa

Browse files
committed
Fix markup for some tests
1 parent 94b2173 commit de9b2fa

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

sycl/test-e2e/Adapters/sycl-targets-order.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %{run-unfiltered-devices} env ONEAPI_DEVICE_SELECTOR="opencl:*" %t-nvptx64-spir64.out
66
// RUN: %{run-unfiltered-devices} env ONEAPI_DEVICE_SELECTOR="cuda:*" %t-nvptx64-spir64.out
77

8-
// REQUIRES: opencl, target-spir, any-triple-is-nvidia
8+
// REQUIRES: opencl, target-spir, any-target-is-nvidia
99

1010
//==------- sycl-targets-order.cpp - SYCL -fsycl-targets order test --------==//
1111
//

sycl/test-e2e/Basic/interop/make_kernel_subdevice_l0.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: level_zero, opencl, level_zero_dev_kit
2-
// RUN: %{build} %level_zero_options -lOpenCL -o %t.ze.out
1+
// REQUIRES: level_zero, opencl, level_zero_dev_kit, opencl_icd
2+
// RUN: %{build} %level_zero_options %opencl_lib -o %t.ze.out
33
// RUN: %{run-unfiltered-devices} env ONEAPI_DEVICE_SELECTOR="level_zero:*" %t.ze.out
44

55
#include <cstdlib>

sycl/test-e2e/Graph/NativeCommand/opencl_buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{run} %t.out
33
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -o %t2.out %threads_lib %opencl_lib %}
44
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
5-
// REQUIRES: opencl
5+
// REQUIRES: opencl, opencl_icd
66

77
#include <sycl/backend.hpp>
88
#include <sycl/detail/cl.h>

sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
//
77
//===-------------------------------------------------------------------------===//
88

9+
#include <chrono>
910
#include <random>
1011
#include <sycl/usm.hpp>
1112

sycl/test-e2e/Regression/reduction_resource_leak_dw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: level_zero, level_zero_dev_kit
2-
// XFAIL: windows
2+
// XFAIL: windows && run-mode
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16418
44
//
55
// RUN: %{build} %level_zero_options -o %t.out

0 commit comments

Comments
 (0)