Skip to content

Commit 2549cfd

Browse files
Groverkssweidel-p
authored andcommitted
[CI][Torch] Update dispatch counts after non-determinism fix (iree-org#22333)
These dispatch counts were kept at a higher value because of non-determinism in dispatch counts which was fixed by: iree-org@188c42c . Tightining the dispatch count check since it's deterministic now. ci-extra: test_torch Signed-off-by: Philipp <[email protected]>
1 parent 8bf5bfa commit 2549cfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/external/iree-test-suites/torch_models/llama_8b_fp8/compstat_gfx942.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"gfx942"
66
],
77
"module": "llama_8b_fp8/modules/llama_gfx942",
8-
"golden_dispatch_count": 1517,
8+
"golden_dispatch_count": 1485,
99
"golden_binary_size": 3000000
1010
}

tests/external/iree-test-suites/torch_models/sdxl/clip_compstat_gfx942.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"gfx942"
66
],
77
"module": "sdxl/modules/clip_gfx942",
8-
"golden_dispatch_count": 794,
8+
"golden_dispatch_count": 792,
99
"golden_binary_size": 460000
1010
}

0 commit comments

Comments
 (0)