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.6913382860002457,
"times": [
0.7181488250007533,
0.6882181509990914,
0.6892177329991682,
0.7106628969995654,
0.7126837310006522,
0.691078888001357,
0.6915976839991345,
0.7045463059985195,
0.6723891719993844,
0.7171977689995401,
0.6693990150015452,
0.6795068999999785,
0.6964747769998212,
0.692497801999707,
0.7017947509993974,
0.6824454929992498,
0.6821788209999795,
0.7133113889995002,
0.7371664179991058,
0.673557535999862,
0.6838336380005785,
0.6884392770007253,
0.6956874999996217,
0.6593486749989097,
0.6807764959994529,
0.7030594869993365,
0.6746473509992938,
0.6918940119994659,
0.6577691439997579,
0.7121864170003391
],
"n_repeats": 30
}
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:152e3e4273bf3cfa924be9dee559b1c0e4cdda904411e5c1fd3d13a8b4f34d96
size 2359296
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdbdfc127c2e75eb4f5ad6482320ea4427e0b3b48eb5e4b856b4b7d23cca7d49
size 12058
@@ -0,0 +1,17 @@
{
"command": "bench_eval",
"network": "resources/unet_1d_three_level_network.mininn",
"inputs": [
"resources/input_0.bin"
],
"n_repeats": 30,
"n_warmup": 3,
"max_slowdown": 0.95,
"description": "speed: 3-level 2D UNet (encoder/bottleneck/decoder with skip connections); batch=4, 24x24\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
}
}