Skip to content

Commit 2b8e375

Browse files
committedMar 27, 2025
[SYCL][E2E] Update is_compatible tests
updates UNSUPPORTED added in intel#17606
1 parent d1597dd commit 2b8e375

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed
 

‎sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_amdgcn.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// UNSUPPORTED: windows
2-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
3-
// There are no ROCm libs on win machines, so the compilation fails.
1+
// REQUIRES: hip_dev_kit
42

53
// RUN: %clangxx -fsycl -fsycl-targets=amdgcn-amd-amdhsa -Xsycl-target-backend=amdgcn-amd-amdhsa --offload-arch=gfx1030 %S/Inputs/is_compatible_with_env.cpp -o %t.out
64

‎sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_nvptx64.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// UNSUPPORTED: windows
2-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
3-
// There are no CUDA libs on win machines, so the compilation fails.
1+
// REQUIRES: cuda_dev_kit
42

53
// RUN: %clangxx -fsycl -fsycl-targets=nvptx64-nvidia-cuda %S/Inputs/is_compatible_with_env.cpp -o %t.out
64

‎sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_spir64_x86_64.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
// REQUIRES: opencl-aot
2-
3-
// UNSUPPORTED: windows
4-
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17515
5-
// There is no CPU device on win yet, so opencl-aot fails to compile the kernel.
1+
// REQUIRES: opencl-aot, any-device-is-cpu
62

73
// RUN: %{run-aux} %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/is_compatible_with_env.cpp -o %t.out
84

0 commit comments

Comments
 (0)
Please sign in to comment.