[all-commits] [llvm/llvm-project] e82a30: [mlir] enable Python bindings for the MemRef dialect

ftynse via All-commits all-commits at lists.llvm.org
Mon Mar 15 06:08:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e82a30bdce6955f7f5fe84ccacc92b8078e66f37
      https://github.com/llvm/llvm-project/commit/e82a30bdce6955f7f5fe84ccacc92b8078e66f37
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-03-15 (Mon, 15 Mar 2021)

  Changed paths:
    M mlir/lib/Bindings/Python/CMakeLists.txt
    A mlir/lib/Bindings/Python/MemRefOps.td
    A mlir/lib/Bindings/Python/mlir/dialects/memref.py
    A mlir/test/Bindings/Python/dialects/memref.py
    R mlir/test/Bindings/Python/dialects/std.py

  Log Message:
  -----------
  [mlir] enable Python bindings for the MemRef dialect

A previous commit moved multiple ops from Standard to MemRef dialect.
Some of these ops are exercised in Python bindings. Enable bindings for
the newly created MemRef dialect and update a test accordingly.




More information about the All-commits mailing list