mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 15:54:31 +00:00
Set num_splits=1 if split-kv is not supported
This commit is contained in:
@@ -370,6 +370,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
|
||||
if(num_splits != 1)
|
||||
{
|
||||
std::cerr << "split-kv is not supported. ignoring the 'num_splits' option" << std::endl;
|
||||
num_splits = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user