mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-01-26 17:20:01 +00:00
Graph parallel for Mimo-V2-Flash (#1105)
* WIP * Cleanup * Set max_gpu to 2 for Mimo2 --------- Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
This commit is contained in:
@@ -1170,7 +1170,7 @@ endif()
|
||||
set(CUDA_CXX_FLAGS "")
|
||||
|
||||
if (GGML_CUDA)
|
||||
set(CUDA_FLAGS -use_fast_math -extended-lambda)
|
||||
set(CUDA_FLAGS -use_fast_math -extended-lambda -lineinfo)
|
||||
|
||||
if (GGML_FATAL_WARNINGS)
|
||||
list(APPEND CUDA_FLAGS -Werror all-warnings)
|
||||
|
||||
Reference in New Issue
Block a user