From 9937ad56db769b717e33ee50d68ed7e823b0c26f Mon Sep 17 00:00:00 2001 From: Ian Wood Date: Thu, 12 Dec 2024 02:29:39 +0000 Subject: [PATCH] Fix CI sdxl dispatch counts (#19475) Fix failing pkgci https://github.com/iree-org/iree/actions/runs/12287986160/job/34291355661 caused by commit 6b686c75692d68f63f90de1eba4dce760bfbc3ab Signed-off-by: Ian Wood --- .github/workflows/pkgci_regression_test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pkgci_regression_test.yml b/.github/workflows/pkgci_regression_test.yml index 649f7e66746a..86d6169672b7 100644 --- a/.github/workflows/pkgci_regression_test.yml +++ b/.github/workflows/pkgci_regression_test.yml @@ -220,7 +220,7 @@ jobs: --goldentime-rocm-unet-ms 419.0 \ --goldentime-rocm-clip-ms 18.5 \ --goldentime-rocm-vae-ms 337.0 \ - --goldendispatch-rocm-unet 1598 \ + --goldendispatch-rocm-unet 1602 \ --goldendispatch-rocm-clip 1139 \ --goldendispatch-rocm-vae 246 \ --goldensize-rocm-unet-bytes 2280000 \ @@ -242,17 +242,17 @@ jobs: --goldentime-rocm-unet-ms 80.0 \ --goldentime-rocm-clip-ms 15.5 \ --goldentime-rocm-vae-ms 80.0 \ - --goldendispatch-rocm-unet 1598 \ + --goldendispatch-rocm-unet 1602 \ --goldendispatch-rocm-clip 1139 \ --goldendispatch-rocm-vae 246 \ --goldensize-rocm-unet-bytes 2270000 \ --goldensize-rocm-clip-bytes 860000 \ --goldensize-rocm-vae-bytes 840000 \ --goldentime-rocm-punet-int8-fp16-ms 51 \ - --goldendispatch-rocm-punet-int8-fp16 1416 \ + --goldendispatch-rocm-punet-int8-fp16 1424 \ --goldensize-rocm-punet-int8-fp16-bytes 2560000 \ --goldentime-rocm-punet-int8-fp8-ms 51 \ - --goldendispatch-rocm-punet-int8-fp8 1696 \ + --goldendispatch-rocm-punet-int8-fp8 1704 \ --goldensize-rocm-punet-int8-fp8-bytes 2800000 \ --rocm-chip gfx942 \ --log-cli-level=info \