Skip to content

Commit d260271

Browse files
fzou1jsji
authored andcommitted
[NFC][SYCL] Disabled tests after 702332c
1 parent 9b0c951 commit d260271

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

sycl/test-e2e/KernelCompiler/sycl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: *
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20127
3+
14
//==--- sycl.cpp --- kernel_compiler extension tests -----------------------==//
25
//
36
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

sycl/test-e2e/OptionalKernelFeatures/fp64-conv-emu-1.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
//
1717
// UNSUPPORTED: cuda, hip
1818
// UNSUPPORTED-INTENDED: FP64 emulation is an Intel specific feature.
19+
// XFAIL: *
20+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20113
1921

2022
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu %O0 %s -o %t.out
2123
// RUN: %{run} %t.out

sycl/test-e2e/OptionalKernelFeatures/fp64-conv-emu-2.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
//
2020
// UNSUPPORTED: cuda, hip
2121
// UNSUPPORTED-INTENDED: FP64 emulation is an Intel specific feature.
22+
// XFAIL: *
23+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20113
24+
2225

2326
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_dg2_g10,intel_gpu_dg2_g11,intel_gpu_dg2_g12,intel_gpu_pvc,intel_gpu_mtl_h,intel_gpu_mtl_u -fsycl-fp64-conv-emu %O0 %s -o %t.out
2427
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)