Clarify the case in warning message

This commit is contained in:
PoYen, Chen
2024-08-18 00:42:22 +00:00
parent c30d7f9d29
commit 6b361f5a4b

View File

@@ -327,7 +327,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
auto mode = static_cast<mode_enum>(arg_parser.get_uint32("mode"));
if((use_cache_batch_idx || 0 < page_block_size) && mode != mode_enum::batch)
{
std::cerr << "kvcache enabled. ignoring the 'mode' option" << std::endl;
std::cerr << "both kvcache & split-kv enabled. ignoring the 'mode' option" << std::endl;
mode = mode_enum::batch;
}