ncu-cuda-profiling-skill
Automated CUDA kernel profiling and bottleneck diagnosis
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install ncu-cuda-profiling-skill?โผ
Run `npx skills add maxiaosong1124/ncu-cuda-profiling-skill --all -g -y` in your terminal to install it globally for your AI coding tools.
How to find CUDA kernel performance bottlenecks?โผ
Ask your AI assistant to analyze the kernel, and it runs NCU with full metrics collection, then classifies the bottleneck as memory bound, latency bound, compute bound, or occupancy bound with specific fixes.
What optimization suggestions does it provide?โผ
It recommends concrete techniques like shared memory padding, block tiling, double buffering, and vectorized loads, each with expected speedup estimates ranging from 1.2x to 5x.
Does it work with Claude Code and Cursor?โผ
Yes. It follows the standard SKILL.md format and works with Claude Code, Cursor, Codex, and Kimi Code CLI.
What are the system requirements?โผ
You need Linux with CUDA 11.0 or later, Nsight Compute 2022.1 or later, and an NVIDIA Volta or newer GPU.
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