Skip to content

Commit 6c241a3

Browse files
committed
[SYCL][E2E] Mark imf test as unsupported intended for cuda/hip
We don't support IMF in CUDA/HIP and have no plans of supporting it.
1 parent 3b13547 commit 6c241a3

13 files changed

+13
-1
lines changed

sycl/test-e2e/DeviceLib/imf_bfloat16_integeral_convesions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %{run} %t2.out
66
//
77
// UNSUPPORTED: target-nvidia || target-amd
8+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
89

910
// Windows doesn't yet have full shutdown().
1011
// UNSUPPORTED: ze_debug && windows

sycl/test-e2e/DeviceLib/imf_double2bfloat16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// RUN: %{run} %t1.out
88
//
99
// UNSUPPORTED: target-nvidia || target-amd
10+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
1011

1112
#include "imf_utils.hpp"
1213
#include <sycl/ext/intel/math.hpp>

sycl/test-e2e/DeviceLib/imf_double2half.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// RUN: %{run} %t2.out
99

1010
// UNSUPPORTED: target-nvidia, target-amd
11+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
1112

1213
#include "imf_utils.hpp"
1314
#include <sycl/ext/intel/math.hpp>

sycl/test-e2e/DeviceLib/imf_float2bfloat16.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %{run} %t2.out
66
//
77
// UNSUPPORTED: target-nvidia || target-amd
8+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
89

910
// All __imf_* bf16 functions are implemented via fp32 emulation, so we don't
1011
// need to check whether underlying device supports bf16 or not.

sycl/test-e2e/DeviceLib/imf_fp16_trivial_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// RUN: %{run} %t.out
1010

1111
// UNSUPPORTED: target-nvidia, target-amd
12+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
1213

1314
// Windows doesn't yet have full shutdown().
1415
// UNSUPPORTED: ze_debug && windows

sycl/test-e2e/DeviceLib/imf_fp32_rounding_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %{run} %t2.out
66
//
77
// UNSUPPORTED: target-nvidia || target-amd
8+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
89

910
#include "imf_utils.hpp"
1011
#include <sycl/ext/intel/math.hpp>

sycl/test-e2e/DeviceLib/imf_fp32_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %{run} %t2.out
66
//
77
// UNSUPPORTED: target-nvidia || target-amd
8+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
89

910
// Windows doesn't yet have full shutdown().
1011
// UNSUPPORTED: ze_debug && windows

sycl/test-e2e/DeviceLib/imf_fp64_rounding_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %{run} %t2.out
77
//
88
// UNSUPPORTED: target-nvidia || target-amd
9+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
910

1011
// Depends on SPIR-V Backend & run-time drivers version.
1112
// XFAIL: spirv-backend && run-mode

sycl/test-e2e/DeviceLib/imf_fp64_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %{run} %t2.out
77
//
88
// UNSUPPORTED: target-nvidia || target-amd
9+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
910
#include "imf_utils.hpp"
1011
#include <sycl/ext/intel/math.hpp>
1112

sycl/test-e2e/DeviceLib/imf_fp64_test2.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
// RUN: %{run} %t2.out
77
//
88
// UNSUPPORTED: target-nvidia || target-amd
9+
// UNSUPPORTED-INTENDED: Nvidia and AMD don't support IMF
910

1011
#include "imf_utils.hpp"
1112
#include <sycl/ext/intel/math.hpp>

0 commit comments

Comments
 (0)