Methodforward qkv: (batch, seqlen, 3, nheads, headdim) bias: optional, shape broadcastible to (batch, nheads, seqlen, seqlen).
utils/flash_attention/triton_flash_att.py:723
Methodforward q: (batch, seqlen_q, nheads, headdim) kv: (batch, seqlen_k, 2, nheads, headdim) bias: optional, shape broadcastib
utils/flash_attention/triton_flash_att.py:761
Methodforward q: (batch_size, seqlen_q, nheads, headdim) k, v: (batch_size, seqlen_k, nheads, headdim) bias: optional, shape br
utils/flash_attention/triton_flash_att.py:800