What problem does it solve?
This Skill finds score divergence between reference and distributed VMAF results across multiple compute backends, making it easy to catch parity regressions before they reach CI.
Core Features & Use Cases
- Multi-backend comparison: Runs the same clip pair through CPU, CUDA, SYCL, and Vulkan paths and compares feature scores frame by frame.
- Precision analysis: Measures absolute differences and ULP distance so you can see whether a mismatch is harmless noise or a real regression.
- Debugging support: Highlights the worst frame, feature, and backend pair to speed up root-cause analysis after SIMD or GPU changes.
- Use case: A developer changes a reduction in the CUDA backend and uses this Skill to verify that adm, vif, motion, psnr, and ssim remain within the allowed variance budget.
Quick Start
Ask the assistant to compare a reference clip and a distorted clip across the enabled backends, report the worst per-feature ULP differences, and flag anything above the allowed tolerance.