ggml-hip: enable -ffast-math for HIP builds (llama/23862)

This commit is contained in:
a-huk
2026-07-10 13:06:42 +03:00
committed by Georgi Gerganov
parent ec6e0f2c29
commit 9fe449cbd0
+2
View File
@@ -155,3 +155,5 @@ if (GGML_HIP_RCCL)
endif()
target_link_libraries(ggml-hip PRIVATE ggml-base hip::host roc::rocblas roc::hipblas)
target_compile_options(ggml-hip PRIVATE "$<$<COMPILE_LANGUAGE:HIP>:-ffast-math>")