torch-mlir/lib/Conversion/TorchToLinalg
Sean Silva 5f3eb637c4 Fix lowering of reduce ops
We were not filling the `outs` with the neutral element of the
reduction, which resulted in reading uninitialized values (we were
getting lucky that sometimes the uninitialized buffers were all zero's).

Also,
- Slight tweak to error messages in the e2e framework.
2021-09-08 15:30:15 -07:00
..
CMakeLists.txt Significantly restructure torch/aten import design. 2021-05-19 13:37:39 -07:00
TorchToLinalg.cpp Fix lowering of reduce ops 2021-09-08 15:30:15 -07:00