dev-python/flash-attn
Fast and memory-efficient exact attention (FlashAttention-2)
ChangeLog
commit 4e2ebdbca4a5da09108f1ec09d57969920ea3213
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Aug 14 16:40:29 2026 +0200
dev-python/flash-attn: enforce CUDA build dependencies
The exact 2.8.3.post1 setup imports wheel and psutil during extension construction,
requires CUDA 11.7 or newer, and builds against PyTorch CUDA APIs. It also consumes
FLASH_ATTN_CUDA_ARCHS directly, so use that interface instead of an ignored PyTorch
variable.
commit 41c6cc60fe28b27cf770092112bdb8af84c811af
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 18 20:45:35 2026 +0200
dev-python/flash-attn: drop 2.8.3
commit 0aafac8cb2029acf9eee4280f0081bde1534dd2b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 18 20:44:15 2026 +0200
dev-python/flash-attn: add 2.8.3_p1
commit e59a6b5d89df7a1e0f72333cedd2fb8e336c40fa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jun 17 10:09:16 2026 +0200
dev-python/flash-attn: new package, add 2.8.3
Provides flash_attn_varlen_func, required by the TRELLIS sparse-attention path.
The sdist omits its CUTLASS submodule, so a second SRC_URI stages CUTLASS at
the pinned commit (== 4.0.0) into csrc/cutlass during src_prepare. MAX_JOBS is
held at 2: the backward hdim128/256 kernels OOM this host at higher job counts.
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Aug 14 16:40:29 2026 +0200
dev-python/flash-attn: enforce CUDA build dependencies
The exact 2.8.3.post1 setup imports wheel and psutil during extension construction,
requires CUDA 11.7 or newer, and builds against PyTorch CUDA APIs. It also consumes
FLASH_ATTN_CUDA_ARCHS directly, so use that interface instead of an ignored PyTorch
variable.
commit 41c6cc60fe28b27cf770092112bdb8af84c811af
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 18 20:45:35 2026 +0200
dev-python/flash-attn: drop 2.8.3
commit 0aafac8cb2029acf9eee4280f0081bde1534dd2b
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jun 18 20:44:15 2026 +0200
dev-python/flash-attn: add 2.8.3_p1
commit e59a6b5d89df7a1e0f72333cedd2fb8e336c40fa
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jun 17 10:09:16 2026 +0200
dev-python/flash-attn: new package, add 2.8.3
Provides flash_attn_varlen_func, required by the TRELLIS sparse-attention path.
The sdist omits its CUTLASS submodule, so a second SRC_URI stages CUTLASS at
the pinned commit (== 4.0.0) into csrc/cutlass during src_prepare. MAX_JOBS is
held at 2: the backward hdim128/256 kernels OOM this host at higher job counts.


View
Download
Browse