[llvm] [mlir] enable python bindings for nvgpu transforms (PR #68088)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 05:19:14 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 llvm-commits
mailing list