Skip to content

Commit

Permalink
Remove cblas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
0cc4m committed Nov 3, 2023
1 parent 20787d8 commit 00bea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00bea85

Please sign in to comment.