Files
Anton Pogrebnjak 0ab11cfc5e Preliminary state
2026-05-26 10:24:33 +02:00

16 lines
342 B
JSON

{
"command": "fuzz_eval",
"n_trials": 50,
"seed": 2867273,
"primitives": [
"pad",
"conv",
"avgpool",
"add",
"mul"
],
"check_nan_inf": false,
"description": "targeted fuzz for last-axis ops (pad with dilation, conv, avgpool) to stress length arithmetic and kernel/window/stride combinations",
"points": 6
}