[CK_Tile] Fix gemm kernel for 4,64,16 and 64,4,16 warp tile sizes (#2262)

* debugging issue

* debugging issue

* debugging

* debugging

* reverting debugging code

* clang formatted

* updating default_config.json

* fix ci failure

* clang formatted
This commit is contained in:
Khushbu Agarwal
2025-06-03 20:16:10 -07:00
committed by GitHub
parent 1037b21cfe
commit 59a85cb4bc
6 changed files with 46 additions and 17 deletions

View File

@@ -48,7 +48,7 @@
"max": 512,
"min": 64,
"step": 64,
"exclude": []
"exclude": [192]
},
"warp_m": {
"values": [
@@ -71,14 +71,20 @@
},
"warp_tile_m": {
"values": [
4,
8,
16,
32
32,
64
]
},
"warp_tile_n": {
"values": [
4,
8,
16,
32
32,
64
]
},
"warp_tile_k": {