Set num_splits=1 if split-kv is not supported

This commit is contained in:
PoYen, Chen
2024-07-08 10:27:32 +00:00
parent 6ca3910199
commit 18a3834fb4

View File

@@ -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