cpu-gpu-performance
CommunityOptimize CPU/GPU usage, save resources and time.
Software Engineering#devops#performance#optimization#machine learning#profiling#resource management#gpu#cpu
Authorathola
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Running heavy CPU/GPU jobs without proper planning can lead to wasted resources, long execution times, and impact shared infrastructure. This skill provides a guardrail workflow to keep CPU/GPU usage lean by measuring load, narrowing scope, and choosing efficient validation strategies.
Core Features & Use Cases
- Baseline Establishment: Captures current CPU/GPU utilization and sets per-task budgets.
- Scope Narrowing: Refuses "whole world" jobs, preferring diff-based or tag-based selective testing.
- Instrumentation: Guides on choosing the right profiler (perf, nvidia-smi, nsys) to identify bottlenecks.
- Throttling & Sequencing: Uses
nice,ionice, or quotas to prevent starvation and stagger heavy tasks. - Use Case: Before running a full machine learning model training, use this skill to check current GPU utilization, narrow the scope to a small dataset for a smoke test, and instrument with
nvidia-smi dmonto monitor resource usage.
Quick Start
Capture your current CPU/GPU utilization using uptime and nvidia-smi, then set a per-task budget.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cpu-gpu-performance Download link: https://github.com/athola/claudenomicon/archive/main.zip#cpu-gpu-performance Please download this .zip file, extract it, and install it in the .claude/skills/ directory.