[Mlir-commits] [mlir] [mlir] enable python bindings for nvgpu transforms (PR #68088)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 3 05:19:12 PDT 2023


================
@@ -200,6 +200,15 @@ declare_mlir_dialect_extension_python_bindings(
   DIALECT_NAME transform
   EXTENSION_NAME memref_transform)
 
+declare_mlir_dialect_extension_python_bindings(
+ADD_TO_PARENT MLIRPythonSources.Dialects
+ROOT_DIR "${CMAKE_CURRENT_SOURCE_DIR}/mlir"
----------------
martin-luecke wrote:

Let's keep whitespace consistent to the other occurences in this file

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


More information about the Mlir-commits mailing list