Skip to content
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

Add punet benchmarking to the regression suite #19088

Merged
merged 13 commits into from
Nov 13, 2024
14 changes: 11 additions & 3 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
--no-skip-tests-missing-files \
--capture=no \
--log-cli-level=info \
--timeout=1200 \
--timeout=240 \
--durations=0 \
--config-files=${MODELS_CONFIG_FILE_PATH}

Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
-rpfE \
--capture=no \
--log-cli-level=info \
--timeout=1200 \
--timeout=240 \
--durations=0
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}
Expand All @@ -203,7 +203,7 @@ jobs:
-rpfE \
--capture=no \
--log-cli-level=info \
--timeout=1200 \
--timeout=240 \
--durations=0
env:
ROCM_CHIP: ${{ matrix.rocm-chip }}
Expand All @@ -227,6 +227,7 @@ jobs:
--goldensize-rocm-clip-bytes 860000 \
--goldensize-rocm-vae-bytes 840000 \
--rocm-chip gfx90a \
--timeout=240 \
--log-cli-level=info \
--retries 7
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY
Expand All @@ -247,7 +248,14 @@ jobs:
--goldensize-rocm-unet-bytes 2270000 \
--goldensize-rocm-clip-bytes 860000 \
--goldensize-rocm-vae-bytes 840000 \
--goldentime-rocm-punet-int8-fp16-ms 55 \
--goldendispatch-rocm-punet-int8-fp16 1284 \
--goldensize-rocm-punet-int8-fp16-bytes 2560000 \
--goldentime-rocm-punet-int8-fp8-ms 59 \
--goldendispatch-rocm-punet-int8-fp8 1564 \
--goldensize-rocm-punet-int8-fp8-bytes 2800000 \
--rocm-chip gfx942 \
--log-cli-level=info \
--timeout=240 \
--retries 7
echo "$(<job_summary.md )" >> $GITHUB_STEP_SUMMARY
Loading
Loading