File tree Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Expand file tree Collapse file tree 6 files changed +6
-14
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
//
9
9
// 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
14
11
// RUN: %{run} %t.out
15
12
//
16
13
// The test checks main functionality of the esimd::replicate_vs_w_hs function.
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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
11
10
// RUN: %{run} %t.out
12
11
13
12
// UNSUPPORTED: arch-intel_gpu_pvc
Original file line number Diff line number Diff line change 8
8
// REQUIRES: arch-intel_gpu_pvc
9
9
// REQUIRES-INTEL-DRIVER: lin: 31294
10
10
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
13
12
// RUN: %{run} %t.out
14
13
15
14
// This test checks ieee_sqrt() and ieee_sqrt() with float and double types.
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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
11
10
// RUN: %{run} %t.out
12
11
13
12
// REQUIRES: arch-intel_gpu_pvc
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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
11
10
// RUN: %{run} %t.out
12
11
13
12
// UNSUPPORTED: arch-intel_gpu_pvc
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
// 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
11
10
// RUN: %{run} %t.out
12
11
13
12
// REQUIRES: arch-intel_gpu_pvc
You can’t perform that action at this time.
0 commit comments