torch-mlir/lib
Stella Laurenzo fc484d1bd8 Rework reference shape lowering based on upstream shape dialect changes.
* Primarily, the upstream shape dialect now uses tensor<?xindex> for non-erroring, immediate shape calculations (and will return this for shape_of of a tensor or memref).
* In addition, upstream passes do not yet exist for fully lowering to standard ops, so the passes here need to be extended to handle this new convention.
* This should be seen as an intermediate state, necessary to integrate a new LLVM version and needs more work and cleanup for generality.
* There is a good deal of awkwardness in these conversions. The hope is that additional upstream work will yield better defined conversion paths once out of this intermediate state.
2020-08-03 13:43:49 -07:00
..
Backend Wire through codegen and runtime dependencies. 2020-07-10 22:57:26 -07:00
Conversion Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
Dialect Fix compilation issues due to llvm-project version bump. 2020-08-01 15:23:57 -07:00
E2E Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
JITRuntime Add -optimize flag to npcomp-run-mlir so that it runs optimizations. 2020-07-13 16:07:44 -07:00
Python Wire through codegen and runtime dependencies. 2020-07-10 22:57:26 -07:00
Typing Complete the basic spike to perform dtype inference. 2020-07-05 16:09:16 -07:00
runtime Wire through codegen and runtime dependencies. 2020-07-10 22:57:26 -07:00
CMakeLists.txt Allow JITModule passes to be built separately. 2020-07-10 22:57:26 -07:00
InitAll.cpp Allow JITModule passes to be built separately. 2020-07-10 22:57:26 -07:00