mlir-hlo/tests/end2end
Alexander Belyaev d4f2c767d3 [HLO] Fix HLO DynamicBroadcastInDimOp -> LHLO lowering.
The conversion had a bug in computation of strides and sizes args for std.memref_reinterpret_cast. The previous version also relied on linalg::ReshapeOp to do broadcasting when the rank of the output was higher than the rank of the input. Now the broadcasting is entirely done via descriptor modification and linalg::ReshapeOp was replaced with CopyOp.

PiperOrigin-RevId: 341379871
2020-11-09 04:24:40 -08:00
..
broadcast.mlir [HLO] Fix HLO DynamicBroadcastInDimOp -> LHLO lowering. 2020-11-09 04:24:40 -08:00
legalize-trigonometric-to-approximation.mlir [MLIR][KernelGen] Legalize `atan` to approximation 2020-10-05 08:05:52 -07:00
reduce.mlir [HLO] Delete LHLO memref cast ops and migrate to STD ones. 2020-11-04 09:26:34 -08:00