1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Hack - may revert this in future

This commit is contained in:
Peter Boyle 2020-11-19 05:58:39 -08:00
parent adcc97cbbb
commit 6d25badce5

View File

@ -5,3 +5,9 @@ bench-local: all
./Benchmark_memory_bandwidth ./Benchmark_memory_bandwidth
./Benchmark_wilson ./Benchmark_wilson
./Benchmark_dwf --dslash-unroll ./Benchmark_dwf --dslash-unroll
OBJECTS=$(shell find ../Grid/ -name '*.o')
Benchmark_dwf_fp32.nolib: Benchmark_dwf_fp32.o
$(CXXLINK) Benchmark_dwf_fp32.o $(OBJECTS) $(LIBS)