Works with the AI tools you already use

    Claude CodeClaude CodeCursorCursorCodex CLICodex CLIGitHub CopilotGitHub CopilotGemini CLIGemini CLI+20 more

    Flash Attention Tuner

    1

    Swap transformer attention over to memory-efficient kernels: enable PyTorch's fused SDPA path, benchmark speed, verify numerical parity, and configure sequence-

    Free

    0 installsSecurity scanned
    Flash Attention Tuner

    Flash Attention Tuner

    Example session with this skill installed

    I'm hitting OOM on my 4096 seq length transformer. Convert my manual attention block to use fused Flash Attention kernels and benchmark the memory savings.

    • Read your context and instructions
    • Compiled the flash attention tuner

    Replaced manual QK^T implementation with F.scaled_dot_product_attention.
    Benchmark (4096 seq):

    • Manual: 45.2ms | 12.4GB VRAM
    • Fused: 12.8ms | 1.8GB VRAM
      Max Delta: 8.4e-3 (FP16).
      Verified backend: SDPBackend.FLASH_ATTENTION.

    Connects securely to your tools. The creator never sees your data.

    About this skill

    The problem

    Training or inference on long sequences (512+ tokens) often triggers CUDA Out-of-Memory (OOM) errors. Manual attention implementation using explicit matrix multiplication and softmax operations is memory-intensive and creates significant bottlenecks in your GPU profile.

    What it does

    • Swaps manual attention blocks for PyTorch Scaled Dot Product Attention (SDPA) fused kernels.
    • Forces and verifies specific backends like Flash Attention or Memory Efficient kernels.
    • Benchmarks latency and peak memory usage before and after optimization.
    • Performs numerical parity checks to ensure bit-level agreement between implementations.
    • Configures sequence length, head dimensions, and causal masks for transformer architectures.

    Frameworks & tools

    PyTorch (2.2+), CUDA, NVIDIA Nsight Systems (nsys), and torch.nn.functional.

    Why this beats prompting it yourself

    Optimizing attention kernels requires specific knowledge of PyTorch backend constraints, such as head dimension limits and dtype requirements. This skill provides a structured verification workflow that ensures you are actually hitting the fused path rather than silently falling back to slow, memory-heavy implementations.

    Use cases

    • Fixing OOM errors in custom transformer architectures during training.
    • Optimizing inference speed for LLMs handling long context windows.
    • Extending the context length of existing models on limited VRAM.
    • Auditing attention performance via automated micro-benchmarking.

    Known limitations

    Requires CUDA-enabled GPUs; kernels are not available for CPU-only workloads. Optimal speedups are restricted to fp16 or bf16 dtypes and head dimensions under 256.

    How to install

    Works the same in every agent - Claude, Cursor, Codex, Copilot and 20+ more.

    ~30 seconds
    1. 1

      Download the ZIP

      Free skills download straight away. Paid skills unlock right after purchase.

    2. 2

      Unzip into your skills folder

      Every agent reads skills from one folder on your machine. Drop the unzipped folder in there.

    3. 3

      Ask your agent to use it

      Restart the agent if it was already running. It picks the skill up automatically - no config needed.

    Skills folder by agent

    Click the path to copy it. Create the folder if it does not exist yet.

    Reviews

    No reviews yet

    Be one of the first to try it. Every listed skill passes our trust checks below.

    Security scanned

    Passed our 8-point scan before listing

    Fresh listing

    Recently published to Agensi

    Free forever

    No account required to browse

    Trust & safety

    Security scanned

    Verified clean 26 days ago

    • Free to download with an account

    Listed26 days ago
    Updatedtoday

    Frequently Asked Questions