What problem does it solve? Measuring CUDA operator performance on NVIDIA GPUs requires manual container setup, compilation with nvcc and cuDNN, baseline generation, and metric collection, which is error-prone and hard to reproduce. This Skill automates the full evaluation workflow so results are deterministic and comparable. ## Core Features & Use Cases - Operator Benchmarking: Runs GEMM (FP16/FP32 with tensor cores), Conv2d, 100+ long-tail operators from LongTail-Bench, and Transformer Encoder/Decoder Block inference latency tests. - Deterministic Result Collection: Ships collector scripts that validate CSV outputs, verify run tokens and workload fingerprints, and emit Result Contract 2.0 JSON with summary metrics (avg, p50, p95, min, max latency). - Containerized Workflow: Guides Docker container startup with GPU mounts, direct nvcc compilation, baseline generation, and test execution with strict failure checks. - Use Case: Ask the agent to generate GEMM operator baselines on an NVIDIA GPU; it launches the container, compiles the CUDA kernels, runs the FP16/FP32 test suites, and produces a validated result.json. ## Quick Start Ask the agent to generate GEMM operator baseline values on an NVIDIA GPU and collect the performance metrics.