torch-mlir/python_native
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
..
CMakeLists.txt Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
MlirInit.cpp Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
MlirInit.h Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
MlirIr.cpp Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
MlirIr.h Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
MlirPass.cpp Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
MlirPass.h Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
NpcompDialect.cpp Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
NpcompModule.cpp Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
NpcompModule.h Add pass registrations and a simple compilation example from python. 2020-06-03 23:58:58 -07:00
PybindUtils.cpp Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
PybindUtils.h Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00
unix_version.script Move python native library to python_native/_npcomp...so. 2020-05-06 22:44:12 -07:00