Skip to content

Commit ff3268c

Browse files
committed
Remove unused causal parameter from Mask struct definition
1 parent c403597 commit ff3268c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csrc/flash_dmattn/src/mask.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ __forceinline__ __device__ void apply_mask(
5454
}
5555
}
5656

57-
template <bool Is_causal>
5857
struct Mask {
5958
const int max_seqlen_k, max_seqlen_q;
6059

0 commit comments

Comments
 (0)