Skip to content

Commit

Permalink
Sync SDXL benchmark metrics with latest values. (iree-org#17795)
Browse files Browse the repository at this point in the history
Benchmark metrics improved (when using
`--iree-llvmgpu-enable-prefetch=true`), so locking in the improvements.
Context:
iree-org#17744 (comment)

Presubmit results:
https://github.com/iree-org/iree/actions/runs/9765047731/attempts/1#summary-26955236756
  • Loading branch information
ScottTodd authored Jul 2, 2024
1 parent b3be93c commit 2df0221
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pkgci_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,16 +298,16 @@ jobs:
run: |
source ${VENV_DIR}/bin/activate
pytest SHARK-TestSuite/iree_tests/benchmarks/sdxl/benchmark_sdxl_rocm.py \
--goldentime-rocm-e2e-ms 1661.5 \
--goldentime-rocm-unet-ms 450.5 \
--goldentime-rocm-clip-ms 19 \
--goldentime-rocm-vae-ms 290.0 \
--goldentime-rocm-e2e-ms 1336.0 \
--goldentime-rocm-unet-ms 340.0 \
--goldentime-rocm-clip-ms 17.0 \
--goldentime-rocm-vae-ms 291.0 \
--goldendispatch-rocm-unet 1714 \
--goldendispatch-rocm-clip 1569 \
--goldendispatch-rocm-vae 248 \
--goldensize-rocm-unet-bytes 2088217 \
--goldensize-rocm-clip-bytes 785493 \
--goldensize-rocm-vae-bytes 762067 \
--goldensize-rocm-unet-bytes 2062938 \
--goldensize-rocm-clip-bytes 780200 \
--goldensize-rocm-vae-bytes 757933 \
--gpu-number 6 \
--rocm-chip gfx90a \
--log-cli-level=info \
Expand Down

0 comments on commit 2df0221

Please sign in to comment.