diff --git a/example/ck_tile/01_fmha/fmha_fwd.cpp b/example/ck_tile/01_fmha/fmha_fwd.cpp index b3ca41282c..3cd9fab8f2 100644 --- a/example/ck_tile/01_fmha/fmha_fwd.cpp +++ b/example/ck_tile/01_fmha/fmha_fwd.cpp @@ -281,8 +281,8 @@ bool run(const ck_tile::ArgParser& arg_parser) #if !CK_TILE_FMHA_FWD_APPENDKV_API if(seqlen_knew != 0) { - std::cerr << "append-kv is not supported" << std::endl; - return false; + std::cerr << "kvcache is not supported. ignoring the 's_knew' option" << std::endl; + seqlen_knew = 0; } #endif if(seqlen_knew < 0)