Implementation of FlashAttention (FA1-FA4) in PyTorch for educational and algorithmic clarity
☆222Apr 12, 2026Updated 3 months ago
Alternatives and similar repositories for FlashAttention-PyTorch
Users that are interested in FlashAttention-PyTorch are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Get down and dirty with FlashAttention2.0 in pytorch, plug in and play no complex CUDA kernels☆115Jul 31, 2023Updated 2 years ago
- flash attention tutorial written in python, triton, cuda, cutlass☆528Jan 20, 2026Updated 6 months ago
- a minimal cache manager for PagedAttention, on top of llama3.☆149Aug 26, 2024Updated last year
- An approximate implementation of the OpenAI paper - An Empirical Model of Large-Batch Training for MNIST☆11Nov 19, 2022Updated 3 years ago
- Flash Attention in ~100 lines of CUDA (forward pass only)☆1,173Dec 30, 2024Updated last year
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Implement Flash Attention using Cute.☆111Dec 17, 2024Updated last year
- ☆16Mar 13, 2023Updated 3 years ago
- Fast and memory-efficient exact attention☆22Jun 26, 2026Updated last month
- Triton implementation of FlashAttention2 that adds Custom Masks.☆177Aug 14, 2024Updated last year
- Prune transformer layers☆74May 30, 2024Updated 2 years ago
- ☆27Aug 5, 2022Updated 3 years ago
- Experimental adapter for fine-tuning Qwen3-VL as a Vision-Language-Action (VLA) model☆15Dec 21, 2025Updated 7 months ago
- Implementation of the paper "Opcodes as predictor for malware " by Daniel Bilar☆11Oct 17, 2020Updated 5 years ago
- Fast Hadamard transform in CUDA, with a PyTorch interface☆343Mar 10, 2026Updated 4 months ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- High Performance FP8 GEMM Kernels for SM89 and later GPUs.☆21Jan 24, 2025Updated last year
- A CUDA kernel optimization toolkit for validation, benchmarking, Nsight Compute profiling, bottleneck analysis, and iterative tuning. It …☆193Apr 22, 2026Updated 3 months ago
- triton ver of gqa flash attn, based on the tutorial