Alex1343543 commited on
Commit
6d86a36
·
verified ·
1 Parent(s): b3b56c5

Standardize measured performance comparison

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -58,10 +58,10 @@ The directly timed A/B used the same layout and kernel on a matched 512x512
58
  Turbo generation on a 32 GiB M1 Pro; it is representative of the projection
59
  path, not a separately timed standard-model claim.
60
 
61
- | path | transformer | total generation | gain vs regular |
62
  |---|---:|---:|---:|
63
- | regular output-major | 253.9 s | 278.7 s | baseline |
64
- | input-major | 231.4 s | 256.5 s | **8.9% transformer; 8.0% total (1.09x)** |
65
 
66
  The generated images were identical. The standard checkpoint in this
67
  repository separately passed a real H3ddle image-quality check before
 
58
  Turbo generation on a 32 GiB M1 Pro; it is representative of the projection
59
  path, not a separately timed standard-model claim.
60
 
61
+ | comparison | regular / baseline | optimized path | resulting gain |
62
  |---|---:|---:|---:|
63
+ | transformer, output-major vs input-major | 253.9 s | 231.4 s | **8.9% (1.10x)** |
64
+ | complete generation, same layout A/B | 278.7 s | 256.5 s | **8.0% (1.09x)** |
65
 
66
  The generated images were identical. The standard checkpoint in this
67
  repository separately passed a real H3ddle image-quality check before