This commit is contained in:
hailin 2025-07-27 10:13:06 +08:00
parent d1a2b815b3
commit f932f0bd5f
2 changed files with 10 additions and 10 deletions

View File

@ -0,0 +1,10 @@
{
"64": {
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 32,
"BLOCK_SIZE_K": 64,
"GROUP_SIZE_M": 64,
"num_warps": 4,
"num_stages": 3
}
}

View File

@ -1,10 +0,0 @@
{
"64": {
"BLOCK_SIZE_M": 16,
"BLOCK_SIZE_N": 128,
"BLOCK_SIZE_K": 128,
"GROUP_SIZE_M": 32,
"num_warps": 8,
"num_stages": 2
}
}