Skip to content

Commit 8360df7

Browse files
committed
[CUDA] XFAIL/Unsupporte NewOffloadDriver/DeviceLib tests
Tried to XFAIL based on different mode and different gpu, however, can't get it right. Use unsupported instead for now.
1 parent e6b77f0 commit 8360df7

9 files changed

+16
-2
lines changed

sycl/test-e2e/DeviceLib/cmath_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: true
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
13
// REQUIRES: aspect-fp64
24
// UNSUPPORTED: target-amd || target-nvidia
35

sycl/test-e2e/DeviceLib/cmath_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: true
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
13
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
24

35
// RUN: %{build} -fno-builtin %{mathflags} -o %t1.out

sycl/test-e2e/DeviceLib/math_fp64_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: *
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17813
13
// REQUIRES: aspect-fp64
24

35
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}

sycl/test-e2e/DeviceLib/math_test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: true
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17813
13
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
24

35
// RUN: %{build} %{mathflags} -o %t1.out

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// UNSUPPORTED: target-nvidia, target-amd
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
11-
// XFAIL: run-mode && arch-intel_gpu_bmg_g21
11+
// XFAIL: run-mode
1212
// XFAIL-TRACKER: CMPLRLLVM-66371
1313

1414
// REQUIRES: aspect-ext_intel_matrix

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_unroll_init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED-INTENDED: aspect-ext_intel_matrix isn't currently supported for
1010
// other triples
1111

12-
// XFAIL: run-mode && arch-intel_gpu_bmg_g21
12+
// XFAIL: run-mode
1313
// XFAIL-TRACKER: CMPLRLLVM-66371
1414

1515
// REQUIRES: aspect-ext_intel_matrix, gpu

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8+
// UNSUPPORTED: true
9+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17812
810
// Separate kernel sources and host code sources
911
// Test with `--offload-new-driver`
1012
// RUN: %{build} --offload-new-driver -c -o %t.kernel.o -DINIT_KERNEL -DCALC_KERNEL

sycl/test-e2e/NewOffloadDriver/split-per-source-main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: true
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17812
13
// RUN: %{build} -Wno-error=unused-command-line-argument -fsycl-device-code-split=per_source -I %S/Inputs -o %t.out %S/Inputs/split-per-source-second-file.cpp \
24
// RUN: --offload-new-driver -fsycl-dead-args-optimization
35
// RUN: %{run} %t.out

sycl/test-e2e/NewOffloadDriver/sycl-external-with-optional-features.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: true
2+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17812
13
// Test with `--offload-new-driver`
24
// RUN: %{build} -DSOURCE1 --offload-new-driver -c -o %t1.o
35
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o

0 commit comments

Comments
 (0)