mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 17:26:00 +00:00
* New branch for codegen changes * Fix verify function for int4 * pk_int4 codegen * Update to review comments * Remove codegen directory and rename filenames * Remove extra files; clean up CMake file * New branch for codegen changes * Fix verify function for int4 * pk_int4 codegen * Update to review comments * Remove codegen directory and rename filenames * Remove extra files; clean up CMake file * code changes for single instance * config file rename, added few more combinations in json file * Fix cmake file * Addressing review comments * Reverting files changed by merge to develop --------- Co-authored-by: ThomasNing <thomas.ning@amd.com>
61 lines
941 B
JSON
61 lines
941 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]
|
|
},
|
|
"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"]
|
|
}
|
|
}
|