Update CMakeLists.txt
Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
parent
9f70b0ed1d
commit
30f15760d8
1 changed files with 0 additions and 1 deletions
|
@ -779,7 +779,6 @@ set(CUDA_CXX_FLAGS "")
|
||||||
|
|
||||||
if (LLAMA_CUBLAS)
|
if (LLAMA_CUBLAS)
|
||||||
set(CUDA_FLAGS -use_fast_math)
|
set(CUDA_FLAGS -use_fast_math)
|
||||||
list(APPEND CUDA_CXX_FLAGS ${CXX_FLAGS})
|
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
list(APPEND CUDA_CXX_FLAGS -Wno-pedantic)
|
list(APPEND CUDA_CXX_FLAGS -Wno-pedantic)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue