[Mlir-commits] [mlir] [mlir][linalg] Add Grouped Convolution Ops: conv_2d_nhwgc_gfhwc and conv_2d_nhwgc_gfhwc_q (PR #108192)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Sep 19 05:55:05 PDT 2024


stefankoncarevic wrote:

Hi everyone,  
I've made the requested changes by separating the Linalg grouped convolution operations into this PR. This will allow us to proceed with upstreaming just this part.  
Regarding the TOSA dialect changes, after discussions within our team, we've decided not to upstream that portion as it diverges too much from the current specification. We'll focus on the Linalg operations for now.  
Thank you for your feedback and support!  


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


More information about the Mlir-commits mailing list