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 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments