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

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Oct 16 08:31:22 PDT 2023


https://github.com/banach-space commented:

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?

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


More information about the Mlir-commits mailing list