Skip to content

Commit 91f8c9c

Browse files
authored
Disable -ffast-math on HIP (ggml-org#25495)
1 parent 1cbfd19 commit 91f8c9c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ggml/src/ggml-hip/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,3 @@ if (GGML_HIP_RCCL)
154154
endif()
155155

156156
target_link_libraries(ggml-hip PRIVATE ggml-base hip::host roc::rocblas roc::hipblas)
157-
158-
target_compile_options(ggml-hip PRIVATE "$<$<COMPILE_LANGUAGE:HIP>:-ffast-math;-fno-finite-math-only>")

0 commit comments

Comments
 (0)