Skip to content

Commit b0587e2

Browse files
authored
[NFC] Trivial fix to silence linter (Dao-AILab#1928)
Not much to see here, but this causes linter noise
1 parent 9056dc6 commit b0587e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csrc/flash_attn/flash_api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ mha_fwd_kvcache(at::Tensor &q, // batch_size x seqlen_q x num_he
13401340
/*cu_seqlens_q_d=*/nullptr,
13411341
/*cu_seqlens_k_d=*/nullptr,
13421342
/*seqused_k=*/nullptr,
1343-
/*p_ptr=*/nullptr,
1343+
/*p_d=*/nullptr,
13441344
softmax_lse.data_ptr(),
13451345
/*p_dropout=*/0.f,
13461346
softmax_scale,

0 commit comments

Comments
 (0)