Files

14 lines
260 B
JSON
Raw Permalink Normal View History

2026-05-26 10:24:33 +02:00
{
"command": "fuzz_grad",
"n_trials": 50,
"seed": 4046095,
"primitives": [
"dot",
"add",
"mul"
],
"check_nan_inf": false,
"description": "targeted gradient fuzz for dot/add/mul; exercises broadcasting backward rules",
"points": 6
}