๐ŸŽฏ

mla-analysis

๐ŸŽฏSkill

from pepperu96/hyper-mla

VibeIndex|
What it does
|

Provides cost models and regime analysis for Multi-Latent Attention (MLA), comparing FlashMLA, FlashAttention, and MLAvar6+ kernels across decode, speculative, and prefill regimes to guide kernel selection and optimization.

๐Ÿ“ฆ

Same repository

pepperu96/hyper-mla(11 items)

mla-analysis

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add pepperu96/hyper-mla --skill mla-analysis
skills.sh Installโš  Installs to .agents/skills/
npx skills add pepperu96/hyper-mla --skill mla-analysis
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/mla-analysis/SKILL.md

SKILL.md

80Installs
-
AddedApr 22, 2026

More from this repository10

๐ŸŽฏ
learn-cute-dsl๐ŸŽฏSkill

Structured workflow skill for learning CuTe Python DSL by reading, importing, profiling, and extracting reusable patterns from CUTLASS Blackwell example kernels for GPU programming.

๐ŸŽฏ
design-cute-dsl-kernel๐ŸŽฏSkill

A skill for designing GPU kernels using the CuTe Python DSL, providing guidance on the CuteKernel runtime wrapper, suitability gate for choosing CuTe DSL over cuTile, tiling strategies, and CuTe-specific pitfalls. Use when explicit control over warpgroup scheduling, TMA pipelines, or cluster programming is needed.

๐ŸŽฏ
optimization-catalog๐ŸŽฏSkill

Compatibility router skill for a shared optimization knowledge base and language-specific optimization catalogs, dispatching between CuTe DSL and other implementation languages for GPU kernel optimization.

๐ŸŽฏ
cute-dsl-ref๐ŸŽฏSkill

API reference and implementation patterns for NVIDIA's CuTe Python DSL, covering the two-level host/device kernel model, TMA pipelines, barrier choreography, shared memory management, and the three-stage JIT compilation pipeline for GPU kernel programming.

๐ŸŽฏ
design-cutile-dsl-kernel๐ŸŽฏSkill

A skill providing language-specific guidance for cuTile Python DSL kernel implementation, covering the CtKernel runtime wrapper, suitability gate for deciding when to stay in cuTile vs. switching to CuTe DSL, and cuTile-specific pitfalls for GPU kernel optimization.

๐ŸŽฏ
design-kernel๐ŸŽฏSkill

Optimized Multi-Latent Attention (MLA) kernels for DeepSeek-V3/R1 and Kimi-V2 inference. Bridges the performance gap between FlashMLA (decode) and FlashAttention (prefill) for speculative decoding regimes, with profiling tools and a double-versioned kernel structure for easy comparison.

๐ŸŽฏ
profile-kernel๐ŸŽฏSkill

A GPU kernel profiling workflow skill supporting four modes (annotation, event, NCU, NSYS) with device-aware peak calculations, bottleneck identification rules, and roofline analysis for optimizing kernel performance.

๐ŸŽฏ
optimization-catalog-cute-dsl๐ŸŽฏSkill

A skill providing GPU kernel optimization guidance specific to the CuTe Python DSL, layered on top of shared optimization and anti-pattern catalogs. It helps determine whether findings are shared or CuTe DSL-specific and records implementation notes.

๐ŸŽฏ
optimization-catalog-cutile-dsl๐ŸŽฏSkill

A skill providing GPU kernel optimization guidance specific to the cuTile Python DSL, layered on top of shared optimization and anti-pattern catalogs. It covers cuTile-specific topics like num_ctas, occupancy, math semantics, and code-generation sensitivity.

๐ŸŽฏ
orchestration-workflow๐ŸŽฏSkill

A skill defining the full GPU kernel optimization workflow, including sub-agent launch templates, agent communication contracts, default configurations for speculative decoding, and tuning strategies. It coordinates profiler and designer agents through iterative optimization cycles.