Preliminary state

This commit is contained in:
Anton Pogrebnjak
2026-05-26 10:24:33 +02:00
commit 0ab11cfc5e
950 changed files with 6428 additions and 0 deletions
@@ -0,0 +1,15 @@
{
"command": "fuzz_eval",
"n_trials": 50,
"seed": 179320,
"primitives": [
"leaky_relu",
"elu",
"gelu",
"add",
"mul"
],
"check_nan_inf": false,
"description": "targeted fuzz for new activation primitives (leaky_relu/elu/gelu) interleaved with add/mul; verifies eval on random leaky_relu slopes and elementwise-preserving shapes",
"points": 6
}