Skip to content

Commit

Permalink
Update ggml/src/CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Georgi Gerganov <[email protected]>
  • Loading branch information
Djip007 and ggerganov authored Oct 30, 2024
1 parent 4e81ab0 commit 1beb0ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ggml/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1374,11 +1374,11 @@ endif()
#

# FP8
file(GLOB GGML_HEADERS_FP8 "ggml-fp8.h")
file(GLOB GGML_SOURCES_FP8 "ggml-fp8.cpp")
file(GLOB GGML_HEADERS_FP8 "ggml-fp8.h")
file(GLOB GGML_SOURCES_FP8 "ggml-fp8.cpp")

if (OPENMP_SIMD_FLAGS)
set_source_files_properties( ${GGML_SOURCES_FP8} PROPERTIES COMPILE_FLAGS ${OPENMP_SIMD_FLAGS})
set_source_files_properties(${GGML_SOURCES_FP8} PROPERTIES COMPILE_FLAGS ${OPENMP_SIMD_FLAGS})
endif()

# ggml
Expand Down

0 comments on commit 1beb0ac

Please sign in to comment.