summaryrefslogtreecommitdiff
path: root/mlir/test/python/execution_engine.py
AgeCommit message (Expand)Author
2025-10-27[MLIR][ExecutionEngine] don't dump decls (#164478)Maksim Levental
2025-01-17[MLIR][test] Fixup for checking for ml_dtypes (#123240)Konrad Kleine
2025-01-15[MLIR][test] Check for ml_dtypes before running tests (#123061)Konrad Kleine
2025-01-07Cosmetic fixes in the code and typos in Python bindings docs (#121791)vfdev
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir][Arith] Remove `arith-to-llvm` from `func-to-llvm` (#120548)Matthias Springer
2024-09-18[MLIR] Reuse the path to runner_utils libraries (#108579)Tulio Magno Quites Machado Filho
2024-08-26[MLIR][Python] add f8E5M2 and tests for np_to_memref (#106028)PhrygianGates
2024-07-31Reapply "[MLIR][Python] add ctype python binding support for bf16" (#101271)Bimo
2024-05-29Revert "[MLIR][Python] add ctype python binding support for bf16" (#93771)Mehdi Amini
2024-05-29[MLIR][Python] add ctype python binding support for bf16 (#92489)Bimo
2023-09-05[mlir][Python] Fix conversion of non-zero offset memrefs to np.arraysFelix Schneider
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-03-01[mlir][python] Allow running pass manager on any operationrkayaith
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-10-20[mlir] Fix incorrect temporary file handling on windowsDenys Shabalin
2022-10-20[mlir] Fix and test python bindings for dump_to_object_fileDenys Shabalin
2022-08-18[mlir][test] Require JIT support in JIT testsRainer Orth
2022-07-20[mlir] Fix macOS testsAnush Elangovan
2022-07-16[mlir] Overhaul C/Python registration APIs to properly scope registration/loa...Stella Laurenzo
2022-06-02[mlir][python][f16] add ctype python binding support for f16Aart Bik
2022-06-01[mlir][python][ctypes] fix ctype python binding complication for complexAart Bik
2022-05-23[mlir] Use 'native' instead of 'llvm_has_native_target' in the mlir testsStella Stamenova
2022-05-09[mlir] Fix build & test of mlir python bindings on WindowsStella Stamenova
2022-05-05[mlir] Fix the names of exported functionsStella Stamenova
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in examples+py...River Riddle
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-14Mark some MLIR tests as requiring the native target to be configuredMehdi Amini
2021-11-10[mlir] Reintroduce nano time to execution_engineDenys Shabalin
2021-11-09Revert "[mlir] Add nano precision clock to execution engine"Mehdi Amini
2021-11-09[mlir] Add nano precision clock to execution engineDenys Shabalin
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko
2021-07-28Break apart the MLIR ExecutionEngine from core python module.Stella Laurenzo
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-06-12[MLIR] Execution engine python binding support for shared librariesUday Bondhugula
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo