mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 21:21:22 +00:00
* Enable persistent kernel in tile_engine and use tail handler * Fix formatting * Add persistent to default_config.json * Remove extra newlines and add persistent also to user config * Reduce instances from default_config.json * add persistent to benchmark.json and custom_ci_config.json * changed the config file to have few instances --------- Co-authored-by: Thomas Ning <Thomas.Ning@amd.com> Co-authored-by: ThomasNing <thomasning@amd.com>
88 lines
1.1 KiB
JSON
88 lines
1.1 KiB
JSON
{
|
|
"problem": {
|
|
},
|
|
"tile_config": {
|
|
"tile_m": {
|
|
"values": [
|
|
128 ]
|
|
},
|
|
"tile_n": {
|
|
"values": [
|
|
128
|
|
]
|
|
},
|
|
"tile_k": {
|
|
"values": [
|
|
128
|
|
]
|
|
},
|
|
"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
|
|
]
|
|
}
|
|
},
|
|
"trait_config": {
|
|
"pipeline": {
|
|
"values": [
|
|
"compv3"
|
|
]
|
|
},
|
|
"scheduler": {
|
|
"values": [
|
|
"intrawave"
|
|
]
|
|
},
|
|
"epilogue": {
|
|
"values": [
|
|
"default"
|
|
]
|
|
},
|
|
"pad_m": {
|
|
"values": [
|
|
false
|
|
]
|
|
},
|
|
"pad_n": {
|
|
"values": [
|
|
false
|
|
]
|
|
},
|
|
"pad_k": {
|
|
"values": [
|
|
false
|
|
]
|
|
},
|
|
"persistent": {
|
|
"values": [
|
|
false,
|
|
true
|
|
]
|
|
}
|
|
}
|
|
} |