Skip to content

Commit

Permalink
Remove leftover --use_fast_math
Browse files Browse the repository at this point in the history
  • Loading branch information
fthaler committed Sep 25, 2024
1 parent ffd070e commit 6e4bcbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jenkins/envs/daint_nvcc_cray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module switch cudatoolkit/11.2.0_3.39-2.1__gf93aa1c
module switch cce/10.0.2

export GTCMAKE_GT_CLANG_CUDA_MODE=NVCC-CUDA
export GTCMAKE_CMAKE_CUDA_FLAGS_RELEASE='-O3 -DNDEBUG --use_fast_math'
export GTCMAKE_CMAKE_CUDA_FLAGS_RELEASE='-O3 -DNDEBUG'

export CTEST_PARALLEL_LEVEL=1

2 changes: 1 addition & 1 deletion jenkins/envs/daint_nvcc_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ export CUDAHOSTCXX="$CXX"

export GTCMAKE_CMAKE_CXX_FLAGS='-march=haswell'
export GTCMAKE_CMAKE_CXX_FLAGS_RELEASE='-Ofast -DNDEBUG'
export GTCMAKE_CMAKE_CUDA_FLAGS_RELEASE='-O3 -DNDEBUG --use_fast_math'
export GTCMAKE_CMAKE_CUDA_FLAGS_RELEASE='-O3 -DNDEBUG'

export CTEST_PARALLEL_LEVEL=1

0 comments on commit 6e4bcbe

Please sign in to comment.