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.6597053400009827,
"times": [
0.6588008830003673,
0.660609797001598,
0.7053496530006669,
0.661915245000273,
0.6636695469987899,
0.6757613959998707,
0.6935657760004688,
0.7083251549993292,
0.6651058429997647,
0.700552788001005,
0.6511960340012592,
0.653393098999004,
0.6478349190001609,
0.6328443050006172,
0.6522468030016171,
0.7022167730010551,
0.7124317390007491,
0.6838970240005438,
0.6676450960003422,
0.6217490859999089,
0.651708482999311,
0.654718187999606,
0.6895673190010712,
0.6417726840008982,
0.6327202760003274,
0.6619786449991807,
0.6345275990006485,
0.6287327130012272,
0.6376377029992,
0.648800413000572
],
"n_repeats": 30
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f0d3b6424560f4dc8acbdd458b68da146ed7b204ec4f4139ef589b7c8b631f5
size 655360
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e02ccb8aeae9ebd68989b14a35520ecad23bb8f381ba30ea18528ea46f1a597a
size 2031
@@ -0,0 +1,17 @@
{
"command": "bench_eval",
"network": "resources/residual_dense_mix_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"n_repeats": 30,
"n_warmup": 3,
"max_slowdown": 0.95,
"description": "speed: mixed 2-D residual+dense architecture with leaky_relu/ELU/GELU; batch=4, 8x20\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
}
}