minor refactor

This commit is contained in:
NiccoloN
2026-04-14 11:21:11 +02:00
parent e866ec6f87
commit 368e340a40
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ void ONNXToSpatialPass::runOnOperation() {
encapsulateGlobalInstruction(*entryFunc);
// Dump to file for debug
dumpModule(moduleOp, "spatial");
dumpModule(moduleOp, "spatial0");
}
template <typename T>