Remove macro checking

This commit is contained in:
PoYen, Chen
2024-08-18 05:50:51 +00:00
parent 6b361f5a4b
commit cc52587bcc

View File

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