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 5488fb7 commit 5fa1064Copy full SHA for 5fa1064
Makefile
@@ -193,7 +193,7 @@ ifdef LLAMA_CUBLAS
193
CXXFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include -I/opt/cuda/include -I$(CUDA_PATH)/targets/x86_64-linux/include
194
LDFLAGS += -lcublas -lculibos -lcudart -lcublasLt -lpthread -ldl -lrt -L/usr/local/cuda/lib64 -L/opt/cuda/lib64 -L$(CUDA_PATH)/targets/x86_64-linux/lib
195
OBJS += ggml-cuda.o
196
- NVCCFLAGS = --forward-unknown-to-host-compiler
+ NVCCFLAGS = --forward-unknown-to-host-compiler -use_fast_math
197
ifdef LLAMA_CUDA_NVCC
198
NVCC = $(LLAMA_CUDA_NVCC)
199
else
0 commit comments