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,36 @@
{
"median": 0.6731782129991188,
"times": [
0.6604644770013692,
0.6292407609998918,
0.6794493079996755,
0.7151197740004136,
0.6822677139989537,
0.6751668389988481,
0.6932685800002218,
0.6652886089996173,
0.6990065699992556,
0.6860697520005488,
0.6711895869993896,
0.6505095659995277,
0.6577597320010682,
0.6831210750005994,
0.6632924360001198,
0.6577419900004315,
0.6499202390004939,
0.6408863569995447,
0.6844092320006894,
0.6783877489997394,
0.6611538839988498,
0.6698421969995252,
0.6564882740003668,
0.7027955690009549,
0.6597058009992907,
0.7558749809995788,
0.6768750350001937,
0.6361531940001441,
0.71163439799966,
0.7025398610003322
],
"n_repeats": 30
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:348732c04488ee8dded43d8bd6ca7df2bfe24423c8fa2e7e1f5ce23522f3c9dd
size 2562
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cafba9f7ae517a80b59cf118c96a301ed33562c1ab6c3404530fed7da3236dc8
size 1179648
@@ -0,0 +1,17 @@
{
"command": "bench_eval",
"network": "resources/dilated_conv_stack_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"n_repeats": 30,
"n_warmup": 3,
"max_slowdown": 0.95,
"description": "speed: stack of three 2-D dilated convolutions (dilation 1/2/4); leaky_relu/ELU/GELU; batch=4, 12x24\n\nScoring: no regular points; the test is marked passed only when the implementation is at least 5 % faster than the reference (max_slowdown=0.95). Bonus: tier 1 = 3 pts for slowdown <= 0.95 (>=5 % speedup), tier 2 = 7 pts for slowdown <= 0.75 (>=25 % speedup); bonuses are cumulative.",
"bonus_points": 10,
"scoring": {
"function": "speed",
"tier1_bonus": 3,
"tier2_bonus": 7
}
}