gpu kernels skills

48 tagged gpu kernels, measured the same way as everything else here.

Browse within: cuda 35high-performance-computing 35kernel-optimization 35llm-agents 35llamas 13optimization-pipeline 13

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when writing or tuning HIP kernels on AMD/NVIDIA GPUs, covering memory coalescing, shared-memory tiling, bank conflict avoidance, warp primitives, occupancy, vectorization, async ops, loop unrolling, and profiling.

76 4d ago A 56 tokens original MIT

kernel-exp-history

02

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when optimizing kernels in this repo and needing to consult past optimization experiments, or when recording the current optimization iteration back into the kernel experiment database.

76 4d ago A 37 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when writing or tuning Triton GPU kernels, including autotuning block sizes, coalesced accesses, tiled matmul, fused ops, reductions, flash-attention style kernels, quantization, custom gradients, and profiling.

76 4d ago A 56 tokens original MIT

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through selecting the correct and efficient thread block dimensions and grid dimensions for a CUDA kernel, covering occupancy analysis, register and shared memory constraints, tail effects, persistent kernels, and when to use cudaOccupancyMaxActiveBlocksPerMultiprocessor as a decision tool.

70 +1 2mo ago A 0 tokens original MIT

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through implementing a Triton kernel that writes newly computed K and V tensors into a pre-allocated KV cache during LLM inference. This covers two cache layouts (contiguous and paged / vLLM-style PagedAttention), unified prefill and decode handling via a slotmapping tensor, GQA/MQA where the cache…

70 +1 2mo ago A 0 tokens original MIT

tensormux/kernel-skills

Skill Claude CodeCodex

Guide the agent through implementing a correct Triton kernel that applies Rotary Position Embeddings (RoPE) to query and key tensors before attention. This covers the two incompatible layout conventions (GPT-NeoX/HuggingFace-LLaMA vs GPT-J/original-paper), pre-computed cos/sin table consumption, per-token position…

70 +1 2mo ago A 0 tokens original MIT