minor fix

This commit is contained in:
NiccoloN
2026-02-25 13:44:19 +01:00
parent 3d5f2d8f81
commit d036c02160

View File

@@ -8,7 +8,6 @@ def compile_with_raptor(network_path, raptor_onnx_path: Path, crossbar_size=64,
args = [
network_path,
"--maccel=PIM",
"--EmitPIMJSON",
"--EmitPimCodegen",
# "--use-experimental-conv-impl=true",
f"--crossbar-size={crossbar_size}",