torch-mlir/python/npcomp
Stella Laurenzo 714bc01c02 Bump llvm version to 0c4aab27b3da05dd1b0c0c39472525325fda5e23.
* Fixes some api-change breakages.
* Deletes edsc module now that the IR bindings are working (and since it broke with this update).
2020-05-05 21:00:49 -07:00
..
dialect Implement __array_func__ hook and use it to trace np.dot. 2020-05-04 15:47:01 -07:00
tracing Handle np.transpose() and ndarray.T shortcut. 2020-05-04 16:20:36 -07:00
utils Cleanup python namespace a bit for standalone use. 2020-05-02 21:54:13 -07:00
CMakeLists.txt Bump llvm version to 0c4aab27b3da05dd1b0c0c39472525325fda5e23. 2020-05-05 21:00:49 -07:00
__init__.py Cleanup python namespace a bit for standalone use. 2020-05-02 21:54:13 -07:00
decorators.py Initial commit of python boiler-plate. 2020-04-26 15:50:23 -07:00
exporter.py Initial commit of python boiler-plate. 2020-04-26 15:50:23 -07:00
mlir_init.cpp Create skeleton for 'Basicpy' dialect. 2020-05-04 17:48:02 -07:00
mlir_ir.cpp Bump llvm version to 0c4aab27b3da05dd1b0c0c39472525325fda5e23. 2020-05-05 21:00:49 -07:00
mlir_ir.h Add enough python bindings to build functions and ufunc calls. 2020-05-01 18:44:06 -07:00
mlir_ir_test.py Add wrappers for block and operation iteration. 2020-05-01 10:16:19 -07:00
native.cpp Bump llvm version to 0c4aab27b3da05dd1b0c0c39472525325fda5e23. 2020-05-05 21:00:49 -07:00
pybind_utils.cpp Add MLIRContext and ModuleOp python bindings with asm parse/print and diagnostics. 2020-04-30 17:14:03 -07:00
pybind_utils.h Start splitting Py* types into a header so that further C++ interop can be built. 2020-04-30 19:23:18 -07:00
smoketest.py Initial commit of python boiler-plate. 2020-04-26 15:50:23 -07:00
types.py Initial commit of python boiler-plate. 2020-04-26 15:50:23 -07:00
unix_version.script Initial commit of python boiler-plate. 2020-04-26 15:50:23 -07:00