mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 07:51:52 +00:00
Clarify the case in warning message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user