AKO4ALL
Automated GPU kernel optimization, profiling, and benchmarking
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install AKO4ALL?โผ
Run `npx skills add TongmingLAIC/AKO4ALL --all -g -y` in your terminal to install the skill globally.
How to speed up a CUDA or Triton kernel?โผ
Place your kernel in a working directory and ask your coding agent to optimize it. AKO4ALL profiles the baseline, rewrites the kernel, benchmarks each change, and keeps iterating until performance stops improving.
What do I need to run AKO4ALL?โผ
You need a coding agent like Claude Code, an NVIDIA GPU with CUDA-enabled PyTorch, Python 3.10 or later, and Git. Nsight Compute (ncu) is recommended for profiling but the loop works without it.
Does AKO4ALL verify kernel correctness?โผ
Yes. Every iteration is checked against a reference implementation with fresh randomized inputs, and the built-in evaluator flags suspicious speedups to prevent reward hacking.
Can I use AKO4ALL without kernel optimization experience?โผ
Yes. You only provide the kernel and test inputs; the agent handles profiling, rewriting, benchmarking, and logging based on your plain-English request.
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