[all-commits] [llvm/llvm-project] c8b8e8: [MLIR] Execution engine python binding support for...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Jun 11 17:17:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8b8e8e02223df98ebc26d4d94bab5ff64eabcdf
https://github.com/llvm/llvm-project/commit/c8b8e8e02223df98ebc26d4d94bab5ff64eabcdf
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2021-06-12 (Sat, 12 Jun 2021)
Changed paths:
M mlir/include/mlir-c/ExecutionEngine.h
M mlir/lib/Bindings/Python/ExecutionEngine.cpp
M mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
M mlir/test/CAPI/execution_engine.c
M mlir/test/python/execution_engine.py
Log Message:
-----------
[MLIR] Execution engine python binding support for shared libraries
Add support to Python bindings for the MLIR execution engine to load a
specified list of shared libraries - for eg. to use MLIR runtime
utility libraries.
Differential Revision: https://reviews.llvm.org/D104009
More information about the All-commits
mailing list