We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684dfae commit 1a102b2Copy full SHA for 1a102b2
.github/workflows/build-cu.yml
@@ -115,7 +115,7 @@ jobs:
115
-DCMAKE_EXE_LINKER_FLAGS=-Wl,--allow-shlib-undefined \
116
-DCMAKE_C_FLAGS_RELEASE="-Ofast -DNDEBUG -fno-finite-math-only -fmath-errno -march=znver3" \
117
-DCMAKE_CXX_FLAGS_RELEASE="-Ofast -DNDEBUG -march=znver3" \
118
- -DCMAKE_CUDA_FLAGS_RELEASE="-Ofast -fno-finite-math-only -fmath-errno -DNDEBUG -Xcompiler=-Ofast,-march=znver3"
+ -DCMAKE_CUDA_FLAGS_RELEASE="-O3 -ffast-math -DNDEBUG -Xcompiler=-Ofast,-march=znver3"
119
cmake --build . --config Release -j $(nproc)
120
121
- name: Determine tag name
0 commit comments