[Mlir-commits] [mlir] [mlir][CAPI][python] expose the python bindings for linalg::isaConvolutionOpInterface and linalg::inferConvolutionDims (PR #135253)

Maksim Levental llvmlistbot at llvm.org
Thu Apr 10 13:56:01 PDT 2025


================
@@ -22,7 +22,7 @@ extern "C" {
 MLIR_CAPI_EXPORTED void
 mlirLinalgFillBuiltinNamedOpRegion(MlirOperation mlirOp);
 
-MLIR_CAPI_EXPORTED bool mlirLinalgIsContractionOp(MlirOperation op);
+MLIR_CAPI_EXPORTED bool mlirLinalgIsaContractionOp(MlirOperation op);
----------------
makslevental wrote:

nit: `IsA` 

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


More information about the Mlir-commits mailing list