forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add in-tree special_models test suite using reworked iree-tooling. (i…
…ree-org#17883) With this, we move away from using all the specialized json config files and complex workflows. Instead, we use python scripts which allow us to use custom flags, tolerances, and configurations based on the backend/model. Related PR in TestSuite: nod-ai/SHARK-TestSuite#271 This PR also removes all dependencies on SHARK-TestSuite tooling. Reworked the tools here so that downloading, caching, testing, and benchmarking occurs as intended with tools solely from this repo for iree_special_models. Whenever we are adding test files here, the goal is for an IREE user to be able to clone the repo and run the run tests knowing nothing about the SHARK-TestSuite . Also didn't realize, but ireers here already has a process of stamping here to check if a file is already produced. I think we have to remove this because it will skip even if there is a newer version of the file available and there's really no point when downloading to a cache because once it's there, it is never removed so not a valuable signal. (Third times the charm. Had to close the last two versions of this PR because couldn't get passed a pre-commit check that led me to rebase and add a bunch of commits that weren't mine 🤦 ) ci-exactly: build_all, test_amd_mi300, build_packages, regression_test --------- Signed-off-by: saienduri <saimanas.enduri@amd.com>
- Loading branch information
Showing
29 changed files
with
1,824 additions
and
552 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
build_tools/pkgci/external_test_suite/models_gpu_rocm_gfx90a_additional_flags.json
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
build_tools/pkgci/external_test_suite/models_gpu_rocm_gfx942_additional_flags.json
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
build_tools/pkgci/external_test_suite/sdxl_prompt_encoder_cpu_llvm_task.json
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
build_tools/pkgci/external_test_suite/sdxl_prompt_encoder_gpu_rocm_gfx90a.json
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
build_tools/pkgci/external_test_suite/sdxl_prompt_encoder_gpu_rocm_gfx942.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.