bench : add memcpy and ggml_mul_mat benchmarks

This commit is contained in:
Georgi Gerganov
2023-01-18 20:31:46 +02:00
parent 49b529ba74
commit 1290fc6457
4 changed files with 182 additions and 14 deletions

View File

@@ -133,8 +133,8 @@ ifdef WHISPER_OPENBLAS
LDFLAGS += -lopenblas
endif
ifdef WHISPER_GPROF
CFLAGS += -pg
CXXFLAGS += -pg
CFLAGS += -pg
CXXFLAGS += -pg
endif
ifneq ($(filter aarch64%,$(UNAME_M)),)
endif