17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"command": "fuzz_grad",
|
|
"n_trials": 50,
|
|
"seed": 9102614,
|
|
"primitives": [
|
|
"log",
|
|
"sqrt",
|
|
"reciprocal",
|
|
"exp",
|
|
"neg",
|
|
"mul"
|
|
],
|
|
"check_nan_inf": false,
|
|
"description": "targeted crash-only gradient fuzz for unsafe unaries; NaN/Inf gradients permitted",
|
|
"points": 6
|
|
}
|