[all-commits] [llvm/llvm-project] 0cdf49: Break apart the MLIR ExecutionEngine from core pyt...

Stella Laurenzo via All-commits all-commits at lists.llvm.org
Wed Jul 28 17:01:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cdf4915019a8ebc6570229cf140ad879dfaef56
      https://github.com/llvm/llvm-project/commit/0cdf4915019a8ebc6570229cf140ad879dfaef56
  Author: Stella Laurenzo <stellaraccident at gmail.com>
  Date:   2021-07-28 (Wed, 28 Jul 2021)

  Changed paths:
    R mlir/lib/Bindings/Python/ExecutionEngine.cpp
    R mlir/lib/Bindings/Python/ExecutionEngine.h
    A mlir/lib/Bindings/Python/ExecutionEngineModule.cpp
    M mlir/lib/Bindings/Python/MainModule.cpp
    M mlir/python/CMakeLists.txt
    M mlir/python/mlir/execution_engine.py
    M mlir/test/python/execution_engine.py

  Log Message:
  -----------
  Break apart the MLIR ExecutionEngine from core python module.

* For python projects that don't need JIT/ExecutionEngine, cuts the number of files to compile roughly in half (with similar reduction in end binary size).

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




More information about the All-commits mailing list