Skip to content

Commit 31be872

Browse files
[ROCm] Retune MI355 selective_state_update float16 config on the unified effective_batch grid (#48372)
Signed-off-by: vanshbhatia-amd <210711135+vanshbhatia-amd@users.noreply.github.com> Co-authored-by: vanshbhatia-amd <210711135+vanshbhatia-amd@users.noreply.github.com>
1 parent 94c0ef3 commit 31be872

1 file changed

Lines changed: 32 additions & 16 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -1,35 +1,51 @@
11
{
22
"triton_version": "3.6.0",
3-
"10": {
3+
"128": {
44
"BLOCK_SIZE_M": 16,
55
"num_warps": 4
66
},
7-
"80": {
8-
"BLOCK_SIZE_M": 16,
7+
"256": {
8+
"BLOCK_SIZE_M": 32,
99
"num_warps": 4
1010
},
11-
"160": {
12-
"BLOCK_SIZE_M": 16,
13-
"num_warps": 4
11+
"1024": {
12+
"BLOCK_SIZE_M": 8,
13+
"num_warps": 1
1414
},
15-
"320": {
15+
"2048": {
1616
"BLOCK_SIZE_M": 16,
17-
"num_warps": 4
17+
"num_warps": 2
1818
},
19-
"640": {
20-
"BLOCK_SIZE_M": 32,
21-
"num_warps": 4
22-
},
23-
"1280": {
19+
"4096": {
2420
"BLOCK_SIZE_M": 16,
2521
"num_warps": 1
2622
},
27-
"2560": {
23+
"8192": {
2824
"BLOCK_SIZE_M": 16,
2925
"num_warps": 1
3026
},
31-
"5120": {
27+
"16384": {
3228
"BLOCK_SIZE_M": 16,
33-
"num_warps": 1
29+
"num_warps": 2
30+
},
31+
"32768": {
32+
"BLOCK_SIZE_M": 16,
33+
"num_warps": 2
34+
},
35+
"65536": {
36+
"BLOCK_SIZE_M": 16,
37+
"num_warps": 2
38+
},
39+
"131072": {
40+
"BLOCK_SIZE_M": 64,
41+
"num_warps": 2
42+
},
43+
"196608": {
44+
"BLOCK_SIZE_M": 16,
45+
"num_warps": 2
46+
},
47+
"262144": {
48+
"BLOCK_SIZE_M": 16,
49+
"num_warps": 2
3450
}
3551
}

0 commit comments

Comments
 (0)