Files
concrete/benchmarks/common.py

9 lines
254 B
Python

import concrete.numpy as hnp
BENCHMARK_CONFIGURATION = hnp.CompilationConfiguration(
dump_artifacts_on_unexpected_failures=True,
enable_topological_optimizations=True,
check_every_input_in_inputset=True,
treat_warnings_as_errors=True,
)