File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77// RUN: %if !gpu %{ %{run} %t2.out %}
88//
99// // Check that --fast-math works with cmath funcs for CUDA
10- // RUN: %if cuda %{ %{build} -fno-builtin %{mathflags} -o %t3.out -ffast-math -DSYCL_E2E_FASTMATH %}
10+ // RUN: %if any-device-is- cuda %{ %{build} -Wno-nan-infinity-disabled -fno-builtin %{mathflags} -o %t3.out -ffast-math -DSYCL_E2E_FASTMATH %}
1111// RUN: %if cuda %{ %{run} %t3.out %}
1212
1313#include " math_utils.hpp"
Original file line number Diff line number Diff line change 22//
33// RUN: %{build} -DBUILD_LIB -fPIC -shared -o %T/lib%basename_t.so
44
5- // DEFINE: %{compile} = %{build} -DFNAME=%basename_t-ldl -Wl,-rpath=%T
5+ // DEFINE: %{compile} = %{build} -DFNAME=%basename_t -ldl -Wl,-rpath=%T
66
77// RUN: %{compile} -o %t1.out -DRUN_FIRST
88// RUN: env SYCL_UR_TRACE=2 %{run} %t1.out 2>&1 | FileCheck %s --check-prefixes=CHECK-FIRST,CHECK --implicit-check-not=piProgramBuild
1515
1616// clang-format off
1717// This causes SEG. FAULT.
18- // RUNx: %{compile} -o %t4.out - DRUN_LAST
19- // RUNx: env SYCL_UR_TRACE=2 %{run} %t4 .out 2>&1 | FileCheck %s --check-prefixes=CHECK-LAST,CHECK --implicit-check-not=piProgramBuild
18+ // RUNx: %{compile} -DRUN_LAST
19+ // RUNx: env SYCL_UR_TRACE=2 %{run} %t .out 2>&1 | FileCheck %s --check-prefixes=CHECK-LAST,CHECK --implicit-check-not=piProgramBuild
2020// clang-format on
2121
2222#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments