mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
9 lines
254 B
Python
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,
|
|
)
|