Cuda Optimizer

Orchestrates a full profiling-driven CUDA kernel optimization loop (write → validate → profile → analyze → optimize) until performance converges or no further gains are possible. Capabilities include generating reference implementations, writing initial kernels via cuda-code-generator, running correctness validation and benchmarks via kernel-benchmarker, profiling and analyzing NCU reports via ncu-rep-analyzer, and applying targeted optimizations via cuda-code-generator. Use when the user wants to optimize a .cu file or CUDA kernel, improve GPU kernel performance, run a CUDA optimization workflow.

wenyi-li Updated

File contents

wenyi-li/awesome-agent-kernel-skills/tree/main/cuda-optimizer commit 97ae1d22ef

Frequently asked questions

npx skillmds@latest add wenyi-li/cuda-optimizer