torch-mlir/python/test/torchscript_e2e_test
Sean Silva c46d48f9f5 Make error reporting a bit better.
- Split out TOSA in the CI.
- Add summary of unexpected test outcomes. This works better when there
  are many XFAIL'ing tests, as it only prints out the error_str on
  FAIL, not on XFAIL. Example here:
  https://gist.github.com/silvasean/c7886ec7b3d35c21563cb09f7c3407da
2021-10-28 13:20:16 -07:00
..
README.md Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
basic.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
compilation_failure.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
error_reports.py Make error reporting a bit better. 2021-10-28 13:20:16 -07:00
non_tensor_values.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
runtime_failure.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00
submodule.py Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00

README.md

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