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
+23
View File
@@ -0,0 +1,23 @@
{
"command": "fuzz_eval",
"n_trials": 400,
"seed": 0,
"primitives": [
"neg",
"reciprocal",
"relu",
"square",
"sqrt",
"exp",
"log",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum"
],
"check_nan_inf": false
}
@@ -0,0 +1,19 @@
{
"command": "fuzz_eval",
"n_trials": 100,
"seed": 0,
"primitives": [
"neg",
"relu",
"square",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum"
],
"check_nan_inf": true
}
+23
View File
@@ -0,0 +1,23 @@
{
"command": "fuzz_grad",
"n_trials": 400,
"seed": 0,
"primitives": [
"neg",
"reciprocal",
"relu",
"square",
"sqrt",
"exp",
"log",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum"
],
"check_nan_inf": false
}
@@ -0,0 +1,19 @@
{
"command": "fuzz_grad",
"n_trials": 100,
"seed": 0,
"primitives": [
"neg",
"relu",
"square",
"add",
"mul",
"dot",
"where",
"expand_dims",
"moveaxis",
"reshape",
"reduce_sum"
],
"check_nan_inf": true
}