Skip to content

Commit 580c685

Browse files
authored
fix regression flash attention (#1695)
1 parent 9d54f5d commit 580c685

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ if (WITH_CUDA)
475475
# flags for flash attention
476476
list(APPEND CUDA_NVCC_FLAGS "--expt-relaxed-constexpr")
477477
list(APPEND CUDA_NVCC_FLAGS "--expt-extended-lambda")
478-
list(APPEND CUDA_NVCC_FLAGS "--use_fast_math")
479478

480479
message(STATUS "NVCC host compiler: ${CUDA_HOST_COMPILER}")
481480
message(STATUS "NVCC compilation flags: ${CUDA_NVCC_FLAGS}")

0 commit comments

Comments
 (0)