Remove cblas dependency
This commit is contained in:
parent
20787d8c5d
commit
00bea85cf2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -455,7 +455,7 @@ endif # LLAMA_CLBLAST
|
|||
ifdef LLAMA_VULKAN
|
||||
CFLAGS += -DGGML_USE_VULKAN
|
||||
CXXFLAGS += -DGGML_USE_VULKAN
|
||||
LDFLAGS += -lvulkan -lcblas
|
||||
LDFLAGS += -lvulkan
|
||||
OBJS += ggml-vulkan.o
|
||||
|
||||
ifdef LLAMA_VULKAN_CHECK_RESULTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue