feat(compiler): bench, activate levelled ops

This commit is contained in:
rudy
2023-08-10 20:55:43 +02:00
committed by rudy-6-4
parent f358a79018
commit a28a7bf397

View File

@@ -362,7 +362,14 @@ $(BENCHMARK_CPU_DIR)/end_to_end_round.yaml: tests/end_to_end_fixture/end_to_end_
$(BENCHMARK_CPU_DIR)/%.yaml: tests/end_to_end_fixture/%_gen.py
$(Python3_EXECUTABLE) $< > $@
generate-cpu-benchmarks: $(BENCHMARK_CPU_DIR) $(BENCHMARK_CPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml $(BENCHMARK_CPU_DIR)/end_to_end_apply_lookup_table.yaml $(BENCHMARK_CPU_DIR)/end_to_end_round.yaml
BENCHS_CPU = \
$(BENCHMARK_CPU_DIR)/end_to_end_linalg_apply_lookup_table.yaml \
$(BENCHMARK_CPU_DIR)/end_to_end_apply_lookup_table.yaml \
$(BENCHMARK_CPU_DIR)/end_to_end_round.yaml \
$(BENCHMARK_CPU_DIR)/end_to_end_linalg_leveled.yaml
generate-cpu-benchmarks: $(BENCHMARK_CPU_DIR) $(BENCHS_CPU)
SECURITY_TO_BENCH=128
OPTIMIZATION_STRATEGY_TO_TEST=dag-mono dag-multi