Go to file
2022-05-20 14:21:58 -07:00
csrc/stream_attn First release 2022-05-20 14:21:58 -07:00
bert_padding.py First release 2022-05-20 14:21:58 -07:00
README.md First release 2022-05-20 14:21:58 -07:00
rotary.py First release 2022-05-20 14:21:58 -07:00
stream_attn_interface.py First release 2022-05-20 14:21:58 -07:00
stream_blocksparse_attn_interface.py First release 2022-05-20 14:21:58 -07:00
streaming_attention.py First release 2022-05-20 14:21:58 -07:00
streaming_blocksparse_attention.py First release 2022-05-20 14:21:58 -07:00

Alpha release of FlashAttention.

To compile:

cd csrc/stream_attn
python setup.py install

Interface: streaming_attention.py

Contact: trid@stanford.edu