We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d121b7 commit 0484ffbCopy full SHA for 0484ffb
Makefile
@@ -129,7 +129,7 @@ ifdef LLAMA_CUBLAS
129
OBJS += ggml-cuda.o
130
NVCC = nvcc
131
ifdef CUDA_DOCKER_ARCH
132
- NVCCFLAGS = --forward-unknown-to-host-compiler -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
+ NVCCFLAGS = --forward-unknown-to-host-compiler -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH)
133
else
134
NVCCFLAGS = --forward-unknown-to-host-compiler -arch=native
135
endif
0 commit comments