tree: d9cc38d29dce4b4d15e42488eb9b039a2892d9b8 [path history] [tgz]
  1. CMakeLists.txt
  2. generated_e2e_test_fetch_models.cmake
  3. generated_e2e_test_iree_artifacts.cmake
  4. README.md
tests/e2e/test_artifacts/README.md

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:

build_tools/scripts/generate_cmake_files.sh

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