mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-08 15:30:23 +00:00
Remove macro checking
This commit is contained in:
@@ -279,7 +279,7 @@ bool run(const ck_tile::ArgParser& arg_parser)
|
||||
}
|
||||
|
||||
ck_tile::index_t seqlen_knew = arg_parser.get_int("s_knew");
|
||||
#if !CK_TILE_FMHA_FWD_APPENDKV_API || !CK_TILE_FMHA_FWD_SPLITKV_API
|
||||
#if !CK_TILE_FMHA_FWD_APPENDKV_API
|
||||
if(seqlen_knew != 0)
|
||||
{
|
||||
std::cerr << "kvcache is not supported. ignoring the 's_knew' option" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user