atrex-kernel-agent
Orchestrated GPU kernel optimization, profiling, and knowledge mining
All Skills in This Repository (6)
Pure Emerald Level Indicatorsgpu-kernel-optimizer
Implement and optimize GPU kernels using PyTorch logic and DSLs.
gpu-kernel-baseline
Implement and validate baseline GPU kernels using CuteDSL or FlyDSL.
gpu-kernel-profile-optimizer
Profile GPU kernels with NCU or ROCprof and iteratively optimize bottlenecks.
gpu-kernel-partial-restart
Mask half of iteration memory and launch a subagent for GPU kernel optimization.
gpu-kernel-bottleneck-analysis
Analyzes GPU kernel performance using Roofline models and profiling data.
gpu-kernel-output-contract
Package GPU kernel implementations into a compliant generated_kernel.py module.
Frequently Asked Questions
FAQPage SchemaHow to install atrex-kernel-agent?โผ
Run `npx skills add alibaba/atrex-kernel-agent --all -g -y` in your terminal to install all skills in this suite globally.
What does Atrex Kernel Agent do?โผ
It turns an operator specification into a measured, optimized GPU kernel by coordinating coding agents, profiling, correctness checks, and Git-isolated optimization campaigns.
Which GPUs and frameworks are supported?โผ
It targets NVIDIA, AMD, and T-Head PPU hardware and supports Triton, CuteDSL, CUDA, FlyDSL, and TileLang campaigns.
What is the GPU Wiki used for?โผ
It is a structured knowledge store of hardware facts and kernel optimization experience that the agent queries to pick proven techniques and avoid known dead ends.
Does it work with Claude Code and Codex?โผ
Yes. It supports Claude, Codex, Qoder, and Pi as coding-agent backends and follows the standard SKILL.md format.
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