Commit 8f16b592 authored by zhuwenwen's avatar zhuwenwen
Browse files

[Qwen3-30B] MoE configs for BW1000 TP=2 (bs390)

parent c7c3415a
......@@ -99,7 +99,7 @@
"num_ldmatrixes": 1
},
"256": {
"BLOCK_SIZE_M": 64,
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"BLOCK_SIZE_K": 64,
"GROUP_SIZE_M": 1,
......@@ -107,6 +107,15 @@
"num_stages": 2,
"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": {
"BLOCK_SIZE_M": 16,
"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