Skip to content

Commit 886f658

Browse files
committed
fix: ci test
1 parent e71eac5 commit 886f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtp_llm/cpp/kernels/unfused_attention_kernels.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2200,7 +2200,7 @@ void invokeAddFusedQKVBiasTranspose(T* q_no_transpos
22002200
FT_SWITCH(param_ptr->max_prefix_prompt_length != 0, PREFIX_PROMPT, [&] {
22012201
FT_SWITCH(use_paged_fmha, USE_PAGED_FMHA, [&] {
22022202
FT_SWITCH_KV_CACHE_TYPE_CASE(param_ptr->kv_block_array.cache_type, Tcache, [&] {
2203-
FT_ROPE_SWITCH(rope_config.style, ROPE_STYLE, [&] {
2203+
FT_ROPE_WITH_CACHE_SWITCH(rope_config.style, ROPE_STYLE, [&] {
22042204
add_fusedQKV_bias_transpose_with_rope_cache_kernel<T,
22052205
Tcache,
22062206
PREFIX_PROMPT,

0 commit comments

Comments
 (0)