Skip to content

Commit d8b064a

Browse files
authored
[SYCL][ESIMD][E2E] Remove no-fast-math option from tests that now pass without it (#17226)
1 parent a8fdb33 commit d8b064a

File tree

6 files changed

+6
-14
lines changed

6 files changed

+6
-14
lines changed

sycl/test-e2e/ESIMD/api/replicate_smoke.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
//===----------------------------------------------------------------------===//
88
//
99
// UNSUPPORTED: arch-intel_gpu_pvc
10-
// TODO: remove fno-fast-math option once the issue is investigated and the test
11-
// is fixed.
12-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
13-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
10+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1411
// RUN: %{run} %t.out
1512
//
1613
// The test checks main functionality of the esimd::replicate_vs_w_hs function.

sycl/test-e2e/ESIMD/ext_math.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27012, win: 101.4576
9-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// UNSUPPORTED: arch-intel_gpu_pvc

sycl/test-e2e/ESIMD/ext_math_ieee_sqrt_div.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
// REQUIRES: arch-intel_gpu_pvc
99
// REQUIRES-INTEL-DRIVER: lin: 31294
1010

11-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
12-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
11+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1312
// RUN: %{run} %t.out
1413

1514
// This test checks ieee_sqrt() and ieee_sqrt() with float and double types.

sycl/test-e2e/ESIMD/ext_math_pvc.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 31294
9-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// REQUIRES: arch-intel_gpu_pvc

sycl/test-e2e/ESIMD/ext_math_saturate.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 27012, win: 101.4576
9-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// UNSUPPORTED: arch-intel_gpu_pvc

sycl/test-e2e/ESIMD/ext_math_saturate_pvc.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES-INTEL-DRIVER: lin: 31294
9-
// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10-
// RUN: %{build} -fsycl-device-code-split=per_kernel %{mathflags} -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
1110
// RUN: %{run} %t.out
1211

1312
// REQUIRES: arch-intel_gpu_pvc

0 commit comments

Comments
 (0)