|
1 | 1 | # Attention Scores |
2 | 2 |
|
3 | | -- Total prompt tokens used: 171255 |
4 | | -- Total completion tokens used: 92610 |
5 | | -- Total cached prompt tokens used: 14336 |
6 | | -- Total tokens Used: 263865 |
7 | | -- Total cost: $1.78503150 |
| 3 | +- Total prompt tokens used: 214746 |
| 4 | +- Total completion tokens used: 112795 |
| 5 | +- Total cached prompt tokens used: 21504 |
| 6 | +- Total tokens Used: 327541 |
| 7 | +- Total cost: $2.18040600 |
8 | 8 |
|
9 | 9 | ## Overall Winners |
10 | 10 |
|
|
13 | 13 | | 2026-03-13 06:31:54 | gpt-5.4-2026-03-05 | 1537.60 (us) | 8234.20 (us) | x5.355 | [4269f7e](D:/loop.py/attention/winners/4269f7e.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
14 | 14 | | 2026-03-13 06:33:21 | gpt-5.4-2026-03-05 | 1596.10 (us) | 8234.20 (us) | x5.159 | [4afce42](D:/loop.py/attention/winners/4afce42.c) | accepted nonbest: used SIMD intrinsics, handles grouped-query attention | |
15 | 15 | | 2026-03-13 06:30:35 | gpt-5.4-2026-03-05 | 1599.70 (us) | 8234.20 (us) | x5.147 | [32a1066](D:/loop.py/attention/winners/32a1066.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
| 16 | +| 2026-03-13 06:49:53 | gpt-5.4-2026-03-05 | 1645.40 (us) | 8234.20 (us) | x5.004 | pending | best winner: used SIMD intrinsics, handles grouped-query attention | |
16 | 17 | | 2026-03-13 06:46:05 | gpt-5.4-2026-03-05 | 1680.30 (us) | 8234.20 (us) | x4.900 | [cbe1d86](D:/loop.py/attention/winners/cbe1d86.c) | accepted nonbest: used SIMD intrinsics, handles grouped-query attention | |
17 | 18 | | 2026-03-13 06:42:17 | gpt-5.4-2026-03-05 | 1690.00 (us) | 8234.20 (us) | x4.872 | [459caa7](D:/loop.py/attention/winners/459caa7.c) | accepted nonbest: used SIMD intrinsics, handles grouped-query attention | |
18 | 19 | | 2026-03-13 06:36:38 | gpt-5.4-2026-03-05 | 1707.90 (us) | 8234.20 (us) | x4.821 | [daea2ef](D:/loop.py/attention/winners/daea2ef.c) | accepted nonbest: used SIMD intrinsics, kept scalar score and value passes | |
|
38 | 39 | | gpt2_bench_ctx256 | 2026-03-13 06:30:35 | gpt-5.4-2026-03-05 | 6078.00 (us) | 6471.50 (us) | x5.872 | [32a1066](D:/loop.py/attention/winners/32a1066.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
39 | 40 | | gpt2_bench_ctx256 | 2026-03-13 06:29:34 | gpt-5.4-2026-03-05 | 6471.50 (us) | 35690.30 (us) | x5.515 | [42cd3cd](D:/loop.py/attention/winners/42cd3cd.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
40 | 41 | | gpt2_bench_ctx256 | seed | seed | 35690.30 (us) | 35690.30 (us) | x1.000 | seed | seeded case baseline | |
| 42 | +| gpt2_bench_ctx32 | 2026-03-13 06:49:53 | gpt-5.4-2026-03-05 | 212.50 (us) | 222.20 (us) | x2.928 | pending | best winner: used SIMD intrinsics, handles grouped-query attention | |
41 | 43 | | gpt2_bench_ctx32 | 2026-03-13 06:30:35 | gpt-5.4-2026-03-05 | 222.20 (us) | 244.00 (us) | x2.801 | [32a1066](D:/loop.py/attention/winners/32a1066.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
42 | 44 | | gpt2_bench_ctx32 | 2026-03-13 06:29:34 | gpt-5.4-2026-03-05 | 244.00 (us) | 622.30 (us) | x2.550 | [42cd3cd](D:/loop.py/attention/winners/42cd3cd.c) | best winner: used SIMD intrinsics, handles grouped-query attention | |
43 | 45 | | gpt2_bench_ctx32 | seed | seed | 622.30 (us) | 622.30 (us) | x1.000 | seed | seeded case baseline | |
0 commit comments