From cc52587bcc4897e63bd0fd3d9a6134d3bdbc872d Mon Sep 17 00:00:00 2001 From: "PoYen, Chen" Date: Sun, 18 Aug 2024 05:50:51 +0000 Subject: [PATCH] Remove macro checking --- example/ck_tile/01_fmha/fmha_fwd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/ck_tile/01_fmha/fmha_fwd.cpp b/example/ck_tile/01_fmha/fmha_fwd.cpp index 225dcf12c3..eb344c04e0 100644 --- a/example/ck_tile/01_fmha/fmha_fwd.cpp +++ b/example/ck_tile/01_fmha/fmha_fwd.cpp @@ -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;