-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing error handling in benchmark_sdxl_rocm.py #286
Comments
Traced this a bit. We only log stderr on failure here, but we still return stdout: SHARK-TestSuite/iree_tests/benchmarks/sdxl/benchmark_sdxl_rocm.py Lines 23 to 32 in 3603a45
We get that stdout output here and pass it to SHARK-TestSuite/iree_tests/benchmarks/sdxl/benchmark_sdxl_rocm.py Lines 174 to 176 in 3603a45
The stdout output is then ignored in SHARK-TestSuite/iree_tests/benchmarks/sdxl/benchmark_sdxl_rocm.py Lines 159 to 167 in 3603a45
|
Reverts #17847 This broke SDXL rocm pipeline tests on mi300, see #17847 (comment). The tests aren't showing error messages (`root:benchmark_sdxl_rocm.py:31 Command failed with error: b''`) so I can't easily tell what the issue is, nod-ai/SHARK-TestSuite#286 is filed to improve the situation there.
New coverage with pytest prior to the benchmark script also helps here. |
Progress on nod-ai/SHARK-TestSuite#286 Tested here: https://github.com/iree-org/iree/actions/runs/9944277339/job/27470515222?pr=17907#step:7:171 (actually nvm, that failed before this script even ran... errr... well, it's probably fine lol) ci-exactly: build_packages,regression_test
Landed a fix in IREE. Can copy it to this repo as well or just call this fixed. |
…rg#17894) Reverts iree-org#17847 This broke SDXL rocm pipeline tests on mi300, see iree-org#17847 (comment). The tests aren't showing error messages (`root:benchmark_sdxl_rocm.py:31 Command failed with error: b''`) so I can't easily tell what the issue is, nod-ai/SHARK-TestSuite#286 is filed to improve the situation there. Signed-off-by: Lubo Litchev <[email protected]>
Progress on nod-ai/SHARK-TestSuite#286 Tested here: https://github.com/iree-org/iree/actions/runs/9944277339/job/27470515222?pr=17907#step:7:171 (actually nvm, that failed before this script even ran... errr... well, it's probably fine lol) ci-exactly: build_packages,regression_test Signed-off-by: Lubo Litchev <[email protected]>
On iree-org/iree#17847, compilation failed and the benchmark job using
iree_tests/benchmarks/sdxl/benchmark_sdxl_rocm.py
at 3603a45 did not handle that gracefully:https://github.com/iree-org/iree/actions/runs/9874435266/job/27269408927#step:16:46
The text was updated successfully, but these errors were encountered: