torch-mlir/test/Dialect
Yi Zhang 9f7264a7a4 Add support for scalar type propagation
The main changes are:
- Added `ValueKnowledge.scalarType` to track scalar type information.
- Added `ValueKnowledge.kind` to indicate the value kind.
- Modified the meet and join helper functions. The ValueKnowledge has
slightly more complicated state now so the meet and join function need
to look at the `kind` field in addition to just the type field.
2022-05-04 16:57:56 -04:00
..
Torch Add support for scalar type propagation 2022-05-04 16:57:56 -04:00
TorchConversion Fix error message. 2022-04-07 14:46:44 -07:00