PulseAugur
EN
LIVE 09:00:27

Boundary-only shape sampling wins for finding tensor kernel bugs

Researchers have evaluated seven different strategies for generating test inputs to find bugs in tensor kernels, which are crucial for AI and machine learning computations. Using a seeded fuzzer on an RTX 3060 GPU, they found that boundary-only shape sampling was the most effective and safe strategy, achieving 78% bug recall with zero false positives on correct kernels. While adversarial value sampling could achieve higher recall, it significantly increased false positives due to the injection of NaN and Inf values. AI

IMPACT Improves the reliability of core AI/ML computation kernels, potentially reducing bugs in deployed models.

RANK_REASON Academic paper detailing a new method for testing software components. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Boundary-only shape sampling wins for finding tensor kernel bugs

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Dipankar Sarkar ·

    Test-Input Generation for Tensor Programs: What Actually Finds Kernel Bugs

    arXiv:2606.27396v1 Announce Type: cross Abstract: Test-input generation for tensor kernels is folkloric. Most projects pick a representative shape and dtype, run a fixed-shape allclose-style check, and ship. We make the choices explicit and measure them. Using the gpuemu op-schem…