AMD-AGI/Apex

Agents, and RL environment, for optimizing GPU kernels on AMD ROCm using LLM agents. Benchmarks LLM serving workloads end-to-end, profiles bottleneck kernels, optimizes them via Claude Code or Codex, and scores on compilation, correctness, and speedup.

76Stars on the repository
15Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

aiter-reflection

01

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when optimizing AMD GPU kernels on MI300 using the aiter project, including running op tests, benchmarking, iterating on kernel changes, and recording results in the kernel experiment database.

76 5d ago C 46 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when reasoning about GPU architecture fundamentals to guide kernel optimization choices such as memory hierarchy usage, execution model mapping, block sizing, and latency-aware tuning across HIP, Triton, and PyTorch.

76 5d ago A 51 tokens original MIT

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 5d ago A 56 tokens original MIT

kernel-exp-history

04

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 5d ago A 37 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

MI300/CDNA3 architecture guide for HIP/Triton optimization—MFMA variants, dual register files, data formats, sparsity, LDS/GWS, and best practices.

76 5d ago A 44 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

CDNA3/MI300 HIP programming insights—chiplet/cache model, Infinity Cache, memory coherency, matrix cores, sparsity, and best practices.

76 5d ago A 41 tokens original MIT

mi300-hip-vs-nvidia

07

AMD-AGI/Apex

Skill Claude CodeCodex

MI300 HIP programming differences vs NVIDIA—wavefront vs warp, memory hierarchy, MFMA usage, occupancy, and profiling pitfalls.

76 5d ago A 35 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when optimizing PyTorch models and kernels, including efficient tensor operations, torch.compile, custom autograd/CUDA/Triton extensions, mixed precision, memory and data pipeline tuning, model optimization techniques, CUDA graphs, and profiling.

76 5d ago A 57 tokens original MIT

rocprof-compute

09

AMD-AGI/Apex

Skill Claude CodeCodex

This skill should be used when profiling AMD GPU kernels with rocprof-compute to collect metrics, roofline data, and analyze bottlenecks for HIP kernels.

76 5d ago A 37 tokens original MIT

skill-creator

10

AMD-AGI/Apex

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

76 5d ago A 45 tokens copy · 100% MIT

AMD-AGI/Apex

Skill Claude CodeCodex

Search and adapt Triton/HIP kernel patterns from a corpus to optimize AMD GPUs; use to find similar ops and reuse tiling/occupancy strategies.

76 5d ago A 40 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 5d ago A 56 tokens original MIT

AMD-AGI/Apex

Skill Claude CodeCodex

Reflection/self-critique prompts for reviewing and fixing AMD-targeted Triton kernels after generation or test failures.

76 5d ago A 31 tokens original MIT