Corrects the output order for Conv2dNgchwFgchw to the order expected by Torch-MLIR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I was wrong about the order that Torch-MLIR expects for the output of this op because the test model I was using masked it. This corrects the output order to work with any grouped case, not just that specific model.
Comment Actions
Okay, can you update the commit message to reflect that? Right now it's a bit hard to understand.