What problem does it solve?
This Skill helps you identify CPU-bound Python workloads and convert them into faster NVIDIA GPU workflows, reducing time spent waiting on large arrays, dataframes, graphs, images, simulations, and model pipelines.
Core Features & Use Cases
- Drop-in acceleration: Use CuPy for NumPy-style array work, cuDF for pandas-style dataframes, and cuML or cuGraph for machine learning and graph analytics.
- Custom GPU kernels: Apply Numba CUDA or Warp when your workload needs specialized logic, simulation, geometry processing, or differentiable compute.
- High-throughput pipelines: Move data efficiently across preprocessing, search, visualization, and file IO with RAPIDS libraries and GPU-native patterns.
- Use case: A team analyzing millions of rows, running repeated training loops, or processing large images can keep data on GPU and replace slow Python loops with parallel compute.
Quick Start
Describe your Python performance bottleneck and ask for a GPU-first rewrite plan using the best NVIDIA library for the workload.