Cuda Code Generator

Generates optimized CUDA kernel code based on performance analysis reports or algorithm type. Reads NCU analysis reports (e.g. *_analysis.md) and optionally existing kernel code, then produces high-quality compilable .cu files with applied optimizations. Use when the user provides an NCU analysis report or requests CUDA kernel generation, optimization, or implementation of techniques like Shared Memory Tiling, vectorized loads, bank conflict elimination, or double buffering. Does not handle compilation, execution, or profiling.

wenyi-li Updated

File contents

wenyi-li/awesome-agent-kernel-skills/tree/main/cuda-code-generator commit f5b6be8fe6

Frequently asked questions

npx skillmds@latest add wenyi-li/cuda-code-generator