mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 05:31:24 +00:00
* Add support for multi-instance verification, print detail for each instance, documentation fix * clang formatted * Added Readme file * updated readme * Addressing review comments * clang formatted * Updated ReadMe and GPU reference code * simplified dispatch kernel code * indentation
61 lines
945 B
JSON
61 lines
945 B
JSON
{
|
|
|
|
"layout_a": {
|
|
"values": ["r"]
|
|
},
|
|
"layout_b": {
|
|
"values": ["c"]
|
|
},
|
|
"layout_c": {
|
|
"values": ["r"]
|
|
},
|
|
"datatype": {
|
|
"values": ["fp16"]
|
|
},
|
|
"tile_m": {
|
|
"values": [256]
|
|
},
|
|
"tile_n": {
|
|
"values": [256]
|
|
},
|
|
"tile_k": {
|
|
"values": [64, 32]
|
|
},
|
|
"warp_m": {
|
|
"values": [2]
|
|
},
|
|
"warp_n": {
|
|
"values": [2]
|
|
},
|
|
"warp_k": {
|
|
"values": [1]
|
|
},
|
|
"warp_tile_m": {
|
|
"values": [32]
|
|
},
|
|
"warp_tile_n": {
|
|
"values": [32]
|
|
},
|
|
"warp_tile_k": {
|
|
"values": [16]
|
|
},
|
|
"kPadM": {
|
|
"values": [false]
|
|
},
|
|
"kPadN": {
|
|
"values": [false]
|
|
},
|
|
"kPadK": {
|
|
"values": [false]
|
|
},
|
|
"pipeline": {
|
|
"values": ["compv3", "mem"]
|
|
},
|
|
"scheduler": {
|
|
"values": ["intrawave", "interwave"]
|
|
},
|
|
"epilogue": {
|
|
"values": ["default", "cshuffle"]
|
|
}
|
|
}
|