[all-commits] [llvm/llvm-project] fcd296: Initial MLIR python bindings based on the C API.

zhanghb97 via All-commits all-commits at lists.llvm.org
Sun Aug 16 19:37:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fcd2969da9e04a70103bfbf8a382c0842fcf6aaf
      https://github.com/llvm/llvm-project/commit/fcd2969da9e04a70103bfbf8a382c0842fcf6aaf
  Author: zhanghb97 <zhanghb97 at 126.com>
  Date:   2020-08-16 (Sun, 16 Aug 2020)

  Changed paths:
    M mlir/lib/Bindings/Python/CMakeLists.txt
    A mlir/lib/Bindings/Python/IRModules.cpp
    A mlir/lib/Bindings/Python/IRModules.h
    M mlir/lib/Bindings/Python/MainModule.cpp
    A mlir/test/Bindings/Python/ir_test.py

  Log Message:
  -----------
  Initial MLIR python bindings based on the C API.

* Basic support for context creation, module parsing and dumping.

Differential Revision: https://reviews.llvm.org/D85481




More information about the All-commits mailing list