torch-mlir/python
Stella Laurenzo 60f132b26f Add pass registrations and a simple compilation example from python.
* Got side-tracked hunting down a vague-linkage RTTI issue due to not anchoring key methods in PassOptions.h to a module.
* Took the path of least resistance and just added the option to build LLVM with RTTI. I know how to fix this but would like to do some broader upstream fixes versus just hunting/pecking/working around in this project.
2020-06-03 23:58:58 -07:00
..
npcomp Add python binding for running passes. 2020-06-03 01:29:59 -07:00
samples Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
.style.yapf Implement __array_func__ hook and use it to trace np.dot. 2020-05-04 15:47:01 -07:00
CMakeLists.txt Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
run_tests.py Add python binding for running passes. 2020-06-03 01:29:59 -07:00