summaryrefslogtreecommitdiff
path: root/mlir/lib/CAPI/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2025-02-15[MLIR] Fix mlirExecutionEngineLookup throwing assert on lookup fail (#123924)Edgar
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-06-05Activate OpenMP translation in MLIR execution engine CAPI.Rafael Ubal Tena
2023-03-27[mlir] Update JitRunner, ExecutionEngine after LLVM commit 8b1771bd9f3.Lang Hames
2023-03-21[mlir] Support lowering of dialect attributes attached to top-level modulesSergio Afonso
2022-10-20[mlir] Fix and test python bindings for dump_to_object_fileDenys Shabalin
2022-04-11Reland [mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks
2022-04-11Revert "[mlir] Remove uses of LLVM's legacy pass manager"Arthur Eubanks
2022-04-11[mlir] Remove uses of LLVM's legacy pass managerArthur Eubanks
2022-02-23[mlir][NFC] Use options struct in ExecutionEngine::createEmilio Cota
2021-11-22Rename MlirExecutionEngine lookup to lookupPackedTres Popp
2021-11-22[mlir] Add InitializeNativeTargetAsmParser to ExecutionEngine.Nicolas Vasilache
2021-06-12[MLIR] Execution engine python binding support for shared librariesUday Bondhugula
2021-05-16[MLIR][PYTHON] Provide opt level for ExecutionEngine Python bindingUday Bondhugula
2021-04-19[mlir][python] ExecutionEngine can dump to object fileNicolas Vasilache
2021-03-30Add a "register_runtime" method to the mlir.execution_engine and show calling...Mehdi Amini
2021-03-04[mlir] make implementations of translation to LLVM IR interfaces privateAlex Zinenko
2021-03-03Add basic JIT Python BindingsMehdi Amini
2021-03-03Add C bindings for mlir::ExecutionEngineMehdi Amini