Skip to content

Commit 1347d3a

Browse files
committed
another missing flag?
1 parent 396f857 commit 1347d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ NONECFLAGS =
5353
OPENBLAS_FLAGS = -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
5454
CLBLAST_FLAGS = -DGGML_USE_CLBLAST
5555
FAILSAFE_FLAGS = -DUSE_FAILSAFE
56-
CUBLAS_FLAGS =
56+
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
5757
CUBLASLD_FLAGS =
5858
CUBLAS_OBJS =
5959

0 commit comments

Comments
 (0)