torch-mlir/python
Stella Laurenzo d1ed6d260e Initial work on a torch op registry.
* This extracts metadata from python invocations (nearly) sufficient to generate ODS and a Torch IR translation table for most of the ops.
* It also has the side effect of creating a data structure with meaningfully runnable examples suitable for an automated regression test.
* There are some ops that are sufficiently complex/weird (like _convolution) that we'll just manually handle those.
* See example output: https://gist.github.com/stellaraccident/60a58457b15e9184e224fa98a2658769
2020-08-28 15:20:55 -07:00
..
npcomp Initial work on a torch op registry. 2020-08-28 15:20:55 -07:00
samples Update sample for refjit invocation. 2020-07-10 22:57:26 -07:00
CMakeLists.txt Fix precommit workflow (#13) 2020-08-06 23:51:05 -07:00
NpcompModule.cpp Collapse python_native/ into python/. 2020-08-03 17:46:34 -07:00
unix_version.script Collapse python_native/ into python/. 2020-08-03 17:46:34 -07:00