[Mlir-commits] [mlir] [mlir][python] allow upstream dialect registration (PR #74252)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Mon Dec 4 03:39:22 PST 2023
================
@@ -423,7 +423,30 @@ declare_mlir_python_extension(MLIRPythonExtension.Core
MLIRCAPIInterfaces
# Dialects
+ MLIRCAPIAMDGPU
+ MLIRCAPIArith
+ MLIRCAPIAsync
+ MLIRCAPIControlFlow
MLIRCAPIFunc
+ MLIRCAPIGPU
+ MLIRCAPILLVM
+ MLIRCAPILinalg
+ MLIRCAPIMLProgram
+ MLIRCAPIMath
+ MLIRCAPIMemRef
+ MLIRCAPINVGPU
+ MLIRCAPINVVM
+ MLIRCAPIOpenMP
+ MLIRCAPIPDL
+ MLIRCAPIQuant
+ MLIRCAPIROCDL
+ MLIRCAPISCF
+ MLIRCAPIShape
+ MLIRCAPISparseTensor
+ MLIRCAPITensor
+ MLIRCAPITransformDialect
+ MLIRCAPIVector
+ MLIRCAPIRemainingDialects
----------------
ftynse wrote:
I don't think we want "Core" bindings to depend on all dialects...
https://github.com/llvm/llvm-project/pull/74252
More information about the Mlir-commits
mailing list