Skip to content

Commit ba21c82

Browse files
committed
refactor for adding new buffer type for online flow
1 parent 639949f commit ba21c82

File tree

2,312 files changed

+645964
-912
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,312 files changed

+645964
-912
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -874,6 +874,11 @@ ggml/src/ggml-cuda/%.o: \
874874
$(HIPCC) $(CXXFLAGS) $(HIPFLAGS) -x hip -c -o $@ $<
875875
endif # GGML_HIPBLAS
876876

877+
ifdef GGML_CPU_AARCH64
878+
MK_CPPFLAGS += -DGGML_USE_CPU_AARCH64
879+
MK_CFLAGS += -DGGML_USE_CPU_AARCH64
880+
endif
881+
877882
ifdef GGML_METAL
878883
MK_CPPFLAGS += -DGGML_USE_METAL
879884
MK_LDFLAGS += -framework Foundation -framework Metal -framework MetalKit

0 commit comments

Comments
 (0)