aboutsummaryrefslogtreecommitdiff
path: root/mlir/docs/Bindings
AgeCommit message (Expand)AuthorFilesLines
2022-08-08[mlir][math] Rename math.abs -> math.absfJeff Niu1-2/+1
2022-03-16[mlir:FunctionOpInterface] Rename the "type" attribute to "function_type"River Riddle1-1/+1
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-3/+3
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-5/+5
2022-02-24[mlir] Document creation of Python bindings for a dialectAlex Zinenko1-0/+97
2022-01-13[mlir] Fix reference to out of date CMake functionDenys Shabalin1-1/+1
2021-10-29[mlir][docs] Fix obvious spelling mistakes in documentationMarkus Böck1-5/+5
2021-10-25[mlir] support interfaces in Python bindingsAlex Zinenko1-0/+62
2021-10-13[mlir] Fix typos in the Python bindings docAlex Zinenko1-3/+3
2021-10-13[mlir][python] Provide some methods and properties for API completenessAlex Zinenko1-2/+16
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-151/+152
2021-10-12[mlir] Limit Python dependency to Development.Module when possible.Mike Urbach1-8/+0
2021-10-11[mlir] add user-level documentation for Python bindingsAlex Zinenko1-1/+430
2021-07-27Re-engineer MLIR python build support.Stella Laurenzo1-3/+9
2021-05-24[MLIR] Make MLIR cmake variable names consistentUday Bondhugula1-2/+2
2021-05-03Move MLIR python sources to mlir/python.Stella Laurenzo1-2/+2
2021-03-29NFC: Update MLIR python bindings docs to install deps via requirements.txt.Stella Laurenzo1-4/+12
2021-03-25[mlir][python] Add docs for op class extension mechanism.Stella Laurenzo1-1/+88
2021-03-08[mlir][python] Reorganize MLIR python into namespace packages.Stella Laurenzo1-17/+30
2021-01-24[mlir][Python] Roll up of python API fixes.Stella Laurenzo1-6/+11
2021-01-19[mlir][python] Factor out standalone OpView._ods_build_default class method.Stella Laurenzo1-3/+18
2021-01-18NFC: Document current MLIR Python ODS conventions.Stella Laurenzo1-0/+90
2021-01-18[NFC] Update some mlir python documentation.Stella Laurenzo1-49/+35
2020-11-22[mlir][Python] Support finding pybind11 from the python environment.Stella Laurenzo1-2/+3
2020-11-18[mlir] Get array from the dense elements attribute with buffer protocol.zhanghb971-1/+1
2020-11-01NFC: Wrap lines in Python.md.Stella Laurenzo1-23/+67
2020-11-01[mlir][Python] Context managers for Context, InsertionPoint, Location.Stella Laurenzo1-41/+14
2020-09-23Add Operation to python bindings.Stella Laurenzo1-0/+22
2020-07-09Add Python bindings guide.Stella Laurenzo1-0/+328