Commit 4c92e64a authored by zhuwenwen's avatar zhuwenwen
Browse files

update bs390 of qwen3-30b-tp2(bw)

[Qwen3-30B] MoE configs for BW1000 TP=2 (bs390)
parent b0e99e82
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
"num_ldmatrixes": 1 "num_ldmatrixes": 1
}, },
"256": { "256": {
"BLOCK_SIZE_M": 64, "BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128, "BLOCK_SIZE_N": 128,
"BLOCK_SIZE_K": 64, "BLOCK_SIZE_K": 64,
"GROUP_SIZE_M": 1, "GROUP_SIZE_M": 1,
...@@ -107,6 +107,15 @@ ...@@ -107,6 +107,15 @@
"num_stages": 2, "num_stages": 2,
"num_ldmatrixes": 1 "num_ldmatrixes": 1
}, },
"390": {
"BLOCK_SIZE_M": 32,
"BLOCK_SIZE_N": 128,
"BLOCK_SIZE_K": 64,
"GROUP_SIZE_M": 1,
"num_warps": 8,
"num_stages": 2,
"num_ldmatrixes": 1
},
"512": { "512": {
"BLOCK_SIZE_M": 16, "BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 256, "BLOCK_SIZE_N": 256,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment