Hanhan Wang
cf1b2b2d84
Add a test for lowering mhlo.floor to Linalg on tensors.
...
PiperOrigin-RevId: 331514657
2020-09-14 03:30:43 -07:00
Hanhan Wang
bfd629ecb0
Enhance lowering reshape op to Linalg.
...
Handle non-expansion and non-collapsion cases by rewriting it to two reshape
ops.
PiperOrigin-RevId: 327926863
2020-08-21 23:27:34 -07:00
Benjamin Kramer
b7c4314e7f
Allow running tests with FILECHECK_OPTS=-enable-var-scope
...
PiperOrigin-RevId: 323420636
2020-08-03 19:27:38 -07:00
Hanhan Wang
8f262ae8f5
Add support for lowering mhlo.iota to Linalg.
...
PiperOrigin-RevId: 322799853
2020-07-30 22:34:45 +00:00
Mehdi Amini
8900222fed
Rename `xla_hlo` dialect to `mhlo`
...
This is part of the current refactoring of the HLO related dialect.
`xla_hlo` will be reintroduced in a new form later.
PiperOrigin-RevId: 319916753
2020-07-30 22:32:50 +00:00
Mehdi Amini
fa057cc0bc
Move HLO tests to `third_party/tensorflow/compiler/mlir/hlo/`
...
Also add a localized `mlir-hlo-opt` binary for the testing of
tensorflow/compiler/mlir/hlo/... ; this directory is intended to be self-contained
and depend only on MLIR.
PiperOrigin-RevId: 319878984
2020-07-30 22:32:45 +00:00