mirror of https://github.com/llvm/torch-mlir
a8cbfff95b
There are a few e2e tests that take several very large tensors as input, which leads to the e2e test suite leaking too much memory. Running things locally resulted in a total memory usage of 12.5 GB when running the suite sequentially on the refbackend. Many of the tests that take large tensors don't actually need such large tensors to pass, and some that take several large tensors as input are just doing the same thing multiple times. This commit reduces the size of some of the tensors and removes repetitive parts of tests to reduce the memory usage to a total of 3 GB. |
||
---|---|---|
.. | ||
configs | ||
eager_backends | ||
linalg_on_tensors_backends | ||
mhlo_backends | ||
test_suite | ||
tosa_backends | ||
CMakeLists.txt | ||
__init__.py | ||
annotations.py | ||
framework.py | ||
registry.py | ||
reporting.py | ||
utils.py |