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 9d54f5d commit 580c685Copy full SHA for 580c685
CMakeLists.txt
@@ -475,7 +475,6 @@ if (WITH_CUDA)
475
# flags for flash attention
476
list(APPEND CUDA_NVCC_FLAGS "--expt-relaxed-constexpr")
477
list(APPEND CUDA_NVCC_FLAGS "--expt-extended-lambda")
478
- list(APPEND CUDA_NVCC_FLAGS "--use_fast_math")
479
480
message(STATUS "NVCC host compiler: ${CUDA_HOST_COMPILER}")
481
message(STATUS "NVCC compilation flags: ${CUDA_NVCC_FLAGS}")
0 commit comments