feat(compiler): support multi-circuit compilation

This commit is contained in:
Alexandre Péré
2024-02-09 11:39:06 +01:00
committed by Alexandre Péré
parent 3247a28d9d
commit 9b5a2e46da
78 changed files with 1200 additions and 865 deletions

View File

@@ -49,7 +49,7 @@ def compile_run_assert(
mlir_input,
args_and_shape,
expected_result,
options=CompilationOptions.new("main"),
options=CompilationOptions.new(),
):
# compile with simulation
options.simulation(True)