[Mlir-commits] [mlir] [mlir][linalg] Fix isaConvolutionOpInterface logic (PR #102087)

Quinn Dawkins llvmlistbot at llvm.org
Mon Aug 5 20:02:54 PDT 2024


qedawkins wrote:

This has bothered me as well, especially because this helper is inconsistent with which named ops carry the convolution interface. I think it would be best to just expose `allowEmptyConvolvedDims` to users and default it to false.

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


More information about the Mlir-commits mailing list