16 lines
342 B
JSON
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
|
||
|
|
}
|