Include ATOMS_LOOP_RUNS option in config.mk file

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti 2021-10-12 23:35:58 +02:00
parent 43ba28e130
commit c46e4ee4df

View File

@ -9,6 +9,8 @@ DATA_LAYOUT ?= AOS
# Assembly syntax to generate (ATT/INTEL) # Assembly syntax to generate (ATT/INTEL)
ASM_SYNTAX ?= ATT ASM_SYNTAX ?= ATT
# Number of times to run the atoms loop on stubbed variant
ATOMS_LOOP_RUNS ?= 1
# Number of times to run the neighbors loop on stubbed variant # Number of times to run the neighbors loop on stubbed variant
NEIGHBORS_LOOP_RUNS ?= 1 NEIGHBORS_LOOP_RUNS ?= 1
# Explicitly store and load atom types (true or false) # Explicitly store and load atom types (true or false)