Compute statistics, useful data volume and cycles per SIMD iteration

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2021-10-12 15:04:08 +02:00
parent f295f54fca
commit 55d346510e
9 changed files with 96 additions and 19 deletions

View File

@@ -41,6 +41,10 @@ ifeq ($(strip $(INDEX_TRACER)),true)
DEFINES += -DINDEX_TRACER
endif
ifeq ($(strip $(COMPUTE_STATS)),true)
DEFINES += -DCOMPUTE_STATS
endif
ifneq ($(VECTOR_WIDTH),)
DEFINES += -DVECTOR_WIDTH=$(VECTOR_WIDTH)
endif