Skip to content

Commit be52c3d

Browse files
efrickuhar
andauthored
[docs] Update docs on sdxl golden output (iree-org#21936)
Update sdxl golden output docs with more details --------- Signed-off-by: Eric Feng <[email protected]> Co-authored-by: Jakub Kuderski <[email protected]>
1 parent 4e986f8 commit be52c3d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/website/docs/developers/update-sdxl-golden-outputs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ re-running CI.
1919
Before updating golden outputs, first confirm your change maintains acceptable
2020
accuracy. Follow the steps
2121
[outlined](https://github.com/nod-ai/SHARK-MLPERF/blob/dev/code/stable-diffusion-xl/development.md#test-accuracy-only).
22+
Use the offline variant of the `precompile_model_shortfin.sh` script for your
23+
platform. On MI300X use the one for MI325X.
2224

2325
A straightforward way to test your change is by editing
2426
`sdxl_harness_rocm_shortfin_from_source_iree.dockerfile` so that it builds your
@@ -31,9 +33,9 @@ IREE and exposes the right tooling:
3133

3234
Run the accuracy script (`run_accuracy_mi325x.sh`) and be mindful of
3335
platform-specific settings. If you are running in SPX mode, update available
34-
device IDs accordingly. On MI300x, set `CPD=1` and use `BATCH_SIZE=32`. Accuracy
35-
is considered acceptable if FID and CLIP scores fall within the advertised
36-
ranges.
36+
device IDs accordingly (i.e., change to `DEVICES="0,1,2,3,4,5,6,7"`). On MI300x,
37+
set `CPD=1` and use `BATCH_SIZE=32`. Accuracy is considered acceptable if FID
38+
and CLIP scores fall within the advertised ranges.
3739

3840
## Generate new outputs with your IREE build
3941

0 commit comments

Comments
 (0)