Skip to content

Commit 10a0986

Browse files
committed
Apply suggestions from code review
1 parent 7885657 commit 10a0986

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
@@ -1568,7 +1568,7 @@ struct MHA {
15681568
const PlainTensor& block_indices_begins,
15691569
const PlainTensor& alibi_slopes,
15701570
const PlainTensor& score_aggregation_window,
1571-
const std::vector<PlainTensor>& sparse_attention_mask = {}) {
1571+
const std::vector<PlainTensor>& sparse_attention_mask) {
15721572
auto Hk = v_cache.m_dims[1];
15731573

15741574
constexpr bool q_is_xf16 = any_of(precision_of<DATA_TYPE>::value, ov::element::bf16, ov::element::f16);

0 commit comments

Comments
 (0)