Skip to content

Commit 04e0a4e

Browse files
committed
fix wrong alignment
1 parent 3004670 commit 04e0a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/intel_cpu/src/nodes/kernels/scaled_attn/executor_pa.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ struct MHAHelper {
25382538
score_block_ptr,
25392539
reinterpret_cast<DATA_TYPE*>(score),
25402540
1,
2541-
rnd_up(cur_kv_len, _block_size),
2541+
cur_kv_len,
25422542
0,
25432543
0,
25442544
0);

0 commit comments

Comments
 (0)