[clang-tools-extra] [compiler-rt] [mlir] [libcxx] [lldb] [flang] [llvm] [clang] [lld] [libc] [mlir][linalg] Implement common interface for depthwise convolution ops (PR #75017)

via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 28 12:08:15 PST 2023


srcarroll wrote:

I'm starting to think that maybe grouped convs should have received this treatment first since depthwise is a subset of grouped, so a lot of this should be abstracted to a grouped conv interface. Looking forward to hearing thoughts

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


More information about the cfe-commits mailing list