mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
try generating fat binaries for cuda
This commit is contained in:
@@ -147,7 +147,7 @@ ifdef CUDA_DOCKER_ARCH
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
|
||||
else
|
||||
ifdef LLAMA_PORTABLE
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all-major
|
||||
NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=all
|
||||
else
|
||||
NVCCFLAGS += -arch=native
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user