mirror of https://github.com/llvm/torch-mlir
5f3eb637c4
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. |
||
---|---|---|
.. | ||
README.md | ||
basic.py | ||
compilation_failure.py | ||
error_reports.py | ||
non_tensor_values.py | ||
submodule.py |
README.md
This directory is for testing the e2e_test framework itself. It is not for holding e2e tests themselves!!!