mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-18 09:38:17 +00:00
search over more tile sizes
This commit is contained in:
@@ -5,19 +5,22 @@
|
||||
"tile_m": {
|
||||
"values": [
|
||||
256,
|
||||
128
|
||||
128,
|
||||
64
|
||||
]
|
||||
},
|
||||
"tile_n": {
|
||||
"values": [
|
||||
256,
|
||||
128
|
||||
128,
|
||||
64
|
||||
]
|
||||
},
|
||||
"tile_k": {
|
||||
"values": [
|
||||
256,
|
||||
128
|
||||
128,
|
||||
64
|
||||
]
|
||||
},
|
||||
"warp_m": {
|
||||
|
||||
Reference in New Issue
Block a user