This is the same as the existing multiplier-1 variant of DepthwiseConv2D, but in PyTorch dim order.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I noticed the previous update to this yaml file also missed adding a test case: bc07634b5a762686b818932eb350b4fc84217e67
Comment Actions
Oh, right. Should I just add the test case for that op here, or should I make a separate patch for it?
Comment Actions
Added tests for this op, as well as for my previous op (grouped conv) that has already landed.
Comment Actions
@MaheshRavishankar -- is there a risk that this op will be optimized worse due to not being recognized as well as the regular depthwise?
Comment Actions
Thats a separate concern (and if IIUC a concern more related to IREE and not really for MLIR). But in any case, IREE should be able to handle this variation by default, and even if it is doesnt should be easy to adapt IREE to account for this change.