torch-mlir/frontends/pytorch/test/torchscript_e2e_test
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
..
README.md Add end-to-end testing framework for TorchScript. 2021-04-20 12:00:35 -07:00
basic.py E2E framework: Add support for list/dict/scalar values 2021-08-11 10:55:43 -07:00
compilation_failure.py Add E2E support for tests with heavy dependencies (heavydep tests). 2021-08-03 14:09:56 -07:00
error_reports.py Fix lowering of reduce ops 2021-09-08 15:30:15 -07:00
non_tensor_values.py E2E framework: Add support for list/dict/scalar values 2021-08-11 10:55:43 -07:00
submodule.py Add E2E support for tests with heavy dependencies (heavydep tests). 2021-08-03 14:09:56 -07:00

README.md

This directory is for testing the e2e_test framework itself. It is not for holding e2e tests themselves!!!