[Mlir-commits] [mlir] [mlir][linalg] Exclude non-convolutional ops from isaConvolutionOpInterface (PR #102087)

Quinn Dawkins llvmlistbot at llvm.org
Thu Aug 8 07:51:58 PDT 2024


qedawkins wrote:

I am not sure how useful such an operation would be given that `transform.match.structured.classify_convolution_dims` can already be used to do what `transform.match.structured.convolution_op_interface` would be able to do. It is up to you if you think such an operation would be useful. That also might be better as a separate PR.

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


More information about the Mlir-commits mailing list