Skip to content

Commit

Permalink
refactor for adding new buffer type for online flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chaxu01 committed Nov 6, 2024
1 parent 639949f commit ba21c82
Show file tree
Hide file tree
Showing 2,312 changed files with 645,964 additions and 912 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,11 @@ ggml/src/ggml-cuda/%.o: \
$(HIPCC) $(CXXFLAGS) $(HIPFLAGS) -x hip -c -o $@ $<
endif # GGML_HIPBLAS

ifdef GGML_CPU_AARCH64
MK_CPPFLAGS += -DGGML_USE_CPU_AARCH64
MK_CFLAGS += -DGGML_USE_CPU_AARCH64
endif

ifdef GGML_METAL
MK_CPPFLAGS += -DGGML_USE_METAL
MK_LDFLAGS += -framework Foundation -framework Metal -framework MetalKit
Expand Down
Loading

0 comments on commit ba21c82

Please sign in to comment.