torch-mlir/test/npcomp-run-mlir
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
..
basic.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
broadcast.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
constant-add-scalar.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
constant-add.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
constant.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
identity.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
invalid-num-inputs.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
mixed-rank.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
multi-output.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
multiple-ops.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
scalar.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00