[Mlir-commits] [mlir] [mlir][linalg] Add TransposeConv2D Pass (PR #68567)

Jack Frankland llvmlistbot at llvm.org
Tue Oct 17 08:26:52 PDT 2023


FranklandJack wrote:

> Thanks for the contribution! My main comment would be that this pass is a bit limited ATM:
> 
> > Convert conv_2d_nhwc_fhwc to conv_2d_nhwc_hwcf
> 
> Why not support conversions in both directions?

Sure, although I'm not 100% clear what "both directions" means here. Should the pass also run on `conv_2d_nhwc_hwcf` and convert it to `fwhc`?

https://github.com/llvm/llvm-project/pull/68567


More information about the Mlir-commits mailing list