torch-mlir/lib/Conversion
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
..
BasicpyToStd Bump llvm-project to 12011b5217929ef8a56c2099c6f3233934ea4fbc 2021-04-27 13:12:33 -07:00
TorchToIREE Fix TorchToIREE lowering. 2021-09-03 23:57:54 +00:00
TorchToLinalg Fix lowering of reduce ops 2021-09-08 15:30:15 -07:00
TorchToSCF Add TorchToIREE and factor out TorchConversion dialect. 2021-08-16 15:01:58 -07:00
TorchToStd Add TorchToIREE and factor out TorchConversion dialect. 2021-08-16 15:01:58 -07:00
CMakeLists.txt Add TorchToIREE and factor out TorchConversion dialect. 2021-08-16 15:01:58 -07:00
PassDetail.h Initial TCF/TCP E2E seed. 2020-05-08 20:20:41 -07:00
Passes.cpp Add TorchToIREE and factor out TorchConversion dialect. 2021-08-16 15:01:58 -07:00