blob: 8a4b6384f9390f5f67f42beb9b011bddcf806446 [file] [log] [blame] [view]
IREE E2E Test Artifacts Suite
===============================
IREE E2E test artifacts suite is a collection of artifacts for e2e tests and
benchmarking, which usually depend on external models and module compilations.
Update the test artifacts
-------------------------
All the test artifacts are defined by the python modules. To add/remove/update
these artifacts, modify the related python modules and regenerate the CMake
files with the command below:
```sh
build_tools/testing/generate_cmake_e2e_test_artifacts_suite.py \
--output_dir tests/e2e/test_artifacts
```
Here are the places to find the definitions of the artifacts:
- Model sources: `build_tools/python/e2e_test_framework/models`
- Benchmarks: `build_tools/python/benchmark_suites`