iree-org / iree

A retargetable MLIR-based machine learning compiler and runtime toolkit.
http://iree.dev/
Apache License 2.0
2.58k stars 577 forks source link

Start cleaning up tests/e2e/. #17766

Closed ScottTodd closed 2 months ago

ScottTodd commented 3 months ago

(This will need a few rounds of CI runs to reflect the latest test statuses and fully sync test suites across backends/configs)

Assorted cleanup across the tests/e2e/ folder:

benvanik commented 3 months ago

nice! thanks for looking at this - tests that only run on certain build systems, on certain targets, are persistently disabled, or run only with specific non-standard configuration is a big scaling tax.

ScottTodd commented 3 months ago

More ideas for refactoring: https://github.com/iree-org/iree/issues/4644#issuecomment-1832433233

(deciding between scoped, incremental improvements and hack-and-slash refactorings...)

ScottTodd commented 2 months ago

Closing in favor of smaller PRs.