mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-17 16:11:26 -05:00
feat(compiler): bench, activate levelled ops
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user