flash-linear-attention
Optimize and test GPU kernels for linear attention models safely
All Skills in This Repository (9)
Pure Emerald Level Indicatorsfla-dispatch-backends
Manage and optimize backend dispatch for Flash Linear Attention operations.
fla-optimization-loop
Optimize Flash Linear Attention kernels across Triton, Gluon, TileLang, and CuTe backends.
fla-mr-readiness
Check pull requests against CONTRIBUTING guidelines and PR body format.
fla-kda
Manage KDA development tasks within the Flash Linear Attention framework.
fla-nvidia-performance
Profile and benchmark NVIDIA GPU kernels in the FLA repository.
fla-correctness-coverage
Automate kernel correctness testing and coverage analysis in FLA/ops/.
fla-triton-to-gluon
Port Triton kernels to Gluon with explicit tensor layout and memory control.
fla-design-coverage
Defines contract-first design and coverage requirements for FLA kernel and numerical changes.
fla-ascend-performance
Profile, diagnose, and optimize Triton-Ascend NPU kernels in the flash-linear-attention repository.
Frequently Asked Questions
FAQPage SchemaHow to install flash-linear-attention skills?โผ
Run `npx skills add fla-org/flash-linear-attention --all -g -y` in your terminal to install all skills in this suite globally.
How to optimize Triton kernels without breaking correctness?โผ
The fla-optimization-loop skill enforces a frozen pytest gate so your agent benchmarks and logs each change while never loosening tolerances or editing tests.
How to profile GPU kernels on NVIDIA or Ascend?โผ
Dedicated skills walk your agent through NCU profiling on NVIDIA GPUs and torch_npu PipeUtilization analysis on Ascend NPUs, with bottleneck diagnosis tables.
Do these skills work with Claude Code and Codex?โผ
Yes. The AGENTS.md orchestrator and all SKILL.md files follow the universal standard and run in Claude Code, Codex, and compatible agents.
How to prepare a pull request for the FLA repo?โผ
Load the fla-mr-readiness skill, which gives your agent the full checklist for tests, benchmark evidence, and the required PR body structure.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core