sclarkson 1feb711f46 Fix compilation with clang on ARM64 (#1285) | há 1 semana atrás | |
---|---|---|
.. | ||
README.md | há 1 ano atrás | |
cuda_bf16_fallbacks.cuh | há 1 ano atrás | |
cuda_bf16_wrapper.h | há 1 ano atrás | |
decoder_masked_multihead_attention.cu | há 1 ano atrás | |
decoder_masked_multihead_attention.h | há 1 ano atrás | |
decoder_masked_multihead_attention_template.hpp | há 1 ano atrás | |
decoder_masked_multihead_attention_utils.h | há 1 ano atrás | |
ft_attention.cpp | há 1 semana atrás | |
setup.py | há 9 meses atrás |
This CUDA extension wraps the single-query attention kernel from FasterTransformer v5.2.1 for benchmarking purpose.
cd csrc/ft_attention && pip install .
As of 2023-09-17, this extension is no longer used in the FlashAttention repo.
FlashAttention now has implemented
flash_attn_with_kvcache
with all the features of this ft_attention
kernel (and more).