jcbtc commited on
Commit
551722d
·
verified ·
1 Parent(s): ed5ddb3

Release v4.4: combined runtime, opt-in Boost and measured results

Browse files
README.md CHANGED
@@ -34,7 +34,7 @@ tags:
34
 
35
  [![Qwen3.8 Flash CIRU Strix IU4](https://huggingface.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4/resolve/v3.0.0/assets/qwen38-flash-ciru-strix-iu4.jpg)](https://llm.ciru.ai/research)
36
 
37
- # Qwen3.8-Flash-CIRU-STRIX-IU4 · v4.3.0
38
 
39
  A Qwen3.8 Flash package for **128 GB AMD Strix Halo machines**, with long-context text generation, an OpenAI-compatible API, a web UI and optional image input. V4 brings the reference prefill optimizations to the existing CIRU weights and CIRUPLE1 files. It requires the **custom CIRU runtime**; stock llama.cpp and Hugging Face hosted inference do not support this package.
40
 
@@ -42,7 +42,39 @@ The original fast-prefill breakthrough came from Halogen's creator, [Peonist.ai
42
 
43
  [Performance and limits](#historical-v4-performance-and-limits) · [Quality history](#quality-benchmark-history) · [Install](#download-build-and-run) · [Settings](#settings-and-sampling) · [Vision](#vision-and-harness-setup) · [Files](#model-files) · [Earlier comparisons](#earlier-runtime-comparisons)
44
 
45
- ## v4.3 patch: speculative tuning
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
  V4.3 makes the tested speculative-decoding settings the defaults: **MTP depth 3 for IU4, depth 4 for Orca, and `LLAMA_MTP_QSA_MIN_T=1` for both**. Shorter draft batches reduce discarded speculative work; the lower threshold enables sparse draft attention for small batches. The corrected v4.2 inference binaries and existing model files are retained.
48
 
@@ -57,13 +89,13 @@ Existing v4.2 users can update the launcher without rebuilding or downloading we
57
 
58
  [Hermes task results and grading notes](benchmarks/v4.3.0/HERMES-RESULTS.md) | [v4.3 release](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/releases/tag/v4.3.0)
59
 
60
- **Launcher update, 16 September:** the current `main` launcher checks the HIP library selected by the dynamic loader for the v4.2 indexed-attention correction before loading the model. It stops with upgrade instructions if an older or incomplete runtime is selected, and prints the actual server/library paths and library hash. Updating the model folder alone does not upgrade `RUNTIME_DIR`, `BUILD_DIR` or `SERVER_BIN`. This check was added after the immutable v4.3.0 tag; fetch the current launcher below to use it with an existing corrected v4.2/v4.3 installation.
61
 
62
- For an existing **corrected v4.2 or v4.3** installation, download and verify the current launcher:
63
 
64
  ```bash
65
  hf download jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 \
66
- --revision main run-server.sh launcher-checksums.sha256 --local-dir ./model
67
  (cd model && sha256sum -c launcher-checksums.sha256)
68
  RUNTIME_DIR="$(realpath ./ciru-runtime-v4.2.0)" bash ./model/run-server.sh
69
  ```
@@ -227,7 +259,7 @@ From the directory containing `model/` and `ciru-runtime-v4.3.0/`, fetch the opt
227
 
228
  ```bash
229
  hf download jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 \
230
- --revision main run-server.sh 'vision/*' --local-dir ./model
231
  (cd model/vision && sha256sum -c SHA256SUMS)
232
  ```
233
 
@@ -253,7 +285,7 @@ ENABLE_VISION=0 ENABLE_MTP=1 \
253
 
254
  Use your installed runtime directory in `RUNTIME_DIR`. **Do not add `--vision` to this older-launcher workaround.** It enables image input through `--mmproj` while retaining the runtime's usual MTP arguments. For a launcher inside the runtime directory, use that launcher path instead; Orca needs its Orca launcher/model selection. This is a startup option, not a per-request switch.
255
 
256
- For v4.1.0, downloading only `run-server.sh` from `main` as shown above installs the corrected launcher; no model-weight download or binary rebuild is needed. It runs against `RUNTIME_DIR` directly instead of delegating to the archived launcher. `ENABLE_MTP=0` remains the opt-out.
257
 
258
  V4.2 includes this launcher behavior in its versioned runtime and model-side launcher. The workaround above remains for older installations.
259
 
 
34
 
35
  [![Qwen3.8 Flash CIRU Strix IU4](https://huggingface.co/jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4/resolve/v3.0.0/assets/qwen38-flash-ciru-strix-iu4.jpg)](https://llm.ciru.ai/research)
36
 
37
+ # Qwen3.8-Flash-CIRU-STRIX-IU4 · v4.4.0
38
 
39
  A Qwen3.8 Flash package for **128 GB AMD Strix Halo machines**, with long-context text generation, an OpenAI-compatible API, a web UI and optional image input. V4 brings the reference prefill optimizations to the existing CIRU weights and CIRUPLE1 files. It requires the **custom CIRU runtime**; stock llama.cpp and Hugging Face hosted inference do not support this package.
40
 
 
42
 
43
  [Performance and limits](#historical-v4-performance-and-limits) · [Quality history](#quality-benchmark-history) · [Install](#download-build-and-run) · [Settings](#settings-and-sampling) · [Vision](#vision-and-harness-setup) · [Files](#model-files) · [Earlier comparisons](#earlier-runtime-comparisons)
44
 
45
+ ## v4.4 patch: combined runtime
46
+
47
+ **Update the complete runtime; keep your weights.** This combines MTP shortlisting, QSA/cache and attention improvements, graph/PM4 runtime work, Q8 fusion, prompt branch reuse and GDN kernels. It uses the stock ROCm10 compiler/math with pinned pwilkin HIP/ROCr. **MTP3 remains default; Kairic Boost is opt-in** with `--kairic-boost` or `KAIRIC_BOOST=1`.
48
+
49
+ | Measured IU4 workload | Earlier matched control | v4.4 | Change |
50
+ | --- | ---: | ---: | ---: |
51
+ | 12960-token replay decode | 37.79 tok/s | 44.53 tok/s | +17.84% |
52
+ | 245760-token cold decode | 7.62 tok/s | 21.14 tok/s | +177.48% |
53
+ | Cached deep append, whole request | 69.73 s | 25.84 s | −62.95% |
54
+ | Branch revisit, first streamed piece | 5.653 s | 0.222 s | −96.08% |
55
+
56
+ The matched control is **v4.3 + S5/D0**, not plain published v4.3; one final block per arm, same prompts/settings. On a separate short **HE0–9** speed panel, MTP3 measured **60.35 tok/s**, versus **64.07 tok/s** with Boost (+6.16%; peak task 70.95 tok/s). These are allocated-256K runs with short prompts, not full-context decode or a coding pass score.
57
+
58
+ **HA20:** 19/20 full-score tasks, arithmetic mean **98.5/100** (official weighted score **99/100**). Published v4.3 IU4 passes were **17/20, 95.0/100** and **19/20, 98.5/100** using the same arithmetic aggregation. The same HA17 artifact failure remains; engines/seeds differ, so this is historical context, not a causal quality gain. Boost was not enabled for HA20.
59
+
60
+ Separate target-only **512K prefill: 604.65 tok/s**; no 512K decode/quality claim. Model files and weight reconstruction error are unchanged. Image+MTP still fails on both retained and combined engines; use `ENABLE_MTP=0` for vision.
61
+
62
+ [Small patch notes](benchmarks/v4.4.0/RELEASE-NOTES.md) · [Protocols and fuller comparisons](benchmarks/v4.4.0/QUALIFICATION.md) · [Source and runtime downloads](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/releases/tag/v4.4.0)
63
+
64
+ ### Run v4.4 with existing model files
65
+
66
+ For the recorded NixOS/ROCm10 environment (dependencies listed in the archive):
67
+
68
+ ```bash
69
+ hf download jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 --revision v4.4.0 \
70
+ runtime/v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151.tar.gz --local-dir ./release
71
+ tar -xzf ./release/runtime/v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151.tar.gz
72
+ MODEL_DIR="$(realpath ./model)" bash ./ciru-runtime-v4.4.0-nixos-gfx1151/scripts/ciru/run-server.sh
73
+ ```
74
+
75
+ Append `--kairic-boost` to opt in. On Ubuntu/Debian, build the v4.4 source and its pinned HIP/ROCr using the [v4.4 build instructions](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/blob/v4.4.0/docs/BUILD_LINUX.md); that distro path is guidance, not a new qualification. The older release sections below retain their original measurements and instructions.
76
+
77
+ ## Previous v4.3 patch: speculative tuning
78
 
79
  V4.3 makes the tested speculative-decoding settings the defaults: **MTP depth 3 for IU4, depth 4 for Orca, and `LLAMA_MTP_QSA_MIN_T=1` for both**. Shorter draft batches reduce discarded speculative work; the lower threshold enables sparse draft attention for small batches. The corrected v4.2 inference binaries and existing model files are retained.
80
 
 
89
 
90
  [Hermes task results and grading notes](benchmarks/v4.3.0/HERMES-RESULTS.md) | [v4.3 release](https://github.com/ciru-ai/Qwen3.8-Flash-CIRU-STRIX-IU4/releases/tag/v4.3.0)
91
 
92
+ **Launcher update, 16 September:** the September 16 launcher checked the HIP library selected by the dynamic loader for the v4.2 indexed-attention correction before loading the model. It stops with upgrade instructions if an older or incomplete runtime is selected, and prints the actual server/library paths and library hash. Updating the model folder alone does not upgrade `RUNTIME_DIR`, `BUILD_DIR` or `SERVER_BIN`. This check was added after the immutable v4.3.0 tag; fetch the pinned historical launcher below to use it with an existing corrected v4.2/v4.3 installation.
93
 
94
+ For an existing **corrected v4.2 or v4.3** installation, download and verify the pinned historical launcher:
95
 
96
  ```bash
97
  hf download jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 \
98
+ --revision ed5ddb3dde4fe5bff9fc193800bcc2ecb299ebe5 run-server.sh launcher-checksums.sha256 --local-dir ./model
99
  (cd model && sha256sum -c launcher-checksums.sha256)
100
  RUNTIME_DIR="$(realpath ./ciru-runtime-v4.2.0)" bash ./model/run-server.sh
101
  ```
 
259
 
260
  ```bash
261
  hf download jcbtc/Qwen3.8-Flash-CIRU-STRIX-IU4 \
262
+ --revision ed5ddb3dde4fe5bff9fc193800bcc2ecb299ebe5 run-server.sh 'vision/*' --local-dir ./model
263
  (cd model/vision && sha256sum -c SHA256SUMS)
264
  ```
265
 
 
285
 
286
  Use your installed runtime directory in `RUNTIME_DIR`. **Do not add `--vision` to this older-launcher workaround.** It enables image input through `--mmproj` while retaining the runtime's usual MTP arguments. For a launcher inside the runtime directory, use that launcher path instead; Orca needs its Orca launcher/model selection. This is a startup option, not a per-request switch.
287
 
288
+ Those older-launcher instructions are historical. The v4.4 launcher requires the complete v4.4 runtime; use target-only mode for images.
289
 
290
  V4.2 includes this launcher behavior in its versioned runtime and model-side launcher. The workaround above remains for older installations.
291
 
benchmarks/v4.4.0/BOOST-HE0-9.json ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "finished_at": 1789608844.7464342,
3
+ "status": "SHORT_HE_SPEED_LEAD_ONE_QUOTE_STYLE_DIFFERENCE",
4
+ "baseline_tg": 60.35102655869076,
5
+ "kairic_tg": 64.06719136499001,
6
+ "change_pct": 6.157583421858304,
7
+ "baseline_request_seconds": 36.057379722595215,
8
+ "kairic_request_seconds": 33.86439895629883,
9
+ "request_time_pct": -6.081919382850121,
10
+ "output_exact_tasks": 9,
11
+ "tasks": 10,
12
+ "generated_tokens_each_arm": 1633,
13
+ "same_rendered_prompts": true,
14
+ "same_binary_and_environment": true,
15
+ "actual_lookup_admission": {
16
+ "observed": true,
17
+ "basis": "Native accepted-group mean exceeds4, which MTP depth3 alone cannot produce. Only additional proposer is ngram-mod24/64/64. This proves lookup contribution without changing log verbosity or running a profiler. Exact per-strategy proposal counts are not exposed at default verbosity.",
18
+ "mean_accept_lengths": [
19
+ 7.86,
20
+ 5.95,
21
+ 8.91,
22
+ 8.67,
23
+ 7.95,
24
+ 6.33,
25
+ 6.21,
26
+ 8.54,
27
+ 8.05,
28
+ 6.48
29
+ ]
30
+ },
31
+ "per_task": [
32
+ {
33
+ "task": "HumanEval/0",
34
+ "baseline_tg": 56.09397436570597,
35
+ "kairic_tg": 65.53199790297606,
36
+ "change_pct": 16.82537856158788,
37
+ "generated_tokens": 173,
38
+ "output_exact": true,
39
+ "baseline_output_sha256": "693c74127c0f8ff0d37eb26261623c8234dc8bbdb3897fcc539e9e4b41f792c8",
40
+ "candidate_output_sha256": "693c74127c0f8ff0d37eb26261623c8234dc8bbdb3897fcc539e9e4b41f792c8",
41
+ "prompt_cache_n": 0,
42
+ "mean_accept_length": 7.86
43
+ },
44
+ {
45
+ "task": "HumanEval/1",
46
+ "baseline_tg": 64.36654266122495,
47
+ "kairic_tg": 68.07682956479455,
48
+ "change_pct": 5.76430976430975,
49
+ "generated_tokens": 232,
50
+ "output_exact": false,
51
+ "baseline_output_sha256": "7f29163271dac8208879c5409b5706123765b6589a54c62f155f04d98ce67ce1",
52
+ "candidate_output_sha256": "3c01ecdd3836f91e31519071b59322e2d106da6d3f0c617e13b9b5c20172bb96",
53
+ "prompt_cache_n": 0,
54
+ "mean_accept_length": 5.95
55
+ },
56
+ {
57
+ "task": "HumanEval/2",
58
+ "baseline_tg": 63.59207801688104,
59
+ "kairic_tg": 63.10682802731999,
60
+ "change_pct": -0.7630667288970105,
61
+ "generated_tokens": 97,
62
+ "output_exact": true,
63
+ "baseline_output_sha256": "029220b47b8f0be3c68c840f5396b450f116e3c6da677a8f5d4853e808b098e4",
64
+ "candidate_output_sha256": "029220b47b8f0be3c68c840f5396b450f116e3c6da677a8f5d4853e808b098e4",
65
+ "prompt_cache_n": 0,
66
+ "mean_accept_length": 8.91
67
+ },
68
+ {
69
+ "task": "HumanEval/3",
70
+ "baseline_tg": 64.76202653665553,
71
+ "kairic_tg": 70.95304954842477,
72
+ "change_pct": 9.559649910376278,
73
+ "generated_tokens": 157,
74
+ "output_exact": true,
75
+ "baseline_output_sha256": "6a4eae059484f334f3a2e1c38db1c246e9cde1563e4d6053d594e5285e123065",
76
+ "candidate_output_sha256": "6a4eae059484f334f3a2e1c38db1c246e9cde1563e4d6053d594e5285e123065",
77
+ "prompt_cache_n": 0,
78
+ "mean_accept_length": 8.67
79
+ },
80
+ {
81
+ "task": "HumanEval/4",
82
+ "baseline_tg": 62.50495295944211,
83
+ "kairic_tg": 69.01277229235782,
84
+ "change_pct": 10.411685834142581,
85
+ "generated_tokens": 169,
86
+ "output_exact": true,
87
+ "baseline_output_sha256": "0c62e457d5759dd531027976692a157cd6425ad0ff0f8493a1c2370a9cfee9d5",
88
+ "candidate_output_sha256": "0c62e457d5759dd531027976692a157cd6425ad0ff0f8493a1c2370a9cfee9d5",
89
+ "prompt_cache_n": 0,
90
+ "mean_accept_length": 7.95
91
+ },
92
+ {
93
+ "task": "HumanEval/5",
94
+ "baseline_tg": 57.36296811743736,
95
+ "kairic_tg": 60.504919484956815,
96
+ "change_pct": 5.477316587047998,
97
+ "generated_tokens": 154,
98
+ "output_exact": true,
99
+ "baseline_output_sha256": "2a816aebf493a710e524a7029f70cda237cce08b76ebaa5e61ae48c1c740d0ec",
100
+ "candidate_output_sha256": "2a816aebf493a710e524a7029f70cda237cce08b76ebaa5e61ae48c1c740d0ec",
101
+ "prompt_cache_n": 0,
102
+ "mean_accept_length": 6.33
103
+ },
104
+ {
105
+ "task": "HumanEval/6",
106
+ "baseline_tg": 58.35354247096843,
107
+ "kairic_tg": 56.50370961443778,
108
+ "change_pct": -3.170043802312361,
109
+ "generated_tokens": 214,
110
+ "output_exact": true,
111
+ "baseline_output_sha256": "56b27b2443cbac3922e7cf433c03c49b6df95ae881ede6bc353c1f24d63068e5",
112
+ "candidate_output_sha256": "56b27b2443cbac3922e7cf433c03c49b6df95ae881ede6bc353c1f24d63068e5",
113
+ "prompt_cache_n": 0,
114
+ "mean_accept_length": 6.21
115
+ },
116
+ {
117
+ "task": "HumanEval/7",
118
+ "baseline_tg": 59.95297742149265,
119
+ "kairic_tg": 61.393533656930714,
120
+ "change_pct": 2.40281016455679,
121
+ "generated_tokens": 112,
122
+ "output_exact": true,
123
+ "baseline_output_sha256": "c5cdf9b7531a6e47b9643d72359f7dec793e83c6b213642fbb46edc8bc18ab24",
124
+ "candidate_output_sha256": "c5cdf9b7531a6e47b9643d72359f7dec793e83c6b213642fbb46edc8bc18ab24",
125
+ "prompt_cache_n": 0,
126
+ "mean_accept_length": 8.54
127
+ },
128
+ {
129
+ "task": "HumanEval/8",
130
+ "baseline_tg": 59.57582016045754,
131
+ "kairic_tg": 66.12844102608481,
132
+ "change_pct": 10.998792543650904,
133
+ "generated_tokens": 163,
134
+ "output_exact": true,
135
+ "baseline_output_sha256": "545a0ec81a61cb41f2193884ae8f45130beef02d62945cbc0e8a0ebd2c4789ed",
136
+ "candidate_output_sha256": "545a0ec81a61cb41f2193884ae8f45130beef02d62945cbc0e8a0ebd2c4789ed",
137
+ "prompt_cache_n": 0,
138
+ "mean_accept_length": 8.05
139
+ },
140
+ {
141
+ "task": "HumanEval/9",
142
+ "baseline_tg": 58.68910413087452,
143
+ "kairic_tg": 61.81577899591978,
144
+ "change_pct": 5.32752188220984,
145
+ "generated_tokens": 162,
146
+ "output_exact": true,
147
+ "baseline_output_sha256": "8f21fb93f42d7923cf137a57cfa23c432bacc0e74be98c5faeac45cb0484b69c",
148
+ "candidate_output_sha256": "8f21fb93f42d7923cf137a57cfa23c432bacc0e74be98c5faeac45cb0484b69c",
149
+ "prompt_cache_n": 0,
150
+ "mean_accept_length": 6.48
151
+ }
152
+ ],
153
+ "sqlite_rows_verified": 10,
154
+ "protocol": "One natural-EOS first response on HE0-9, greedy/non-thinking retained chat adapter, full262144 allocated context, MTP3 fallback; recent retained MTP-only control",
155
+ "limits": "One candidate load versus a recent retained control, no order-balanced repeats. Nine byte-exact outputs; HumanEval1 changes quote delimiters only and has an identical Python AST. No scored quality claim. This short non-thinking panel does not resolve the earlier long-copy/thinking trajectory concern. No production/profile change.",
156
+ "output_difference_review": [
157
+ {
158
+ "task": "HumanEval/1",
159
+ "byte_exact": false,
160
+ "python_ast_identical": true,
161
+ "ast_sha256": "8a77fd245e2f4f6d9dbd755aa8ba0a87f711b220c6f987f55708b29af473a626",
162
+ "diff": "--- MTP-only\n+++ Boost+MTP\n@@ -11,7 +11,7 @@\n ['()', '(())', '(()())']\n \"\"\"\n # Remove all spaces\n- paren_string = paren_string.replace(\" \", \"\")\n+ paren_string = paren_string.replace(' ', '')\n \n result = []\n current_group = []\n",
163
+ "scope": "Parse-only syntactic comparison of generated code; no code execution or benchmark correctness score."
164
+ }
165
+ ],
166
+ "classification": "NARROW: promising for this short coding workload; general exactness/quality qualification remains open."
167
+ }
benchmarks/v4.4.0/BUILD-PLAN.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "configure": [
3
+ "/home/halo/flash-amd-overnight-20260916/tools/cmake",
4
+ "-S",
5
+ "/home/halo/flash-combined-20260916/br-source",
6
+ "-B",
7
+ "/home/halo/flash-combined-20260916/br-build",
8
+ "-G",
9
+ "Ninja",
10
+ "-DCMAKE_BUILD_TYPE=Release",
11
+ "-DCMAKE_C_COMPILER=/nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc",
12
+ "-DCMAKE_CXX_COMPILER=/nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/g++",
13
+ "-DCMAKE_HIP_COMPILER=/srv/llm/toolchains/therock-gfx1151-10.0.0/bin/amdclang++",
14
+ "-DCMAKE_HIP_FLAGS=--gcc-toolchain=/nix/store/qxaq7jz61a6zkr2mq49i0zvqip2m2jj8-gcc-15.2.0 -idirafter /nix/store/15h9askp4k1lx44d9871wid23j2a8ijp-glibc-2.42-61-dev/include -B/nix/store/57iz36553175g3178pvxjij8z5rcsd4n-glibc-2.42-61/lib -B/nix/store/chqq8mpmpyfi9kgsngya71akv5xicn03-gcc-15.2.0-lib/lib -L/nix/store/57iz36553175g3178pvxjij8z5rcsd4n-glibc-2.42-61/lib -L/nix/store/chqq8mpmpyfi9kgsngya71akv5xicn03-gcc-15.2.0-lib/lib -Wl,-rpath,/srv/llm/toolchains/therock-gfx1151-10.0.0/lib:/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib:/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib:/nix/store/chqq8mpmpyfi9kgsngya71akv5xicn03-gcc-15.2.0-lib/lib:/nix/store/57iz36553175g3178pvxjij8z5rcsd4n-glibc-2.42-61/lib -Wl,--dynamic-linker,/nix/store/57iz36553175g3178pvxjij8z5rcsd4n-glibc-2.42-61/lib/ld-linux-x86-64.so.2",
15
+ "-DCMAKE_PREFIX_PATH=/srv/llm/toolchains/therock-gfx1151-10.0.0",
16
+ "-DCMAKE_MAKE_PROGRAM=/home/halo/flash-amd-overnight-20260916/tools/ninja",
17
+ "-DGGML_HIP=ON",
18
+ "-DGPU_TARGETS=gfx1151",
19
+ "-DGGML_CUDA=OFF",
20
+ "-DGGML_VULKAN=OFF",
21
+ "-DGGML_HIP_NO_VMM=ON",
22
+ "-DGGML_HIP_GRAPHS=ON",
23
+ "-DGGML_HIP_MMQ_MFMA=ON",
24
+ "-DGGML_NATIVE=ON",
25
+ "-DGGML_HIP_RCCL=OFF",
26
+ "-DGGML_CUDA_FA=ON",
27
+ "-DGGML_CUDA_FA_ALL_QUANTS=OFF",
28
+ "-DGGML_BUILD_TESTS=OFF",
29
+ "-DGGML_BUILD_EXAMPLES=OFF",
30
+ "-DCMAKE_EXPORT_COMPILE_COMMANDS=ON",
31
+ "-DLLAMA_BUILD_TESTS=OFF",
32
+ "-DLLAMA_BUILD_EXAMPLES=OFF",
33
+ "-DLLAMA_BUILD_SERVER=ON",
34
+ "-DLLAMA_OPENSSL=OFF",
35
+ "-DLLAMA_CURL=OFF"
36
+ ],
37
+ "env": {
38
+ "LOGNAME": "halo",
39
+ "HOME": "/home/halo",
40
+ "USER": "halo",
41
+ "PATH": "/home/halo/flash-amd-overnight-20260916/tools:/srv/llm/toolchains/therock-gfx1151-10.0.0/bin:/run/current-system/sw/bin",
42
+ "ROCM_PATH": "/srv/llm/toolchains/therock-gfx1151-10.0.0",
43
+ "HIP_PATH": "/srv/llm/toolchains/therock-gfx1151-10.0.0",
44
+ "HIP_PLATFORM": "amd",
45
+ "LD_LIBRARY_PATH": "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib:/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib:/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib:/nix/store/chqq8mpmpyfi9kgsngya71akv5xicn03-gcc-15.2.0-lib/lib:/nix/store/57iz36553175g3178pvxjij8z5rcsd4n-glibc-2.42-61/lib",
46
+ "GIT_CEILING_DIRECTORIES": "/home/halo/flash-combined-20260916",
47
+ "LANG": "C.UTF-8"
48
+ },
49
+ "build": [
50
+ "/home/halo/flash-amd-overnight-20260916/tools/cmake",
51
+ "--build",
52
+ "/home/halo/flash-combined-20260916/br-build",
53
+ "--target",
54
+ "llama-server",
55
+ "--parallel",
56
+ "2"
57
+ ]
58
+ }
benchmarks/v4.4.0/FINAL-CORRECTNESS-RESULTS.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "label": "native-exact-and-GDN-admission",
4
+ "seconds": 38.50911761820316,
5
+ "passed": true
6
+ },
7
+ {
8
+ "label": "final-state",
9
+ "seconds": 49.369118029018864,
10
+ "passed": true
11
+ },
12
+ {
13
+ "label": "final-wide-oracles",
14
+ "seconds": 15.24582684203051,
15
+ "passed": true
16
+ }
17
+ ]
benchmarks/v4.4.0/FINAL-PACKAGE.json ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generated_at": "2026-09-17T00:45:47.431854+00:00",
3
+ "candidate": "final-all-v1-pm4",
4
+ "source_archive_sha256": "2ac154ad944f906d5b1e11d816f5e2e1631d44002dd633bfbbb3a2a1a4cb2568",
5
+ "binaries": {
6
+ "libggml-base.so": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
7
+ "libggml-base.so.0": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
8
+ "libggml-base.so.0.23.0": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
9
+ "libggml-cpu.so": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
10
+ "libggml-cpu.so.0": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
11
+ "libggml-cpu.so.0.23.0": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
12
+ "libggml-hip.so": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
13
+ "libggml-hip.so.0": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
14
+ "libggml-hip.so.0.23.0": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
15
+ "libggml.so": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
16
+ "libggml.so.0": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
17
+ "libggml.so.0.23.0": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
18
+ "libllama-bench-impl.so": "73bc9ba833d55ef859878c7adbdad2c4980dc0c5a5a57ad92577cd277b5da1c6",
19
+ "libllama-common.so": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
20
+ "libllama-common.so.0": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
21
+ "libllama-common.so.0.4.0": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
22
+ "libllama-server-impl.so": "9512847e3bce1fb83035030f8d58c4740a6391597a145fc94220e85e748e38ef",
23
+ "libllama.so": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
24
+ "libllama.so.0": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
25
+ "libllama.so.0.4.0": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
26
+ "libmtmd.so": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
27
+ "libmtmd.so.0": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
28
+ "libmtmd.so.0.4.0": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
29
+ "llama-bench": "38c47483355c5513f62689212dbbb21bf8e9b8120acfb5bae09418919117c174",
30
+ "llama-server": "d043c046f911680bef100c711cf825a06e457ad2b163abcc5f30e19dc3e5074d"
31
+ },
32
+ "runtime_libraries": {
33
+ "/home/halo/flash-combined-20260916/custom-runtime-r3/runtime/hip/lib/libamdhip64.so.7.16.26366-7dda3ac": "3e8499d8e47d9db4f2a3140c0f3b4960167b27384dec5f9c1b9eef1f9cd94d26",
34
+ "/home/halo/flash-combined-20260916/custom-runtime-r3/runtime/rocr/lib/libhsa-runtime64.so.1.21.0": "3478dde41ccdba3561f1a1d938587fdf6919e6015f268ec8bb611a06c052dcc7"
35
+ },
36
+ "evidence_sha256": {
37
+ "FINAL-ALL-SOURCE.json": "e9aaebfab32fa8c4da4daf47204f9106f00021e612ad0685917c9d30a9f6ef2a",
38
+ "FINAL-CORRECTNESS-RESULTS.json": "6e7d4a92d96f36c466d6582b8cf8444d5b794cb4ec1eb0f28a7679ff87650f9e",
39
+ "FINAL-GDN-ADMISSION.json": "5c6916dafb6145dedc1243a876531d76f54e3f395b0264b5b78dac917c86a113",
40
+ "FINAL-GDN-ATTRIBUTION.json": "9890d2bf22a9586f7fb034d7ebae30b9934127756c1ac9a284262304e672470d",
41
+ "FINAL-PERFORMANCE-ANALYSIS.json": "7df87e7cdb15f0faded591e2afccb63f5d40e379141a82ceaa3472f1cbde3289",
42
+ "FINAL-PERFORMANCE-TELEMETRY-AUDIT.json": "5d3080015bf9e2f3901e818381e8edfd825d62ea96e342acb5795033f72c2723",
43
+ "FINAL-EVIDENCE-AUDIT.json": "3519fc4cc5d7dac9461ba2ae16e0eca7a71e2104e373191657c36a4dc69c31a8",
44
+ "VISION-REGRESSION-CHECK.json": "ab4b12da378145db2240bcd7f973a509013fe95113013f3fcfae780fc2750248",
45
+ "VISION-TARGETONLY-CHECK.json": "7121a9ba8fa2294b924785d2e9de7684aa8c4a7d55d33bba81f227adfa482160",
46
+ "attention-cost/RESULTS.json": "ad56d722bb6d9c60cd191ec8b6f1e14e8e13372d269e4ebb11947d5bcb6780cf",
47
+ "quality-evidence/final-iu4-all-v1/FINAL-QUALITY-REVIEW.json": "6878ead22d2be145a3729566b1beab98caae6dc8544a0173da27e17b60cb9911",
48
+ "quality-evidence/final-iu4-all-v1/protocol.lock.json": "6465f9465b78e9ca0b1456a8dfee2fd6df7e04681c7169dfefed9ebf9e025075",
49
+ "model-inputs/IU4.json": "673b8b5e8e8b46f1af7c4c5bd521fb97e19d3f599b85ef8ddb7cfbcdcbf50b64",
50
+ "FINAL-CAPACITY-REVIEW.json": "db0d6ed7c7da14e1d24848dcd69cc6224ac53b9bf377fe56b6c088defe22e63a",
51
+ "FINAL-RESTORATION-AUDIT.json": "ee2d9b79f96e1d3e76503a20d087f9271c79106fda631c642dca1bed7d1ffed4",
52
+ "FINAL-SELECTION.json": "9f60fcdb49e32e664d8bcce2e4b9ecb63f401be64ff431c16d0b2373968e99bc",
53
+ "ACTIVE-SCOPE.json": "9c7bba90e1f8e8d1e20aec799621bab78393717de3defc7ebbbc650cf8b97a40",
54
+ "quality-evidence/final-iu4-all-v1/QUALITY-STORE-RECEIPT.json": "b052a95015e6783e9398f03064949143128149cfd3e1d54151bcb1709d8f34b7",
55
+ "capacity-final/ACTUAL-PROCESS.json": "1c0931329a49dc8e70d7b2633c9189e1d509ba1f9792d849418b53ae853745ad",
56
+ "capacity-final/MAPPED-LIBRARIES.json": "61be0800679cc99d3fe450b2789ed8da185a026d511f2c908f8e54bdd6722aa0"
57
+ },
58
+ "capacity": {
59
+ "passed": true,
60
+ "arm": "final-all-v1-pm4",
61
+ "context": 524288,
62
+ "pp": 604.651077,
63
+ "seconds": 867.091815624,
64
+ "warmup_excluded": 8192,
65
+ "quality_claim": false,
66
+ "MTP": false,
67
+ "minimum_available_gib": 9.750164031982422,
68
+ "guard_floor_gib": 3.0,
69
+ "peak_gtt_gib": 105.04671478271484,
70
+ "peak_system_ram_used_gib": 115.34303665161133,
71
+ "service_restored": {
72
+ "unit": "ActiveState=active\nFragmentPath=/etc/systemd/user/qwen-main.service\nUnitFileState=enabled",
73
+ "unchanged": true,
74
+ "health": {
75
+ "status": "ok"
76
+ },
77
+ "time": 1789606474.1872625
78
+ }
79
+ },
80
+ "production_deployed": false,
81
+ "qualification": "Text serving/correctness and no-new-failure quality gate pass; target-only vision passes; MTP-plus-vision remains incompatible in baseline and candidate.",
82
+ "quality_raw_archive": {
83
+ "path": "flash-final-quality-full.tar.gz",
84
+ "sha256": "39ec7ef32bc129806d3a0cacb19d1c3b6c8e4515aa243d77b376266bb7f2e3a7",
85
+ "scope": "All20first-trajectory native agent,tool,verifier and model transport records; copied from Ciru after completion."
86
+ },
87
+ "completed_at": "2026-09-17T00:56:34.320410+00:00",
88
+ "status": "COMPLETE_WITH_SCOPED_LIMITATIONS",
89
+ "restoration": {
90
+ "checked_at": 1789606530.0950582,
91
+ "main_pid": "1188571",
92
+ "health": {
93
+ "status": "ok"
94
+ },
95
+ "unit": "ActiveState=active\nFragmentPath=/etc/systemd/user/qwen-main.service\nUnitFileState=enabled",
96
+ "launch_arguments_unchanged": true,
97
+ "gpu_owners_all_in_main_service": true,
98
+ "owned_campaign_processes": [],
99
+ "production_engine_or_profile_changed": false
100
+ },
101
+ "tests_remaining": 0,
102
+ "reports_sha256": {
103
+ "RESULTS.md": "2694ceb248c2853142fa464f4a03982ce94203adb1f5725ac5682cbe3dda5989",
104
+ "REPRODUCTION.md": "ebde26c31e7bd6b7a6a043cc37d425ce9d2ecb6a8fee882ae29bcb7fc3eaa5a5",
105
+ "candidates.json": "1f91556041add59273bae8c7dd61a15290591faf066493158ee781885ed9ef06",
106
+ "PLAN.md": "4cd52e23878142f6ed5f7ef32789db1dbd93cb272ed16619cb8b8d486015da9f"
107
+ },
108
+ "prior_candidates_sha256_at_combined_completion": "dbcc9a48729801e96139f276aaf13e5234008def6093583f6a3f2df9e1f9f471",
109
+ "followup_updated_at": "2026-09-17T01:36:05.152740+00:00",
110
+ "followup_note": "User-requested Kairic Boost short HumanEval check recorded in candidate L followups; original final-all-v1-pm4 selection and production configuration unchanged."
111
+ }
benchmarks/v4.4.0/FINAL-PERFORMANCE-ANALYSIS.json ADDED
@@ -0,0 +1,697 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "scope": "Single matched final IU4 two-arm block, not independent temporal mirrors or standalone per-patch effects. Fixed-token speed probes; no quality score. Baseline B2 already contains S5 and D0.",
3
+ "cases": [
4
+ {
5
+ "case": "incident-r0",
6
+ "baseline_tg": 37.7877302722166,
7
+ "candidate_tg": 44.53075218801981,
8
+ "tg_pct": 17.84447456152458,
9
+ "baseline_pp": 824.2772548132926,
10
+ "candidate_pp": 889.1267211393995,
11
+ "cross_arm_text_exact": true,
12
+ "candidate_canonical_text_exact": true,
13
+ "prompt_work_comparable": true,
14
+ "baseline_timings": {
15
+ "cache_n": 0,
16
+ "prompt_n": 12960,
17
+ "prompt_ms": 15722.865,
18
+ "prompt_per_token_ms": 1.2131840277777777,
19
+ "prompt_per_second": 824.2772548132926,
20
+ "predicted_n": 512,
21
+ "predicted_ms": 13522.908,
22
+ "predicted_per_token_ms": 26.463616438356162,
23
+ "predicted_per_second": 37.7877302722166,
24
+ "draft_n": 469,
25
+ "draft_n_accepted": 353
26
+ },
27
+ "candidate_timings": {
28
+ "cache_n": 0,
29
+ "prompt_n": 12960,
30
+ "prompt_ms": 14576.1,
31
+ "prompt_per_token_ms": 1.124699074074074,
32
+ "prompt_per_second": 889.1267211393995,
33
+ "predicted_n": 512,
34
+ "predicted_ms": 11475.216,
35
+ "predicted_per_token_ms": 22.456391389432486,
36
+ "predicted_per_second": 44.53075218801981,
37
+ "draft_n": 469,
38
+ "draft_n_accepted": 353
39
+ },
40
+ "baseline_memory": {
41
+ "idle": {
42
+ "t": 1789602929.0682585,
43
+ "ram_total_bytes": 134309666816,
44
+ "ram_used_bytes": 104068890624,
45
+ "ram_available_bytes": 30240776192,
46
+ "vram_total_bytes": null,
47
+ "vram_used_bytes": null,
48
+ "gtt_total_bytes": null,
49
+ "gtt_used_bytes": null
50
+ },
51
+ "last": {
52
+ "t": 1789602958.3758624,
53
+ "ram_total_bytes": 134309666816,
54
+ "ram_used_bytes": 108090400768,
55
+ "ram_available_bytes": 26219266048,
56
+ "vram_total_bytes": null,
57
+ "vram_used_bytes": null,
58
+ "gtt_total_bytes": null,
59
+ "gtt_used_bytes": null
60
+ },
61
+ "sample_count": 119,
62
+ "peak_ram_used_bytes": 108330250240,
63
+ "delta_ram_used_bytes": 4261359616
64
+ },
65
+ "candidate_memory": {
66
+ "idle": {
67
+ "t": 1789603503.0725048,
68
+ "ram_total_bytes": 134309666816,
69
+ "ram_used_bytes": 104604065792,
70
+ "ram_available_bytes": 29705601024,
71
+ "vram_total_bytes": null,
72
+ "vram_used_bytes": null,
73
+ "gtt_total_bytes": null,
74
+ "gtt_used_bytes": null
75
+ },
76
+ "last": {
77
+ "t": 1789603529.186254,
78
+ "ram_total_bytes": 134309666816,
79
+ "ram_used_bytes": 108212645888,
80
+ "ram_available_bytes": 26097020928,
81
+ "vram_total_bytes": null,
82
+ "vram_used_bytes": null,
83
+ "gtt_total_bytes": null,
84
+ "gtt_used_bytes": null
85
+ },
86
+ "sample_count": 106,
87
+ "peak_ram_used_bytes": 108486135808,
88
+ "delta_ram_used_bytes": 3882070016
89
+ },
90
+ "pp_pct": 7.867433675674573,
91
+ "ttfp_ms": {
92
+ "baseline": 15783.607006072998,
93
+ "candidate": 14637.105464935303,
94
+ "change_pct": -7.263875365729522
95
+ },
96
+ "total_ms": {
97
+ "baseline": 29307.98888206482,
98
+ "candidate": 26114.10355567932,
99
+ "change_pct": -10.897661177768537
100
+ }
101
+ },
102
+ {
103
+ "case": "A1-r0",
104
+ "baseline_tg": 39.79633018531356,
105
+ "candidate_tg": 43.83965208852103,
106
+ "tg_pct": 10.160037079749685,
107
+ "baseline_pp": 917.0627147153697,
108
+ "candidate_pp": 951.3390182805041,
109
+ "cross_arm_text_exact": true,
110
+ "candidate_canonical_text_exact": true,
111
+ "prompt_work_comparable": true,
112
+ "baseline_timings": {
113
+ "cache_n": 0,
114
+ "prompt_n": 5247,
115
+ "prompt_ms": 5721.528,
116
+ "prompt_per_token_ms": 1.0904379645511721,
117
+ "prompt_per_second": 917.0627147153697,
118
+ "predicted_n": 256,
119
+ "predicted_ms": 6407.626,
120
+ "predicted_per_token_ms": 25.127945098039216,
121
+ "predicted_per_second": 39.79633018531356,
122
+ "draft_n": 243,
123
+ "draft_n_accepted": 173
124
+ },
125
+ "candidate_timings": {
126
+ "cache_n": 0,
127
+ "prompt_n": 5247,
128
+ "prompt_ms": 5515.384,
129
+ "prompt_per_token_ms": 1.051149990470745,
130
+ "prompt_per_second": 951.3390182805041,
131
+ "predicted_n": 256,
132
+ "predicted_ms": 5816.652,
133
+ "predicted_per_token_ms": 22.8104,
134
+ "predicted_per_second": 43.83965208852103,
135
+ "draft_n": 243,
136
+ "draft_n_accepted": 173
137
+ },
138
+ "baseline_memory": {
139
+ "idle": {
140
+ "t": 1789602958.399876,
141
+ "ram_total_bytes": 134309666816,
142
+ "ram_used_bytes": 108089262080,
143
+ "ram_available_bytes": 26220404736,
144
+ "vram_total_bytes": null,
145
+ "vram_used_bytes": null,
146
+ "gtt_total_bytes": null,
147
+ "gtt_used_bytes": null
148
+ },
149
+ "last": {
150
+ "t": 1789602970.6784027,
151
+ "ram_total_bytes": 134309666816,
152
+ "ram_used_bytes": 109161226240,
153
+ "ram_available_bytes": 25148440576,
154
+ "vram_total_bytes": null,
155
+ "vram_used_bytes": null,
156
+ "gtt_total_bytes": null,
157
+ "gtt_used_bytes": null
158
+ },
159
+ "sample_count": 51,
160
+ "peak_ram_used_bytes": 109244203008,
161
+ "delta_ram_used_bytes": 1154940928
162
+ },
163
+ "candidate_memory": {
164
+ "idle": {
165
+ "t": 1789603529.2159796,
166
+ "ram_total_bytes": 134309666816,
167
+ "ram_used_bytes": 108211982336,
168
+ "ram_available_bytes": 26097684480,
169
+ "vram_total_bytes": null,
170
+ "vram_used_bytes": null,
171
+ "gtt_total_bytes": null,
172
+ "gtt_used_bytes": null
173
+ },
174
+ "last": {
175
+ "t": 1789603540.6942146,
176
+ "ram_total_bytes": 134309666816,
177
+ "ram_used_bytes": 109445541888,
178
+ "ram_available_bytes": 24864124928,
179
+ "vram_total_bytes": null,
180
+ "vram_used_bytes": null,
181
+ "gtt_total_bytes": null,
182
+ "gtt_used_bytes": null
183
+ },
184
+ "sample_count": 47,
185
+ "peak_ram_used_bytes": 109457702912,
186
+ "delta_ram_used_bytes": 1245720576
187
+ },
188
+ "pp_pct": 3.7376182691903237,
189
+ "ttfp_ms": {
190
+ "baseline": 5869.6653842926025,
191
+ "candidate": 5659.878969192505,
192
+ "change_pct": -3.5740779306004833
193
+ },
194
+ "total_ms": {
195
+ "baseline": 12278.690814971924,
196
+ "candidate": 11478.629350662231,
197
+ "change_pct": -6.5158531668062185
198
+ }
199
+ },
200
+ {
201
+ "case": "B1-r0",
202
+ "baseline_tg": 41.541519445422345,
203
+ "candidate_tg": 45.189249920475774,
204
+ "tg_pct": 8.780926946704138,
205
+ "baseline_pp": 932.4374683123201,
206
+ "candidate_pp": 970.7405083150297,
207
+ "cross_arm_text_exact": true,
208
+ "candidate_canonical_text_exact": true,
209
+ "prompt_work_comparable": true,
210
+ "baseline_timings": {
211
+ "cache_n": 0,
212
+ "prompt_n": 5247,
213
+ "prompt_ms": 5627.187,
214
+ "prompt_per_token_ms": 1.0724579759862778,
215
+ "prompt_per_second": 932.4374683123201,
216
+ "predicted_n": 256,
217
+ "predicted_ms": 6138.437,
218
+ "predicted_per_token_ms": 24.072301960784312,
219
+ "predicted_per_second": 41.541519445422345,
220
+ "draft_n": 230,
221
+ "draft_n_accepted": 178
222
+ },
223
+ "candidate_timings": {
224
+ "cache_n": 0,
225
+ "prompt_n": 5247,
226
+ "prompt_ms": 5405.152,
227
+ "prompt_per_token_ms": 1.0301414141414142,
228
+ "prompt_per_second": 970.7405083150297,
229
+ "predicted_n": 256,
230
+ "predicted_ms": 5642.935,
231
+ "predicted_per_token_ms": 22.1291568627451,
232
+ "predicted_per_second": 45.189249920475774,
233
+ "draft_n": 230,
234
+ "draft_n_accepted": 178
235
+ },
236
+ "baseline_memory": {
237
+ "idle": {
238
+ "t": 1789602970.6939769,
239
+ "ram_total_bytes": 134309666816,
240
+ "ram_used_bytes": 109159923712,
241
+ "ram_available_bytes": 25149743104,
242
+ "vram_total_bytes": null,
243
+ "vram_used_bytes": null,
244
+ "gtt_total_bytes": null,
245
+ "gtt_used_bytes": null
246
+ },
247
+ "last": {
248
+ "t": 1789602982.4689696,
249
+ "ram_total_bytes": 134309666816,
250
+ "ram_used_bytes": 109052878848,
251
+ "ram_available_bytes": 25256787968,
252
+ "vram_total_bytes": null,
253
+ "vram_used_bytes": null,
254
+ "gtt_total_bytes": null,
255
+ "gtt_used_bytes": null
256
+ },
257
+ "sample_count": 48,
258
+ "peak_ram_used_bytes": 109159923712,
259
+ "delta_ram_used_bytes": 0
260
+ },
261
+ "candidate_memory": {
262
+ "idle": {
263
+ "t": 1789603540.7137277,
264
+ "ram_total_bytes": 134309666816,
265
+ "ram_used_bytes": 109446057984,
266
+ "ram_available_bytes": 24863608832,
267
+ "vram_total_bytes": null,
268
+ "vram_used_bytes": null,
269
+ "gtt_total_bytes": null,
270
+ "gtt_used_bytes": null
271
+ },
272
+ "last": {
273
+ "t": 1789603551.8952494,
274
+ "ram_total_bytes": 134309666816,
275
+ "ram_used_bytes": 108821299200,
276
+ "ram_available_bytes": 25488367616,
277
+ "vram_total_bytes": null,
278
+ "vram_used_bytes": null,
279
+ "gtt_total_bytes": null,
280
+ "gtt_used_bytes": null
281
+ },
282
+ "sample_count": 46,
283
+ "peak_ram_used_bytes": 109446057984,
284
+ "delta_ram_used_bytes": 0
285
+ },
286
+ "pp_pct": 4.107840075542746,
287
+ "ttfp_ms": {
288
+ "baseline": 5635.688066482544,
289
+ "candidate": 5537.263631820679,
290
+ "change_pct": -1.7464492977748436
291
+ },
292
+ "total_ms": {
293
+ "baseline": 11775.2685546875,
294
+ "candidate": 11182.04641342163,
295
+ "change_pct": -5.037865068731017
296
+ }
297
+ },
298
+ {
299
+ "case": "A2-r0",
300
+ "baseline_tg": 40.035985285597874,
301
+ "candidate_tg": 44.3758330257479,
302
+ "tg_pct": null,
303
+ "baseline_pp": 929.8286807933757,
304
+ "candidate_pp": 39.90622038210206,
305
+ "cross_arm_text_exact": false,
306
+ "candidate_canonical_text_exact": true,
307
+ "prompt_work_comparable": false,
308
+ "baseline_timings": {
309
+ "cache_n": 0,
310
+ "prompt_n": 5247,
311
+ "prompt_ms": 5642.975,
312
+ "prompt_per_token_ms": 1.0754669334858016,
313
+ "prompt_per_second": 929.8286807933757,
314
+ "predicted_n": 256,
315
+ "predicted_ms": 6369.27,
316
+ "predicted_per_token_ms": 24.977529411764706,
317
+ "predicted_per_second": 40.035985285597874,
318
+ "draft_n": 242,
319
+ "draft_n_accepted": 174
320
+ },
321
+ "candidate_timings": {
322
+ "cache_n": 5243,
323
+ "prompt_n": 4,
324
+ "prompt_ms": 100.235,
325
+ "prompt_per_token_ms": 25.05875,
326
+ "prompt_per_second": 39.90622038210206,
327
+ "predicted_n": 256,
328
+ "predicted_ms": 5746.371,
329
+ "predicted_per_token_ms": 22.53478823529412,
330
+ "predicted_per_second": 44.3758330257479,
331
+ "draft_n": 243,
332
+ "draft_n_accepted": 173
333
+ },
334
+ "baseline_memory": {
335
+ "idle": {
336
+ "t": 1789602982.4912872,
337
+ "ram_total_bytes": 134309666816,
338
+ "ram_used_bytes": 109052764160,
339
+ "ram_available_bytes": 25256902656,
340
+ "vram_total_bytes": null,
341
+ "vram_used_bytes": null,
342
+ "gtt_total_bytes": null,
343
+ "gtt_used_bytes": null
344
+ },
345
+ "last": {
346
+ "t": 1789602994.5130851,
347
+ "ram_total_bytes": 134309666816,
348
+ "ram_used_bytes": 109049774080,
349
+ "ram_available_bytes": 25259892736,
350
+ "vram_total_bytes": null,
351
+ "vram_used_bytes": null,
352
+ "gtt_total_bytes": null,
353
+ "gtt_used_bytes": null
354
+ },
355
+ "sample_count": 49,
356
+ "peak_ram_used_bytes": 109101096960,
357
+ "delta_ram_used_bytes": 48332800
358
+ },
359
+ "candidate_memory": {
360
+ "idle": {
361
+ "t": 1789603551.9198458,
362
+ "ram_total_bytes": 134309666816,
363
+ "ram_used_bytes": 108821061632,
364
+ "ram_available_bytes": 25488605184,
365
+ "vram_total_bytes": null,
366
+ "vram_used_bytes": null,
367
+ "gtt_total_bytes": null,
368
+ "gtt_used_bytes": null
369
+ },
370
+ "last": {
371
+ "t": 1789603557.887965,
372
+ "ram_total_bytes": 134309666816,
373
+ "ram_used_bytes": 108725809152,
374
+ "ram_available_bytes": 25583857664,
375
+ "vram_total_bytes": null,
376
+ "vram_used_bytes": null,
377
+ "gtt_total_bytes": null,
378
+ "gtt_used_bytes": null
379
+ },
380
+ "sample_count": 25,
381
+ "peak_ram_used_bytes": 108821061632,
382
+ "delta_ram_used_bytes": 0
383
+ },
384
+ "pp_pct": null,
385
+ "comparison_note": "Prompt restoration changes fresh-token count; use cached/fresh counts and first-token/total latency, not a PP throughput percentage.",
386
+ "ttfp_ms": {
387
+ "baseline": 5652.848482131958,
388
+ "candidate": 220.4749584197998,
389
+ "change_pct": -96.09975467913748
390
+ },
391
+ "total_ms": {
392
+ "baseline": 12022.283792495728,
393
+ "candidate": 5968.55354309082,
394
+ "change_pct": -50.354245115920705
395
+ }
396
+ },
397
+ {
398
+ "case": "B2-r0",
399
+ "baseline_tg": 41.30325203989474,
400
+ "candidate_tg": 46.83362455889154,
401
+ "tg_pct": 13.389678163005247,
402
+ "baseline_pp": 929.6082623341406,
403
+ "candidate_pp": 39.69947497444346,
404
+ "cross_arm_text_exact": true,
405
+ "candidate_canonical_text_exact": true,
406
+ "prompt_work_comparable": false,
407
+ "baseline_timings": {
408
+ "cache_n": 0,
409
+ "prompt_n": 5247,
410
+ "prompt_ms": 5644.313,
411
+ "prompt_per_token_ms": 1.0757219363445778,
412
+ "prompt_per_second": 929.6082623341406,
413
+ "predicted_n": 256,
414
+ "predicted_ms": 6173.848,
415
+ "predicted_per_token_ms": 24.21116862745098,
416
+ "predicted_per_second": 41.30325203989474,
417
+ "draft_n": 230,
418
+ "draft_n_accepted": 178
419
+ },
420
+ "candidate_timings": {
421
+ "cache_n": 5243,
422
+ "prompt_n": 4,
423
+ "prompt_ms": 100.757,
424
+ "prompt_per_token_ms": 25.18925,
425
+ "prompt_per_second": 39.69947497444346,
426
+ "predicted_n": 256,
427
+ "predicted_ms": 5444.806,
428
+ "predicted_per_token_ms": 21.35218039215686,
429
+ "predicted_per_second": 46.83362455889154,
430
+ "draft_n": 230,
431
+ "draft_n_accepted": 178
432
+ },
433
+ "baseline_memory": {
434
+ "idle": {
435
+ "t": 1789602994.5375905,
436
+ "ram_total_bytes": 134309666816,
437
+ "ram_used_bytes": 109053657088,
438
+ "ram_available_bytes": 25256009728,
439
+ "vram_total_bytes": null,
440
+ "vram_used_bytes": null,
441
+ "gtt_total_bytes": null,
442
+ "gtt_used_bytes": null
443
+ },
444
+ "last": {
445
+ "t": 1789603006.3658593,
446
+ "ram_total_bytes": 134309666816,
447
+ "ram_used_bytes": 109109821440,
448
+ "ram_available_bytes": 25199845376,
449
+ "vram_total_bytes": null,
450
+ "vram_used_bytes": null,
451
+ "gtt_total_bytes": null,
452
+ "gtt_used_bytes": null
453
+ },
454
+ "sample_count": 49,
455
+ "peak_ram_used_bytes": 109136678912,
456
+ "delta_ram_used_bytes": 83021824
457
+ },
458
+ "candidate_memory": {
459
+ "idle": {
460
+ "t": 1789603557.9165292,
461
+ "ram_total_bytes": 134309666816,
462
+ "ram_used_bytes": 108725809152,
463
+ "ram_available_bytes": 25583857664,
464
+ "vram_total_bytes": null,
465
+ "vram_used_bytes": null,
466
+ "gtt_total_bytes": null,
467
+ "gtt_used_bytes": null
468
+ },
469
+ "last": {
470
+ "t": 1789603563.5847316,
471
+ "ram_total_bytes": 134309666816,
472
+ "ram_used_bytes": 108616736768,
473
+ "ram_available_bytes": 25692930048,
474
+ "vram_total_bytes": null,
475
+ "vram_used_bytes": null,
476
+ "gtt_total_bytes": null,
477
+ "gtt_used_bytes": null
478
+ },
479
+ "sample_count": 24,
480
+ "peak_ram_used_bytes": 108725809152,
481
+ "delta_ram_used_bytes": 0
482
+ },
483
+ "pp_pct": null,
484
+ "comparison_note": "Prompt restoration changes fresh-token count; use cached/fresh counts and first-token/total latency, not a PP throughput percentage.",
485
+ "ttfp_ms": {
486
+ "baseline": 5652.911901473999,
487
+ "candidate": 221.79675102233887,
488
+ "change_pct": -96.07641592708165
489
+ },
490
+ "total_ms": {
491
+ "baseline": 11828.643798828125,
492
+ "candidate": 5668.706178665161,
493
+ "change_pct": -52.07644870304773
494
+ }
495
+ },
496
+ {
497
+ "case": "240k-r0",
498
+ "baseline_tg": 7.619547607925039,
499
+ "candidate_tg": 21.14235845035863,
500
+ "tg_pct": 177.47524575302353,
501
+ "baseline_pp": 751.1453522464128,
502
+ "candidate_pp": 761.2549339625284,
503
+ "cross_arm_text_exact": true,
504
+ "candidate_canonical_text_exact": true,
505
+ "prompt_work_comparable": true,
506
+ "baseline_timings": {
507
+ "cache_n": 0,
508
+ "prompt_n": 245760,
509
+ "prompt_ms": 327180.351,
510
+ "prompt_per_token_ms": 1.3313002563476564,
511
+ "prompt_per_second": 751.1453522464128,
512
+ "predicted_n": 512,
513
+ "predicted_ms": 67064.349,
514
+ "predicted_per_token_ms": 131.24138747553818,
515
+ "predicted_per_second": 7.619547607925039,
516
+ "draft_n": 623,
517
+ "draft_n_accepted": 302
518
+ },
519
+ "candidate_timings": {
520
+ "cache_n": 0,
521
+ "prompt_n": 245760,
522
+ "prompt_ms": 322835.346,
523
+ "prompt_per_token_ms": 1.3136203857421875,
524
+ "prompt_per_second": 761.2549339625284,
525
+ "predicted_n": 512,
526
+ "predicted_ms": 24169.489,
527
+ "predicted_per_token_ms": 47.29841291585127,
528
+ "predicted_per_second": 21.14235845035863,
529
+ "draft_n": 623,
530
+ "draft_n_accepted": 302
531
+ },
532
+ "baseline_memory": {
533
+ "idle": {
534
+ "t": 1789603006.3926795,
535
+ "ram_total_bytes": 134309666816,
536
+ "ram_used_bytes": 109117845504,
537
+ "ram_available_bytes": 25191821312,
538
+ "vram_total_bytes": null,
539
+ "vram_used_bytes": null,
540
+ "gtt_total_bytes": null,
541
+ "gtt_used_bytes": null
542
+ },
543
+ "last": {
544
+ "t": 1789603400.972394,
545
+ "ram_total_bytes": 134309666816,
546
+ "ram_used_bytes": 112018915328,
547
+ "ram_available_bytes": 22290751488,
548
+ "vram_total_bytes": null,
549
+ "vram_used_bytes": null,
550
+ "gtt_total_bytes": null,
551
+ "gtt_used_bytes": null
552
+ },
553
+ "sample_count": 1578,
554
+ "peak_ram_used_bytes": 112572510208,
555
+ "delta_ram_used_bytes": 3454664704
556
+ },
557
+ "candidate_memory": {
558
+ "idle": {
559
+ "t": 1789603563.6150782,
560
+ "ram_total_bytes": 134309666816,
561
+ "ram_used_bytes": 108618145792,
562
+ "ram_available_bytes": 25691521024,
563
+ "vram_total_bytes": null,
564
+ "vram_used_bytes": null,
565
+ "gtt_total_bytes": null,
566
+ "gtt_used_bytes": null
567
+ },
568
+ "last": {
569
+ "t": 1789603910.903359,
570
+ "ram_total_bytes": 134309666816,
571
+ "ram_used_bytes": 112808243200,
572
+ "ram_available_bytes": 21501423616,
573
+ "vram_total_bytes": null,
574
+ "vram_used_bytes": null,
575
+ "gtt_total_bytes": null,
576
+ "gtt_used_bytes": null
577
+ },
578
+ "sample_count": 1389,
579
+ "peak_ram_used_bytes": 113941381120,
580
+ "delta_ram_used_bytes": 5323235328
581
+ },
582
+ "pp_pct": 1.3458888730232266,
583
+ "ttfp_ms": {
584
+ "baseline": 327505.3644180298,
585
+ "candidate": 323100.4581451416,
586
+ "change_pct": -1.3449875182092397
587
+ },
588
+ "total_ms": {
589
+ "baseline": 394579.9479484558,
590
+ "candidate": 347288.6493206024,
591
+ "change_pct": -11.985226029283947
592
+ }
593
+ },
594
+ {
595
+ "case": "240k-append64-r0",
596
+ "baseline_tg": 7.505335140312534,
597
+ "candidate_tg": 20.784408456008457,
598
+ "tg_pct": 176.92845246005845,
599
+ "baseline_pp": 46.97452944301333,
600
+ "candidate_pp": 65.88719530805655,
601
+ "cross_arm_text_exact": true,
602
+ "candidate_canonical_text_exact": true,
603
+ "prompt_work_comparable": true,
604
+ "baseline_timings": {
605
+ "cache_n": 245756,
606
+ "prompt_n": 68,
607
+ "prompt_ms": 1447.593,
608
+ "prompt_per_token_ms": 21.288132352941176,
609
+ "prompt_per_second": 46.97452944301333,
610
+ "predicted_n": 512,
611
+ "predicted_ms": 68084.901,
612
+ "predicted_per_token_ms": 133.23855381604696,
613
+ "predicted_per_second": 7.505335140312534,
614
+ "draft_n": 635,
615
+ "draft_n_accepted": 299
616
+ },
617
+ "candidate_timings": {
618
+ "cache_n": 245756,
619
+ "prompt_n": 68,
620
+ "prompt_ms": 1032.067,
621
+ "prompt_per_token_ms": 15.177455882352941,
622
+ "prompt_per_second": 65.88719530805655,
623
+ "predicted_n": 512,
624
+ "predicted_ms": 24585.737,
625
+ "predicted_per_token_ms": 48.112988258317024,
626
+ "predicted_per_second": 20.784408456008457,
627
+ "draft_n": 635,
628
+ "draft_n_accepted": 299
629
+ },
630
+ "baseline_memory": {
631
+ "idle": {
632
+ "t": 1789603401.0131505,
633
+ "ram_total_bytes": 134309666816,
634
+ "ram_used_bytes": 112027701248,
635
+ "ram_available_bytes": 22281965568,
636
+ "vram_total_bytes": null,
637
+ "vram_used_bytes": null,
638
+ "gtt_total_bytes": null,
639
+ "gtt_used_bytes": null
640
+ },
641
+ "last": {
642
+ "t": 1789603470.7465725,
643
+ "ram_total_bytes": 134309666816,
644
+ "ram_used_bytes": 112231673856,
645
+ "ram_available_bytes": 22077992960,
646
+ "vram_total_bytes": null,
647
+ "vram_used_bytes": null,
648
+ "gtt_total_bytes": null,
649
+ "gtt_used_bytes": null
650
+ },
651
+ "sample_count": 280,
652
+ "peak_ram_used_bytes": 112231673856,
653
+ "delta_ram_used_bytes": 203972608
654
+ },
655
+ "candidate_memory": {
656
+ "idle": {
657
+ "t": 1789603910.9404855,
658
+ "ram_total_bytes": 134309666816,
659
+ "ram_used_bytes": 112810250240,
660
+ "ram_available_bytes": 21499416576,
661
+ "vram_total_bytes": null,
662
+ "vram_used_bytes": null,
663
+ "gtt_total_bytes": null,
664
+ "gtt_used_bytes": null
665
+ },
666
+ "last": {
667
+ "t": 1789603936.7776108,
668
+ "ram_total_bytes": 134309666816,
669
+ "ram_used_bytes": 113007968256,
670
+ "ram_available_bytes": 21301698560,
671
+ "vram_total_bytes": null,
672
+ "vram_used_bytes": null,
673
+ "gtt_total_bytes": null,
674
+ "gtt_used_bytes": null
675
+ },
676
+ "sample_count": 105,
677
+ "peak_ram_used_bytes": 113110175744,
678
+ "delta_ram_used_bytes": 299925504
679
+ },
680
+ "pp_pct": 40.26153340819927,
681
+ "ttfp_ms": {
682
+ "baseline": 1637.97926902771,
683
+ "candidate": 1232.0160865783691,
684
+ "change_pct": -24.784390750581174
685
+ },
686
+ "total_ms": {
687
+ "baseline": 69733.6814403534,
688
+ "candidate": 25837.472915649414,
689
+ "change_pct": -62.94835955599238
690
+ }
691
+ }
692
+ ],
693
+ "source": "final-all-v1",
694
+ "candidate": "final-all-v1-pm4",
695
+ "baseline": "d0",
696
+ "all_candidate_canonical_text_exact": true
697
+ }
benchmarks/v4.4.0/FINAL-SELECTION.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "IU4": {
3
+ "arm": "final-all-v1-pm4",
4
+ "source_arm": "final-all-v1",
5
+ "quality_control": "d0"
6
+ },
7
+ "runtime_reference": "r-ogp",
8
+ "primary_correctness_passed": true,
9
+ "primary_performance_passed": true,
10
+ "primary_qualification_passed": false,
11
+ "quality_passed": true,
12
+ "vision_passed": false,
13
+ "status": "COMPLETE_WITH_BASELINE_MTP_VISION_LIMITATION",
14
+ "primary_performance_measured": true,
15
+ "quality_scope": "20 first trajectories; 19 full passes; arithmetic98.5, canonical99. HA17 score70 reproduces both historical failures. Historical engines/seeds differ; no statistical equivalence claim.",
16
+ "primary_text_qualification_passed": true,
17
+ "vision_scope": "Image requests fail in retained d0 and final stack with the same MTP pending-row position error. No new failure demonstrated; full MTP+vision compatibility remains unqualified.",
18
+ "capacity_gate_scope": "Target-only 512K capacity is independent of unsupported MTP/image handling; requires final numerical, state, text serving, quality and wide-index oracles.",
19
+ "updated_at": "2026-09-17T00:38:43.920522+00:00",
20
+ "vision_targetonly_passed": true,
21
+ "vision_mtp_passed": false,
22
+ "quality_all_tasks_passed": false,
23
+ "capacity_passed": true,
24
+ "capacity_result": {
25
+ "passed": true,
26
+ "arm": "final-all-v1-pm4",
27
+ "context": 524288,
28
+ "pp": 604.651077,
29
+ "seconds": 867.091815624,
30
+ "warmup_excluded": 8192,
31
+ "quality_claim": false,
32
+ "MTP": false,
33
+ "minimum_available_gib": 9.750164031982422,
34
+ "guard_floor_gib": 3.0,
35
+ "peak_gtt_gib": 105.04671478271484,
36
+ "peak_system_ram_used_gib": 115.34303665161133,
37
+ "service_restored": {
38
+ "unit": "ActiveState=active\nFragmentPath=/etc/systemd/user/qwen-main.service\nUnitFileState=enabled",
39
+ "unchanged": true,
40
+ "health": {
41
+ "status": "ok"
42
+ },
43
+ "time": 1789606474.1872625
44
+ }
45
+ },
46
+ "production_deployed": false,
47
+ "completed_at": "2026-09-17T00:54:54.443752+00:00"
48
+ }
benchmarks/v4.4.0/HE0-9.json ADDED
@@ -0,0 +1,313 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "completed_at": 1789608195.1082451,
3
+ "build": "final-all-v1-pm4",
4
+ "protocol": "HumanEval0-9 canonical prompts in retained local non-thinking greedy chat adapter; served MTP3, full262144 allocation, one first trajectory per task, natural EOS",
5
+ "weighted_decode_tokens_per_second": 60.35102655869076,
6
+ "minimum_case_tps": 56.09397436570597,
7
+ "maximum_case_tps": 64.76202653665553,
8
+ "generated_tokens": 1633,
9
+ "timed_decode_tokens": 1623,
10
+ "decode_seconds": 26.892666,
11
+ "summed_request_seconds": 36.057379722595215,
12
+ "drafted_tokens": 1260.0,
13
+ "accepted_tokens": 1221.0,
14
+ "acceptance_fraction": 0.969047619047619,
15
+ "valid_tasks": 10,
16
+ "quality_score_claim": false,
17
+ "fresh_prompt_cache_all_tasks": true,
18
+ "sqlite_rows_verified": 10,
19
+ "persistence_note": "Task0 completed in the first load; its metadata serialization failed after the full response and JSONL were saved. Corrected only command serialization, imported the original result, then generated tasks1-9 in a second identical load. No task was regenerated. The saved panel-resume panel_elapsed_seconds covers that resumed phase only; summed request/decode times include all10 tasks.",
20
+ "rows": [
21
+ {
22
+ "status": "complete",
23
+ "valid_speed_case": true,
24
+ "native_tg": 56.09397436570597,
25
+ "decode_seconds": 3.066283,
26
+ "decode_timed_tokens": 172,
27
+ "native_counting": "generated-minus-one",
28
+ "prompt_tokens": 134,
29
+ "generated_tokens": 173,
30
+ "total_tokens": 307,
31
+ "request_wall_seconds": 4.12631893157959,
32
+ "ttfp_ms": 1057.2734710294753,
33
+ "reasoning_block_detected": false,
34
+ "finish": {
35
+ "stop": true,
36
+ "tokens_predicted": 173,
37
+ "tokens_evaluated": 134,
38
+ "truncated": false,
39
+ "stop_type": "eos",
40
+ "stopping_word": ""
41
+ },
42
+ "error": null,
43
+ "raw_output": "/home/halo/bench-results/llama/20260917T011851Z-final-all-v1-pm4-HumanEval-0-api.raw",
44
+ "task": "HumanEval/0",
45
+ "recorder_exit": 1,
46
+ "persistence_recovered": true,
47
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel/HumanEval-0/row-recovered.json",
48
+ "drafted_tokens": 135,
49
+ "accepted_tokens": 129
50
+ },
51
+ {
52
+ "status": "complete",
53
+ "valid_speed_case": true,
54
+ "native_tg": 64.36654266122495,
55
+ "decode_seconds": 3.588821,
56
+ "decode_timed_tokens": 231,
57
+ "native_counting": "generated-minus-one",
58
+ "prompt_tokens": 126,
59
+ "generated_tokens": 232,
60
+ "total_tokens": 358,
61
+ "request_wall_seconds": 5.121450185775757,
62
+ "ttfp_ms": 1530.2266778890043,
63
+ "reasoning_block_detected": false,
64
+ "finish": {
65
+ "stop": true,
66
+ "tokens_predicted": 232,
67
+ "tokens_evaluated": 126,
68
+ "truncated": false,
69
+ "stop_type": "eos",
70
+ "stopping_word": ""
71
+ },
72
+ "error": null,
73
+ "raw_output": "/home/halo/bench-results/llama/20260917T012137Z-final-all-v1-pm4-HumanEval-1-api.raw",
74
+ "task": "HumanEval/1",
75
+ "recorder_exit": 0,
76
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-1/row.json",
77
+ "drafted_tokens": 177.0,
78
+ "accepted_tokens": 174.0
79
+ },
80
+ {
81
+ "status": "complete",
82
+ "valid_speed_case": true,
83
+ "native_tg": 63.59207801688104,
84
+ "decode_seconds": 1.509622,
85
+ "decode_timed_tokens": 96,
86
+ "native_counting": "generated-minus-one",
87
+ "prompt_tokens": 95,
88
+ "generated_tokens": 97,
89
+ "total_tokens": 192,
90
+ "request_wall_seconds": 2.163600444793701,
91
+ "ttfp_ms": 651.7064250074327,
92
+ "reasoning_block_detected": false,
93
+ "finish": {
94
+ "stop": true,
95
+ "tokens_predicted": 97,
96
+ "tokens_evaluated": 95,
97
+ "truncated": false,
98
+ "stop_type": "eos",
99
+ "stopping_word": ""
100
+ },
101
+ "error": null,
102
+ "raw_output": "/home/halo/bench-results/llama/20260917T012142Z-final-all-v1-pm4-HumanEval-2-api.raw",
103
+ "task": "HumanEval/2",
104
+ "recorder_exit": 0,
105
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-2/row.json",
106
+ "drafted_tokens": 75.0,
107
+ "accepted_tokens": 74.0
108
+ },
109
+ {
110
+ "status": "complete",
111
+ "valid_speed_case": true,
112
+ "native_tg": 64.76202653665553,
113
+ "decode_seconds": 2.408819,
114
+ "decode_timed_tokens": 156,
115
+ "native_counting": "generated-minus-one",
116
+ "prompt_tokens": 129,
117
+ "generated_tokens": 157,
118
+ "total_tokens": 286,
119
+ "request_wall_seconds": 3.3317527770996094,
120
+ "ttfp_ms": 921.4452710002661,
121
+ "reasoning_block_detected": false,
122
+ "finish": {
123
+ "stop": true,
124
+ "tokens_predicted": 157,
125
+ "tokens_evaluated": 129,
126
+ "truncated": false,
127
+ "stop_type": "eos",
128
+ "stopping_word": ""
129
+ },
130
+ "error": null,
131
+ "raw_output": "/home/halo/bench-results/llama/20260917T012144Z-final-all-v1-pm4-HumanEval-3-api.raw",
132
+ "task": "HumanEval/3",
133
+ "recorder_exit": 0,
134
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-3/row.json",
135
+ "drafted_tokens": 120.0,
136
+ "accepted_tokens": 117.0
137
+ },
138
+ {
139
+ "status": "complete",
140
+ "valid_speed_case": true,
141
+ "native_tg": 62.50495295944211,
142
+ "decode_seconds": 2.6877869999999997,
143
+ "decode_timed_tokens": 168,
144
+ "native_counting": "generated-minus-one",
145
+ "prompt_tokens": 128,
146
+ "generated_tokens": 169,
147
+ "total_tokens": 297,
148
+ "request_wall_seconds": 3.5662331581115723,
149
+ "ttfp_ms": 875.4782220348716,
150
+ "reasoning_block_detected": false,
151
+ "finish": {
152
+ "stop": true,
153
+ "tokens_predicted": 169,
154
+ "tokens_evaluated": 128,
155
+ "truncated": false,
156
+ "stop_type": "eos",
157
+ "stopping_word": ""
158
+ },
159
+ "error": null,
160
+ "raw_output": "/home/halo/bench-results/llama/20260917T012148Z-final-all-v1-pm4-HumanEval-4-api.raw",
161
+ "task": "HumanEval/4",
162
+ "recorder_exit": 0,
163
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-4/row.json",
164
+ "drafted_tokens": 129.0,
165
+ "accepted_tokens": 126.0
166
+ },
167
+ {
168
+ "status": "complete",
169
+ "valid_speed_case": true,
170
+ "native_tg": 57.36296811743736,
171
+ "decode_seconds": 2.6672260000000003,
172
+ "decode_timed_tokens": 153,
173
+ "native_counting": "generated-minus-one",
174
+ "prompt_tokens": 104,
175
+ "generated_tokens": 154,
176
+ "total_tokens": 258,
177
+ "request_wall_seconds": 3.430769920349121,
178
+ "ttfp_ms": 761.1340200528502,
179
+ "reasoning_block_detected": false,
180
+ "finish": {
181
+ "stop": true,
182
+ "tokens_predicted": 154,
183
+ "tokens_evaluated": 104,
184
+ "truncated": false,
185
+ "stop_type": "eos",
186
+ "stopping_word": ""
187
+ },
188
+ "error": null,
189
+ "raw_output": "/home/halo/bench-results/llama/20260917T012151Z-final-all-v1-pm4-HumanEval-5-api.raw",
190
+ "task": "HumanEval/5",
191
+ "recorder_exit": 0,
192
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-5/row.json",
193
+ "drafted_tokens": 123.0,
194
+ "accepted_tokens": 115.0
195
+ },
196
+ {
197
+ "status": "complete",
198
+ "valid_speed_case": true,
199
+ "native_tg": 58.35354247096843,
200
+ "decode_seconds": 3.650164,
201
+ "decode_timed_tokens": 213,
202
+ "native_counting": "generated-minus-one",
203
+ "prompt_tokens": 124,
204
+ "generated_tokens": 214,
205
+ "total_tokens": 338,
206
+ "request_wall_seconds": 4.545674085617065,
207
+ "ttfp_ms": 893.1537920143455,
208
+ "reasoning_block_detected": false,
209
+ "finish": {
210
+ "stop": true,
211
+ "tokens_predicted": 214,
212
+ "tokens_evaluated": 124,
213
+ "truncated": false,
214
+ "stop_type": "eos",
215
+ "stopping_word": ""
216
+ },
217
+ "error": null,
218
+ "raw_output": "/home/halo/bench-results/llama/20260917T012155Z-final-all-v1-pm4-HumanEval-6-api.raw",
219
+ "task": "HumanEval/6",
220
+ "recorder_exit": 0,
221
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-6/row.json",
222
+ "drafted_tokens": 168.0,
223
+ "accepted_tokens": 160.0
224
+ },
225
+ {
226
+ "status": "complete",
227
+ "valid_speed_case": true,
228
+ "native_tg": 59.95297742149265,
229
+ "decode_seconds": 1.851451,
230
+ "decode_timed_tokens": 111,
231
+ "native_counting": "generated-minus-one",
232
+ "prompt_tokens": 104,
233
+ "generated_tokens": 112,
234
+ "total_tokens": 216,
235
+ "request_wall_seconds": 2.6149725914001465,
236
+ "ttfp_ms": 761.6006780881435,
237
+ "reasoning_block_detected": false,
238
+ "finish": {
239
+ "stop": true,
240
+ "tokens_predicted": 112,
241
+ "tokens_evaluated": 104,
242
+ "truncated": false,
243
+ "stop_type": "eos",
244
+ "stopping_word": ""
245
+ },
246
+ "error": null,
247
+ "raw_output": "/home/halo/bench-results/llama/20260917T012200Z-final-all-v1-pm4-HumanEval-7-api.raw",
248
+ "task": "HumanEval/7",
249
+ "recorder_exit": 0,
250
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-7/row.json",
251
+ "drafted_tokens": 84.0,
252
+ "accepted_tokens": 83.0
253
+ },
254
+ {
255
+ "status": "complete",
256
+ "valid_speed_case": true,
257
+ "native_tg": 59.57582016045754,
258
+ "decode_seconds": 2.719224,
259
+ "decode_timed_tokens": 162,
260
+ "native_counting": "generated-minus-one",
261
+ "prompt_tokens": 126,
262
+ "generated_tokens": 163,
263
+ "total_tokens": 289,
264
+ "request_wall_seconds": 3.6378886699676514,
265
+ "ttfp_ms": 915.6202138401568,
266
+ "reasoning_block_detected": false,
267
+ "finish": {
268
+ "stop": true,
269
+ "tokens_predicted": 163,
270
+ "tokens_evaluated": 126,
271
+ "truncated": false,
272
+ "stop_type": "eos",
273
+ "stopping_word": ""
274
+ },
275
+ "error": null,
276
+ "raw_output": "/home/halo/bench-results/llama/20260917T012202Z-final-all-v1-pm4-HumanEval-8-api.raw",
277
+ "task": "HumanEval/8",
278
+ "recorder_exit": 0,
279
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-8/row.json",
280
+ "drafted_tokens": 123.0,
281
+ "accepted_tokens": 122.0
282
+ },
283
+ {
284
+ "status": "complete",
285
+ "valid_speed_case": true,
286
+ "native_tg": 58.68910413087452,
287
+ "decode_seconds": 2.7432689999999997,
288
+ "decode_timed_tokens": 161,
289
+ "native_counting": "generated-minus-one",
290
+ "prompt_tokens": 110,
291
+ "generated_tokens": 162,
292
+ "total_tokens": 272,
293
+ "request_wall_seconds": 3.518718957901001,
294
+ "ttfp_ms": 773.098937002942,
295
+ "reasoning_block_detected": false,
296
+ "finish": {
297
+ "stop": true,
298
+ "tokens_predicted": 162,
299
+ "tokens_evaluated": 110,
300
+ "truncated": false,
301
+ "stop_type": "eos",
302
+ "stopping_word": ""
303
+ },
304
+ "error": null,
305
+ "raw_output": "/home/halo/bench-results/llama/20260917T012206Z-final-all-v1-pm4-HumanEval-9-api.raw",
306
+ "task": "HumanEval/9",
307
+ "recorder_exit": 0,
308
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-9/row.json",
309
+ "drafted_tokens": 126.0,
310
+ "accepted_tokens": 121.0
311
+ }
312
+ ]
313
+ }
benchmarks/v4.4.0/IU4-RESULTS.json ADDED
@@ -0,0 +1,1394 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "performance": {
3
+ "scope": "Single matched final IU4 two-arm block, not independent temporal mirrors or standalone per-patch effects. Fixed-token speed probes; no quality score. Baseline B2 already contains S5 and D0.",
4
+ "cases": [
5
+ {
6
+ "case": "incident-r0",
7
+ "baseline_tg": 37.7877302722166,
8
+ "candidate_tg": 44.53075218801981,
9
+ "tg_pct": 17.84447456152458,
10
+ "baseline_pp": 824.2772548132926,
11
+ "candidate_pp": 889.1267211393995,
12
+ "cross_arm_text_exact": true,
13
+ "candidate_canonical_text_exact": true,
14
+ "prompt_work_comparable": true,
15
+ "baseline_timings": {
16
+ "cache_n": 0,
17
+ "prompt_n": 12960,
18
+ "prompt_ms": 15722.865,
19
+ "prompt_per_token_ms": 1.2131840277777777,
20
+ "prompt_per_second": 824.2772548132926,
21
+ "predicted_n": 512,
22
+ "predicted_ms": 13522.908,
23
+ "predicted_per_token_ms": 26.463616438356162,
24
+ "predicted_per_second": 37.7877302722166,
25
+ "draft_n": 469,
26
+ "draft_n_accepted": 353
27
+ },
28
+ "candidate_timings": {
29
+ "cache_n": 0,
30
+ "prompt_n": 12960,
31
+ "prompt_ms": 14576.1,
32
+ "prompt_per_token_ms": 1.124699074074074,
33
+ "prompt_per_second": 889.1267211393995,
34
+ "predicted_n": 512,
35
+ "predicted_ms": 11475.216,
36
+ "predicted_per_token_ms": 22.456391389432486,
37
+ "predicted_per_second": 44.53075218801981,
38
+ "draft_n": 469,
39
+ "draft_n_accepted": 353
40
+ },
41
+ "baseline_memory": {
42
+ "idle": {
43
+ "t": 1789602929.0682585,
44
+ "ram_total_bytes": 134309666816,
45
+ "ram_used_bytes": 104068890624,
46
+ "ram_available_bytes": 30240776192,
47
+ "vram_total_bytes": null,
48
+ "vram_used_bytes": null,
49
+ "gtt_total_bytes": null,
50
+ "gtt_used_bytes": null
51
+ },
52
+ "last": {
53
+ "t": 1789602958.3758624,
54
+ "ram_total_bytes": 134309666816,
55
+ "ram_used_bytes": 108090400768,
56
+ "ram_available_bytes": 26219266048,
57
+ "vram_total_bytes": null,
58
+ "vram_used_bytes": null,
59
+ "gtt_total_bytes": null,
60
+ "gtt_used_bytes": null
61
+ },
62
+ "sample_count": 119,
63
+ "peak_ram_used_bytes": 108330250240,
64
+ "delta_ram_used_bytes": 4261359616
65
+ },
66
+ "candidate_memory": {
67
+ "idle": {
68
+ "t": 1789603503.0725048,
69
+ "ram_total_bytes": 134309666816,
70
+ "ram_used_bytes": 104604065792,
71
+ "ram_available_bytes": 29705601024,
72
+ "vram_total_bytes": null,
73
+ "vram_used_bytes": null,
74
+ "gtt_total_bytes": null,
75
+ "gtt_used_bytes": null
76
+ },
77
+ "last": {
78
+ "t": 1789603529.186254,
79
+ "ram_total_bytes": 134309666816,
80
+ "ram_used_bytes": 108212645888,
81
+ "ram_available_bytes": 26097020928,
82
+ "vram_total_bytes": null,
83
+ "vram_used_bytes": null,
84
+ "gtt_total_bytes": null,
85
+ "gtt_used_bytes": null
86
+ },
87
+ "sample_count": 106,
88
+ "peak_ram_used_bytes": 108486135808,
89
+ "delta_ram_used_bytes": 3882070016
90
+ },
91
+ "pp_pct": 7.867433675674573,
92
+ "ttfp_ms": {
93
+ "baseline": 15783.607006072998,
94
+ "candidate": 14637.105464935303,
95
+ "change_pct": -7.263875365729522
96
+ },
97
+ "total_ms": {
98
+ "baseline": 29307.98888206482,
99
+ "candidate": 26114.10355567932,
100
+ "change_pct": -10.897661177768537
101
+ }
102
+ },
103
+ {
104
+ "case": "A1-r0",
105
+ "baseline_tg": 39.79633018531356,
106
+ "candidate_tg": 43.83965208852103,
107
+ "tg_pct": 10.160037079749685,
108
+ "baseline_pp": 917.0627147153697,
109
+ "candidate_pp": 951.3390182805041,
110
+ "cross_arm_text_exact": true,
111
+ "candidate_canonical_text_exact": true,
112
+ "prompt_work_comparable": true,
113
+ "baseline_timings": {
114
+ "cache_n": 0,
115
+ "prompt_n": 5247,
116
+ "prompt_ms": 5721.528,
117
+ "prompt_per_token_ms": 1.0904379645511721,
118
+ "prompt_per_second": 917.0627147153697,
119
+ "predicted_n": 256,
120
+ "predicted_ms": 6407.626,
121
+ "predicted_per_token_ms": 25.127945098039216,
122
+ "predicted_per_second": 39.79633018531356,
123
+ "draft_n": 243,
124
+ "draft_n_accepted": 173
125
+ },
126
+ "candidate_timings": {
127
+ "cache_n": 0,
128
+ "prompt_n": 5247,
129
+ "prompt_ms": 5515.384,
130
+ "prompt_per_token_ms": 1.051149990470745,
131
+ "prompt_per_second": 951.3390182805041,
132
+ "predicted_n": 256,
133
+ "predicted_ms": 5816.652,
134
+ "predicted_per_token_ms": 22.8104,
135
+ "predicted_per_second": 43.83965208852103,
136
+ "draft_n": 243,
137
+ "draft_n_accepted": 173
138
+ },
139
+ "baseline_memory": {
140
+ "idle": {
141
+ "t": 1789602958.399876,
142
+ "ram_total_bytes": 134309666816,
143
+ "ram_used_bytes": 108089262080,
144
+ "ram_available_bytes": 26220404736,
145
+ "vram_total_bytes": null,
146
+ "vram_used_bytes": null,
147
+ "gtt_total_bytes": null,
148
+ "gtt_used_bytes": null
149
+ },
150
+ "last": {
151
+ "t": 1789602970.6784027,
152
+ "ram_total_bytes": 134309666816,
153
+ "ram_used_bytes": 109161226240,
154
+ "ram_available_bytes": 25148440576,
155
+ "vram_total_bytes": null,
156
+ "vram_used_bytes": null,
157
+ "gtt_total_bytes": null,
158
+ "gtt_used_bytes": null
159
+ },
160
+ "sample_count": 51,
161
+ "peak_ram_used_bytes": 109244203008,
162
+ "delta_ram_used_bytes": 1154940928
163
+ },
164
+ "candidate_memory": {
165
+ "idle": {
166
+ "t": 1789603529.2159796,
167
+ "ram_total_bytes": 134309666816,
168
+ "ram_used_bytes": 108211982336,
169
+ "ram_available_bytes": 26097684480,
170
+ "vram_total_bytes": null,
171
+ "vram_used_bytes": null,
172
+ "gtt_total_bytes": null,
173
+ "gtt_used_bytes": null
174
+ },
175
+ "last": {
176
+ "t": 1789603540.6942146,
177
+ "ram_total_bytes": 134309666816,
178
+ "ram_used_bytes": 109445541888,
179
+ "ram_available_bytes": 24864124928,
180
+ "vram_total_bytes": null,
181
+ "vram_used_bytes": null,
182
+ "gtt_total_bytes": null,
183
+ "gtt_used_bytes": null
184
+ },
185
+ "sample_count": 47,
186
+ "peak_ram_used_bytes": 109457702912,
187
+ "delta_ram_used_bytes": 1245720576
188
+ },
189
+ "pp_pct": 3.7376182691903237,
190
+ "ttfp_ms": {
191
+ "baseline": 5869.6653842926025,
192
+ "candidate": 5659.878969192505,
193
+ "change_pct": -3.5740779306004833
194
+ },
195
+ "total_ms": {
196
+ "baseline": 12278.690814971924,
197
+ "candidate": 11478.629350662231,
198
+ "change_pct": -6.5158531668062185
199
+ }
200
+ },
201
+ {
202
+ "case": "B1-r0",
203
+ "baseline_tg": 41.541519445422345,
204
+ "candidate_tg": 45.189249920475774,
205
+ "tg_pct": 8.780926946704138,
206
+ "baseline_pp": 932.4374683123201,
207
+ "candidate_pp": 970.7405083150297,
208
+ "cross_arm_text_exact": true,
209
+ "candidate_canonical_text_exact": true,
210
+ "prompt_work_comparable": true,
211
+ "baseline_timings": {
212
+ "cache_n": 0,
213
+ "prompt_n": 5247,
214
+ "prompt_ms": 5627.187,
215
+ "prompt_per_token_ms": 1.0724579759862778,
216
+ "prompt_per_second": 932.4374683123201,
217
+ "predicted_n": 256,
218
+ "predicted_ms": 6138.437,
219
+ "predicted_per_token_ms": 24.072301960784312,
220
+ "predicted_per_second": 41.541519445422345,
221
+ "draft_n": 230,
222
+ "draft_n_accepted": 178
223
+ },
224
+ "candidate_timings": {
225
+ "cache_n": 0,
226
+ "prompt_n": 5247,
227
+ "prompt_ms": 5405.152,
228
+ "prompt_per_token_ms": 1.0301414141414142,
229
+ "prompt_per_second": 970.7405083150297,
230
+ "predicted_n": 256,
231
+ "predicted_ms": 5642.935,
232
+ "predicted_per_token_ms": 22.1291568627451,
233
+ "predicted_per_second": 45.189249920475774,
234
+ "draft_n": 230,
235
+ "draft_n_accepted": 178
236
+ },
237
+ "baseline_memory": {
238
+ "idle": {
239
+ "t": 1789602970.6939769,
240
+ "ram_total_bytes": 134309666816,
241
+ "ram_used_bytes": 109159923712,
242
+ "ram_available_bytes": 25149743104,
243
+ "vram_total_bytes": null,
244
+ "vram_used_bytes": null,
245
+ "gtt_total_bytes": null,
246
+ "gtt_used_bytes": null
247
+ },
248
+ "last": {
249
+ "t": 1789602982.4689696,
250
+ "ram_total_bytes": 134309666816,
251
+ "ram_used_bytes": 109052878848,
252
+ "ram_available_bytes": 25256787968,
253
+ "vram_total_bytes": null,
254
+ "vram_used_bytes": null,
255
+ "gtt_total_bytes": null,
256
+ "gtt_used_bytes": null
257
+ },
258
+ "sample_count": 48,
259
+ "peak_ram_used_bytes": 109159923712,
260
+ "delta_ram_used_bytes": 0
261
+ },
262
+ "candidate_memory": {
263
+ "idle": {
264
+ "t": 1789603540.7137277,
265
+ "ram_total_bytes": 134309666816,
266
+ "ram_used_bytes": 109446057984,
267
+ "ram_available_bytes": 24863608832,
268
+ "vram_total_bytes": null,
269
+ "vram_used_bytes": null,
270
+ "gtt_total_bytes": null,
271
+ "gtt_used_bytes": null
272
+ },
273
+ "last": {
274
+ "t": 1789603551.8952494,
275
+ "ram_total_bytes": 134309666816,
276
+ "ram_used_bytes": 108821299200,
277
+ "ram_available_bytes": 25488367616,
278
+ "vram_total_bytes": null,
279
+ "vram_used_bytes": null,
280
+ "gtt_total_bytes": null,
281
+ "gtt_used_bytes": null
282
+ },
283
+ "sample_count": 46,
284
+ "peak_ram_used_bytes": 109446057984,
285
+ "delta_ram_used_bytes": 0
286
+ },
287
+ "pp_pct": 4.107840075542746,
288
+ "ttfp_ms": {
289
+ "baseline": 5635.688066482544,
290
+ "candidate": 5537.263631820679,
291
+ "change_pct": -1.7464492977748436
292
+ },
293
+ "total_ms": {
294
+ "baseline": 11775.2685546875,
295
+ "candidate": 11182.04641342163,
296
+ "change_pct": -5.037865068731017
297
+ }
298
+ },
299
+ {
300
+ "case": "A2-r0",
301
+ "baseline_tg": 40.035985285597874,
302
+ "candidate_tg": 44.3758330257479,
303
+ "tg_pct": null,
304
+ "baseline_pp": 929.8286807933757,
305
+ "candidate_pp": 39.90622038210206,
306
+ "cross_arm_text_exact": false,
307
+ "candidate_canonical_text_exact": true,
308
+ "prompt_work_comparable": false,
309
+ "baseline_timings": {
310
+ "cache_n": 0,
311
+ "prompt_n": 5247,
312
+ "prompt_ms": 5642.975,
313
+ "prompt_per_token_ms": 1.0754669334858016,
314
+ "prompt_per_second": 929.8286807933757,
315
+ "predicted_n": 256,
316
+ "predicted_ms": 6369.27,
317
+ "predicted_per_token_ms": 24.977529411764706,
318
+ "predicted_per_second": 40.035985285597874,
319
+ "draft_n": 242,
320
+ "draft_n_accepted": 174
321
+ },
322
+ "candidate_timings": {
323
+ "cache_n": 5243,
324
+ "prompt_n": 4,
325
+ "prompt_ms": 100.235,
326
+ "prompt_per_token_ms": 25.05875,
327
+ "prompt_per_second": 39.90622038210206,
328
+ "predicted_n": 256,
329
+ "predicted_ms": 5746.371,
330
+ "predicted_per_token_ms": 22.53478823529412,
331
+ "predicted_per_second": 44.3758330257479,
332
+ "draft_n": 243,
333
+ "draft_n_accepted": 173
334
+ },
335
+ "baseline_memory": {
336
+ "idle": {
337
+ "t": 1789602982.4912872,
338
+ "ram_total_bytes": 134309666816,
339
+ "ram_used_bytes": 109052764160,
340
+ "ram_available_bytes": 25256902656,
341
+ "vram_total_bytes": null,
342
+ "vram_used_bytes": null,
343
+ "gtt_total_bytes": null,
344
+ "gtt_used_bytes": null
345
+ },
346
+ "last": {
347
+ "t": 1789602994.5130851,
348
+ "ram_total_bytes": 134309666816,
349
+ "ram_used_bytes": 109049774080,
350
+ "ram_available_bytes": 25259892736,
351
+ "vram_total_bytes": null,
352
+ "vram_used_bytes": null,
353
+ "gtt_total_bytes": null,
354
+ "gtt_used_bytes": null
355
+ },
356
+ "sample_count": 49,
357
+ "peak_ram_used_bytes": 109101096960,
358
+ "delta_ram_used_bytes": 48332800
359
+ },
360
+ "candidate_memory": {
361
+ "idle": {
362
+ "t": 1789603551.9198458,
363
+ "ram_total_bytes": 134309666816,
364
+ "ram_used_bytes": 108821061632,
365
+ "ram_available_bytes": 25488605184,
366
+ "vram_total_bytes": null,
367
+ "vram_used_bytes": null,
368
+ "gtt_total_bytes": null,
369
+ "gtt_used_bytes": null
370
+ },
371
+ "last": {
372
+ "t": 1789603557.887965,
373
+ "ram_total_bytes": 134309666816,
374
+ "ram_used_bytes": 108725809152,
375
+ "ram_available_bytes": 25583857664,
376
+ "vram_total_bytes": null,
377
+ "vram_used_bytes": null,
378
+ "gtt_total_bytes": null,
379
+ "gtt_used_bytes": null
380
+ },
381
+ "sample_count": 25,
382
+ "peak_ram_used_bytes": 108821061632,
383
+ "delta_ram_used_bytes": 0
384
+ },
385
+ "pp_pct": null,
386
+ "comparison_note": "Prompt restoration changes fresh-token count; use cached/fresh counts and first-token/total latency, not a PP throughput percentage.",
387
+ "ttfp_ms": {
388
+ "baseline": 5652.848482131958,
389
+ "candidate": 220.4749584197998,
390
+ "change_pct": -96.09975467913748
391
+ },
392
+ "total_ms": {
393
+ "baseline": 12022.283792495728,
394
+ "candidate": 5968.55354309082,
395
+ "change_pct": -50.354245115920705
396
+ }
397
+ },
398
+ {
399
+ "case": "B2-r0",
400
+ "baseline_tg": 41.30325203989474,
401
+ "candidate_tg": 46.83362455889154,
402
+ "tg_pct": 13.389678163005247,
403
+ "baseline_pp": 929.6082623341406,
404
+ "candidate_pp": 39.69947497444346,
405
+ "cross_arm_text_exact": true,
406
+ "candidate_canonical_text_exact": true,
407
+ "prompt_work_comparable": false,
408
+ "baseline_timings": {
409
+ "cache_n": 0,
410
+ "prompt_n": 5247,
411
+ "prompt_ms": 5644.313,
412
+ "prompt_per_token_ms": 1.0757219363445778,
413
+ "prompt_per_second": 929.6082623341406,
414
+ "predicted_n": 256,
415
+ "predicted_ms": 6173.848,
416
+ "predicted_per_token_ms": 24.21116862745098,
417
+ "predicted_per_second": 41.30325203989474,
418
+ "draft_n": 230,
419
+ "draft_n_accepted": 178
420
+ },
421
+ "candidate_timings": {
422
+ "cache_n": 5243,
423
+ "prompt_n": 4,
424
+ "prompt_ms": 100.757,
425
+ "prompt_per_token_ms": 25.18925,
426
+ "prompt_per_second": 39.69947497444346,
427
+ "predicted_n": 256,
428
+ "predicted_ms": 5444.806,
429
+ "predicted_per_token_ms": 21.35218039215686,
430
+ "predicted_per_second": 46.83362455889154,
431
+ "draft_n": 230,
432
+ "draft_n_accepted": 178
433
+ },
434
+ "baseline_memory": {
435
+ "idle": {
436
+ "t": 1789602994.5375905,
437
+ "ram_total_bytes": 134309666816,
438
+ "ram_used_bytes": 109053657088,
439
+ "ram_available_bytes": 25256009728,
440
+ "vram_total_bytes": null,
441
+ "vram_used_bytes": null,
442
+ "gtt_total_bytes": null,
443
+ "gtt_used_bytes": null
444
+ },
445
+ "last": {
446
+ "t": 1789603006.3658593,
447
+ "ram_total_bytes": 134309666816,
448
+ "ram_used_bytes": 109109821440,
449
+ "ram_available_bytes": 25199845376,
450
+ "vram_total_bytes": null,
451
+ "vram_used_bytes": null,
452
+ "gtt_total_bytes": null,
453
+ "gtt_used_bytes": null
454
+ },
455
+ "sample_count": 49,
456
+ "peak_ram_used_bytes": 109136678912,
457
+ "delta_ram_used_bytes": 83021824
458
+ },
459
+ "candidate_memory": {
460
+ "idle": {
461
+ "t": 1789603557.9165292,
462
+ "ram_total_bytes": 134309666816,
463
+ "ram_used_bytes": 108725809152,
464
+ "ram_available_bytes": 25583857664,
465
+ "vram_total_bytes": null,
466
+ "vram_used_bytes": null,
467
+ "gtt_total_bytes": null,
468
+ "gtt_used_bytes": null
469
+ },
470
+ "last": {
471
+ "t": 1789603563.5847316,
472
+ "ram_total_bytes": 134309666816,
473
+ "ram_used_bytes": 108616736768,
474
+ "ram_available_bytes": 25692930048,
475
+ "vram_total_bytes": null,
476
+ "vram_used_bytes": null,
477
+ "gtt_total_bytes": null,
478
+ "gtt_used_bytes": null
479
+ },
480
+ "sample_count": 24,
481
+ "peak_ram_used_bytes": 108725809152,
482
+ "delta_ram_used_bytes": 0
483
+ },
484
+ "pp_pct": null,
485
+ "comparison_note": "Prompt restoration changes fresh-token count; use cached/fresh counts and first-token/total latency, not a PP throughput percentage.",
486
+ "ttfp_ms": {
487
+ "baseline": 5652.911901473999,
488
+ "candidate": 221.79675102233887,
489
+ "change_pct": -96.07641592708165
490
+ },
491
+ "total_ms": {
492
+ "baseline": 11828.643798828125,
493
+ "candidate": 5668.706178665161,
494
+ "change_pct": -52.07644870304773
495
+ }
496
+ },
497
+ {
498
+ "case": "240k-r0",
499
+ "baseline_tg": 7.619547607925039,
500
+ "candidate_tg": 21.14235845035863,
501
+ "tg_pct": 177.47524575302353,
502
+ "baseline_pp": 751.1453522464128,
503
+ "candidate_pp": 761.2549339625284,
504
+ "cross_arm_text_exact": true,
505
+ "candidate_canonical_text_exact": true,
506
+ "prompt_work_comparable": true,
507
+ "baseline_timings": {
508
+ "cache_n": 0,
509
+ "prompt_n": 245760,
510
+ "prompt_ms": 327180.351,
511
+ "prompt_per_token_ms": 1.3313002563476564,
512
+ "prompt_per_second": 751.1453522464128,
513
+ "predicted_n": 512,
514
+ "predicted_ms": 67064.349,
515
+ "predicted_per_token_ms": 131.24138747553818,
516
+ "predicted_per_second": 7.619547607925039,
517
+ "draft_n": 623,
518
+ "draft_n_accepted": 302
519
+ },
520
+ "candidate_timings": {
521
+ "cache_n": 0,
522
+ "prompt_n": 245760,
523
+ "prompt_ms": 322835.346,
524
+ "prompt_per_token_ms": 1.3136203857421875,
525
+ "prompt_per_second": 761.2549339625284,
526
+ "predicted_n": 512,
527
+ "predicted_ms": 24169.489,
528
+ "predicted_per_token_ms": 47.29841291585127,
529
+ "predicted_per_second": 21.14235845035863,
530
+ "draft_n": 623,
531
+ "draft_n_accepted": 302
532
+ },
533
+ "baseline_memory": {
534
+ "idle": {
535
+ "t": 1789603006.3926795,
536
+ "ram_total_bytes": 134309666816,
537
+ "ram_used_bytes": 109117845504,
538
+ "ram_available_bytes": 25191821312,
539
+ "vram_total_bytes": null,
540
+ "vram_used_bytes": null,
541
+ "gtt_total_bytes": null,
542
+ "gtt_used_bytes": null
543
+ },
544
+ "last": {
545
+ "t": 1789603400.972394,
546
+ "ram_total_bytes": 134309666816,
547
+ "ram_used_bytes": 112018915328,
548
+ "ram_available_bytes": 22290751488,
549
+ "vram_total_bytes": null,
550
+ "vram_used_bytes": null,
551
+ "gtt_total_bytes": null,
552
+ "gtt_used_bytes": null
553
+ },
554
+ "sample_count": 1578,
555
+ "peak_ram_used_bytes": 112572510208,
556
+ "delta_ram_used_bytes": 3454664704
557
+ },
558
+ "candidate_memory": {
559
+ "idle": {
560
+ "t": 1789603563.6150782,
561
+ "ram_total_bytes": 134309666816,
562
+ "ram_used_bytes": 108618145792,
563
+ "ram_available_bytes": 25691521024,
564
+ "vram_total_bytes": null,
565
+ "vram_used_bytes": null,
566
+ "gtt_total_bytes": null,
567
+ "gtt_used_bytes": null
568
+ },
569
+ "last": {
570
+ "t": 1789603910.903359,
571
+ "ram_total_bytes": 134309666816,
572
+ "ram_used_bytes": 112808243200,
573
+ "ram_available_bytes": 21501423616,
574
+ "vram_total_bytes": null,
575
+ "vram_used_bytes": null,
576
+ "gtt_total_bytes": null,
577
+ "gtt_used_bytes": null
578
+ },
579
+ "sample_count": 1389,
580
+ "peak_ram_used_bytes": 113941381120,
581
+ "delta_ram_used_bytes": 5323235328
582
+ },
583
+ "pp_pct": 1.3458888730232266,
584
+ "ttfp_ms": {
585
+ "baseline": 327505.3644180298,
586
+ "candidate": 323100.4581451416,
587
+ "change_pct": -1.3449875182092397
588
+ },
589
+ "total_ms": {
590
+ "baseline": 394579.9479484558,
591
+ "candidate": 347288.6493206024,
592
+ "change_pct": -11.985226029283947
593
+ }
594
+ },
595
+ {
596
+ "case": "240k-append64-r0",
597
+ "baseline_tg": 7.505335140312534,
598
+ "candidate_tg": 20.784408456008457,
599
+ "tg_pct": 176.92845246005845,
600
+ "baseline_pp": 46.97452944301333,
601
+ "candidate_pp": 65.88719530805655,
602
+ "cross_arm_text_exact": true,
603
+ "candidate_canonical_text_exact": true,
604
+ "prompt_work_comparable": true,
605
+ "baseline_timings": {
606
+ "cache_n": 245756,
607
+ "prompt_n": 68,
608
+ "prompt_ms": 1447.593,
609
+ "prompt_per_token_ms": 21.288132352941176,
610
+ "prompt_per_second": 46.97452944301333,
611
+ "predicted_n": 512,
612
+ "predicted_ms": 68084.901,
613
+ "predicted_per_token_ms": 133.23855381604696,
614
+ "predicted_per_second": 7.505335140312534,
615
+ "draft_n": 635,
616
+ "draft_n_accepted": 299
617
+ },
618
+ "candidate_timings": {
619
+ "cache_n": 245756,
620
+ "prompt_n": 68,
621
+ "prompt_ms": 1032.067,
622
+ "prompt_per_token_ms": 15.177455882352941,
623
+ "prompt_per_second": 65.88719530805655,
624
+ "predicted_n": 512,
625
+ "predicted_ms": 24585.737,
626
+ "predicted_per_token_ms": 48.112988258317024,
627
+ "predicted_per_second": 20.784408456008457,
628
+ "draft_n": 635,
629
+ "draft_n_accepted": 299
630
+ },
631
+ "baseline_memory": {
632
+ "idle": {
633
+ "t": 1789603401.0131505,
634
+ "ram_total_bytes": 134309666816,
635
+ "ram_used_bytes": 112027701248,
636
+ "ram_available_bytes": 22281965568,
637
+ "vram_total_bytes": null,
638
+ "vram_used_bytes": null,
639
+ "gtt_total_bytes": null,
640
+ "gtt_used_bytes": null
641
+ },
642
+ "last": {
643
+ "t": 1789603470.7465725,
644
+ "ram_total_bytes": 134309666816,
645
+ "ram_used_bytes": 112231673856,
646
+ "ram_available_bytes": 22077992960,
647
+ "vram_total_bytes": null,
648
+ "vram_used_bytes": null,
649
+ "gtt_total_bytes": null,
650
+ "gtt_used_bytes": null
651
+ },
652
+ "sample_count": 280,
653
+ "peak_ram_used_bytes": 112231673856,
654
+ "delta_ram_used_bytes": 203972608
655
+ },
656
+ "candidate_memory": {
657
+ "idle": {
658
+ "t": 1789603910.9404855,
659
+ "ram_total_bytes": 134309666816,
660
+ "ram_used_bytes": 112810250240,
661
+ "ram_available_bytes": 21499416576,
662
+ "vram_total_bytes": null,
663
+ "vram_used_bytes": null,
664
+ "gtt_total_bytes": null,
665
+ "gtt_used_bytes": null
666
+ },
667
+ "last": {
668
+ "t": 1789603936.7776108,
669
+ "ram_total_bytes": 134309666816,
670
+ "ram_used_bytes": 113007968256,
671
+ "ram_available_bytes": 21301698560,
672
+ "vram_total_bytes": null,
673
+ "vram_used_bytes": null,
674
+ "gtt_total_bytes": null,
675
+ "gtt_used_bytes": null
676
+ },
677
+ "sample_count": 105,
678
+ "peak_ram_used_bytes": 113110175744,
679
+ "delta_ram_used_bytes": 299925504
680
+ },
681
+ "pp_pct": 40.26153340819927,
682
+ "ttfp_ms": {
683
+ "baseline": 1637.97926902771,
684
+ "candidate": 1232.0160865783691,
685
+ "change_pct": -24.784390750581174
686
+ },
687
+ "total_ms": {
688
+ "baseline": 69733.6814403534,
689
+ "candidate": 25837.472915649414,
690
+ "change_pct": -62.94835955599238
691
+ }
692
+ }
693
+ ],
694
+ "source": "final-all-v1",
695
+ "candidate": "final-all-v1-pm4",
696
+ "baseline": "d0",
697
+ "all_candidate_canonical_text_exact": true
698
+ },
699
+ "quality": {
700
+ "valid": true,
701
+ "tasks": 20,
702
+ "full_passes": 19,
703
+ "arithmetic_average": 98.5,
704
+ "canonical_score": {
705
+ "final-iu4-all-v1": {
706
+ "totalScore": 99,
707
+ "categories": [
708
+ {
709
+ "id": "memory_recall",
710
+ "label": "Memory & Recall",
711
+ "score": 100,
712
+ "weight": 20
713
+ },
714
+ {
715
+ "id": "workspace_orchestration",
716
+ "label": "Workspace Orchestration",
717
+ "score": 100,
718
+ "weight": 20
719
+ },
720
+ {
721
+ "id": "skills_procedural_memory",
722
+ "label": "Skills & Procedural Memory",
723
+ "score": 100,
724
+ "weight": 20
725
+ },
726
+ {
727
+ "id": "scheduling_delivery",
728
+ "label": "Scheduling & Delivery",
729
+ "score": 100,
730
+ "weight": 20
731
+ },
732
+ {
733
+ "id": "delegation_recovery_boundaries",
734
+ "label": "Delegation, Recovery & Boundaries",
735
+ "score": 93,
736
+ "weight": 20
737
+ }
738
+ ],
739
+ "summary": "Hermes passed most official scenarios, with a few verifier or model misses remaining."
740
+ }
741
+ },
742
+ "first_samples_only": true,
743
+ "new_failed_scenarios_vs_both_history": [],
744
+ "retained_failure": "HA-17 score70, identical verifier outcome/details to both historical runs; merged delegation artifact wrong/missing",
745
+ "scope": "Single final candidate run; historical engines/seeds differ. No new failed scenario observed; no statistical quality-equivalence claim.",
746
+ "protocol_sha256": "6465f9465b78e9ca0b1456a8dfee2fd6df7e04681c7169dfefed9ebf9e025075",
747
+ "historical_comparison": {
748
+ "1": {
749
+ "HA-01": {
750
+ "old_score": 100,
751
+ "new_score": 100
752
+ },
753
+ "HA-02": {
754
+ "old_score": 100,
755
+ "new_score": 100
756
+ },
757
+ "HA-03": {
758
+ "old_score": 100,
759
+ "new_score": 100
760
+ },
761
+ "HA-04": {
762
+ "old_score": 100,
763
+ "new_score": 100
764
+ },
765
+ "HA-05": {
766
+ "old_score": 100,
767
+ "new_score": 100
768
+ },
769
+ "HA-06": {
770
+ "old_score": 100,
771
+ "new_score": 100
772
+ },
773
+ "HA-07": {
774
+ "old_score": 100,
775
+ "new_score": 100
776
+ },
777
+ "HA-08": {
778
+ "old_score": 80,
779
+ "new_score": 100
780
+ },
781
+ "HA-09": {
782
+ "old_score": 100,
783
+ "new_score": 100
784
+ },
785
+ "HA-10": {
786
+ "old_score": 100,
787
+ "new_score": 100
788
+ },
789
+ "HA-11": {
790
+ "old_score": 50,
791
+ "new_score": 100
792
+ },
793
+ "HA-12": {
794
+ "old_score": 100,
795
+ "new_score": 100
796
+ },
797
+ "HA-13": {
798
+ "old_score": 100,
799
+ "new_score": 100
800
+ },
801
+ "HA-14": {
802
+ "old_score": 100,
803
+ "new_score": 100
804
+ },
805
+ "HA-15": {
806
+ "old_score": 100,
807
+ "new_score": 100
808
+ },
809
+ "HA-16": {
810
+ "old_score": 100,
811
+ "new_score": 100
812
+ },
813
+ "HA-17": {
814
+ "old_score": 70,
815
+ "new_score": 70
816
+ },
817
+ "HA-18": {
818
+ "old_score": 100,
819
+ "new_score": 100
820
+ },
821
+ "HA-19": {
822
+ "old_score": 100,
823
+ "new_score": 100
824
+ },
825
+ "HA-20": {
826
+ "old_score": 100,
827
+ "new_score": 100
828
+ }
829
+ },
830
+ "2": {
831
+ "HA-01": {
832
+ "old_score": 100,
833
+ "new_score": 100
834
+ },
835
+ "HA-02": {
836
+ "old_score": 100,
837
+ "new_score": 100
838
+ },
839
+ "HA-03": {
840
+ "old_score": 100,
841
+ "new_score": 100
842
+ },
843
+ "HA-04": {
844
+ "old_score": 100,
845
+ "new_score": 100
846
+ },
847
+ "HA-05": {
848
+ "old_score": 100,
849
+ "new_score": 100
850
+ },
851
+ "HA-06": {
852
+ "old_score": 100,
853
+ "new_score": 100
854
+ },
855
+ "HA-07": {
856
+ "old_score": 100,
857
+ "new_score": 100
858
+ },
859
+ "HA-08": {
860
+ "old_score": 100,
861
+ "new_score": 100
862
+ },
863
+ "HA-09": {
864
+ "old_score": 100,
865
+ "new_score": 100
866
+ },
867
+ "HA-10": {
868
+ "old_score": 100,
869
+ "new_score": 100
870
+ },
871
+ "HA-11": {
872
+ "old_score": 100,
873
+ "new_score": 100
874
+ },
875
+ "HA-12": {
876
+ "old_score": 100,
877
+ "new_score": 100
878
+ },
879
+ "HA-13": {
880
+ "old_score": 100,
881
+ "new_score": 100
882
+ },
883
+ "HA-14": {
884
+ "old_score": 100,
885
+ "new_score": 100
886
+ },
887
+ "HA-15": {
888
+ "old_score": 100,
889
+ "new_score": 100
890
+ },
891
+ "HA-16": {
892
+ "old_score": 100,
893
+ "new_score": 100
894
+ },
895
+ "HA-17": {
896
+ "old_score": 70,
897
+ "new_score": 70
898
+ },
899
+ "HA-18": {
900
+ "old_score": 100,
901
+ "new_score": 100
902
+ },
903
+ "HA-19": {
904
+ "old_score": 100,
905
+ "new_score": 100
906
+ },
907
+ "HA-20": {
908
+ "old_score": 100,
909
+ "new_score": 100
910
+ }
911
+ }
912
+ }
913
+ },
914
+ "he0_9": {
915
+ "completed_at": 1789608195.1082451,
916
+ "build": "final-all-v1-pm4",
917
+ "protocol": "HumanEval0-9 canonical prompts in retained local non-thinking greedy chat adapter; served MTP3, full262144 allocation, one first trajectory per task, natural EOS",
918
+ "weighted_decode_tokens_per_second": 60.35102655869076,
919
+ "minimum_case_tps": 56.09397436570597,
920
+ "maximum_case_tps": 64.76202653665553,
921
+ "generated_tokens": 1633,
922
+ "timed_decode_tokens": 1623,
923
+ "decode_seconds": 26.892666,
924
+ "summed_request_seconds": 36.057379722595215,
925
+ "drafted_tokens": 1260.0,
926
+ "accepted_tokens": 1221.0,
927
+ "acceptance_fraction": 0.969047619047619,
928
+ "valid_tasks": 10,
929
+ "quality_score_claim": false,
930
+ "fresh_prompt_cache_all_tasks": true,
931
+ "sqlite_rows_verified": 10,
932
+ "persistence_note": "Task0 completed in the first load; its metadata serialization failed after the full response and JSONL were saved. Corrected only command serialization, imported the original result, then generated tasks1-9 in a second identical load. No task was regenerated. The saved panel-resume panel_elapsed_seconds covers that resumed phase only; summed request/decode times include all10 tasks.",
933
+ "rows": [
934
+ {
935
+ "status": "complete",
936
+ "valid_speed_case": true,
937
+ "native_tg": 56.09397436570597,
938
+ "decode_seconds": 3.066283,
939
+ "decode_timed_tokens": 172,
940
+ "native_counting": "generated-minus-one",
941
+ "prompt_tokens": 134,
942
+ "generated_tokens": 173,
943
+ "total_tokens": 307,
944
+ "request_wall_seconds": 4.12631893157959,
945
+ "ttfp_ms": 1057.2734710294753,
946
+ "reasoning_block_detected": false,
947
+ "finish": {
948
+ "stop": true,
949
+ "tokens_predicted": 173,
950
+ "tokens_evaluated": 134,
951
+ "truncated": false,
952
+ "stop_type": "eos",
953
+ "stopping_word": ""
954
+ },
955
+ "error": null,
956
+ "raw_output": "/home/halo/bench-results/llama/20260917T011851Z-final-all-v1-pm4-HumanEval-0-api.raw",
957
+ "task": "HumanEval/0",
958
+ "recorder_exit": 1,
959
+ "persistence_recovered": true,
960
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel/HumanEval-0/row-recovered.json",
961
+ "drafted_tokens": 135,
962
+ "accepted_tokens": 129
963
+ },
964
+ {
965
+ "status": "complete",
966
+ "valid_speed_case": true,
967
+ "native_tg": 64.36654266122495,
968
+ "decode_seconds": 3.588821,
969
+ "decode_timed_tokens": 231,
970
+ "native_counting": "generated-minus-one",
971
+ "prompt_tokens": 126,
972
+ "generated_tokens": 232,
973
+ "total_tokens": 358,
974
+ "request_wall_seconds": 5.121450185775757,
975
+ "ttfp_ms": 1530.2266778890043,
976
+ "reasoning_block_detected": false,
977
+ "finish": {
978
+ "stop": true,
979
+ "tokens_predicted": 232,
980
+ "tokens_evaluated": 126,
981
+ "truncated": false,
982
+ "stop_type": "eos",
983
+ "stopping_word": ""
984
+ },
985
+ "error": null,
986
+ "raw_output": "/home/halo/bench-results/llama/20260917T012137Z-final-all-v1-pm4-HumanEval-1-api.raw",
987
+ "task": "HumanEval/1",
988
+ "recorder_exit": 0,
989
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-1/row.json",
990
+ "drafted_tokens": 177.0,
991
+ "accepted_tokens": 174.0
992
+ },
993
+ {
994
+ "status": "complete",
995
+ "valid_speed_case": true,
996
+ "native_tg": 63.59207801688104,
997
+ "decode_seconds": 1.509622,
998
+ "decode_timed_tokens": 96,
999
+ "native_counting": "generated-minus-one",
1000
+ "prompt_tokens": 95,
1001
+ "generated_tokens": 97,
1002
+ "total_tokens": 192,
1003
+ "request_wall_seconds": 2.163600444793701,
1004
+ "ttfp_ms": 651.7064250074327,
1005
+ "reasoning_block_detected": false,
1006
+ "finish": {
1007
+ "stop": true,
1008
+ "tokens_predicted": 97,
1009
+ "tokens_evaluated": 95,
1010
+ "truncated": false,
1011
+ "stop_type": "eos",
1012
+ "stopping_word": ""
1013
+ },
1014
+ "error": null,
1015
+ "raw_output": "/home/halo/bench-results/llama/20260917T012142Z-final-all-v1-pm4-HumanEval-2-api.raw",
1016
+ "task": "HumanEval/2",
1017
+ "recorder_exit": 0,
1018
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-2/row.json",
1019
+ "drafted_tokens": 75.0,
1020
+ "accepted_tokens": 74.0
1021
+ },
1022
+ {
1023
+ "status": "complete",
1024
+ "valid_speed_case": true,
1025
+ "native_tg": 64.76202653665553,
1026
+ "decode_seconds": 2.408819,
1027
+ "decode_timed_tokens": 156,
1028
+ "native_counting": "generated-minus-one",
1029
+ "prompt_tokens": 129,
1030
+ "generated_tokens": 157,
1031
+ "total_tokens": 286,
1032
+ "request_wall_seconds": 3.3317527770996094,
1033
+ "ttfp_ms": 921.4452710002661,
1034
+ "reasoning_block_detected": false,
1035
+ "finish": {
1036
+ "stop": true,
1037
+ "tokens_predicted": 157,
1038
+ "tokens_evaluated": 129,
1039
+ "truncated": false,
1040
+ "stop_type": "eos",
1041
+ "stopping_word": ""
1042
+ },
1043
+ "error": null,
1044
+ "raw_output": "/home/halo/bench-results/llama/20260917T012144Z-final-all-v1-pm4-HumanEval-3-api.raw",
1045
+ "task": "HumanEval/3",
1046
+ "recorder_exit": 0,
1047
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-3/row.json",
1048
+ "drafted_tokens": 120.0,
1049
+ "accepted_tokens": 117.0
1050
+ },
1051
+ {
1052
+ "status": "complete",
1053
+ "valid_speed_case": true,
1054
+ "native_tg": 62.50495295944211,
1055
+ "decode_seconds": 2.6877869999999997,
1056
+ "decode_timed_tokens": 168,
1057
+ "native_counting": "generated-minus-one",
1058
+ "prompt_tokens": 128,
1059
+ "generated_tokens": 169,
1060
+ "total_tokens": 297,
1061
+ "request_wall_seconds": 3.5662331581115723,
1062
+ "ttfp_ms": 875.4782220348716,
1063
+ "reasoning_block_detected": false,
1064
+ "finish": {
1065
+ "stop": true,
1066
+ "tokens_predicted": 169,
1067
+ "tokens_evaluated": 128,
1068
+ "truncated": false,
1069
+ "stop_type": "eos",
1070
+ "stopping_word": ""
1071
+ },
1072
+ "error": null,
1073
+ "raw_output": "/home/halo/bench-results/llama/20260917T012148Z-final-all-v1-pm4-HumanEval-4-api.raw",
1074
+ "task": "HumanEval/4",
1075
+ "recorder_exit": 0,
1076
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-4/row.json",
1077
+ "drafted_tokens": 129.0,
1078
+ "accepted_tokens": 126.0
1079
+ },
1080
+ {
1081
+ "status": "complete",
1082
+ "valid_speed_case": true,
1083
+ "native_tg": 57.36296811743736,
1084
+ "decode_seconds": 2.6672260000000003,
1085
+ "decode_timed_tokens": 153,
1086
+ "native_counting": "generated-minus-one",
1087
+ "prompt_tokens": 104,
1088
+ "generated_tokens": 154,
1089
+ "total_tokens": 258,
1090
+ "request_wall_seconds": 3.430769920349121,
1091
+ "ttfp_ms": 761.1340200528502,
1092
+ "reasoning_block_detected": false,
1093
+ "finish": {
1094
+ "stop": true,
1095
+ "tokens_predicted": 154,
1096
+ "tokens_evaluated": 104,
1097
+ "truncated": false,
1098
+ "stop_type": "eos",
1099
+ "stopping_word": ""
1100
+ },
1101
+ "error": null,
1102
+ "raw_output": "/home/halo/bench-results/llama/20260917T012151Z-final-all-v1-pm4-HumanEval-5-api.raw",
1103
+ "task": "HumanEval/5",
1104
+ "recorder_exit": 0,
1105
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-5/row.json",
1106
+ "drafted_tokens": 123.0,
1107
+ "accepted_tokens": 115.0
1108
+ },
1109
+ {
1110
+ "status": "complete",
1111
+ "valid_speed_case": true,
1112
+ "native_tg": 58.35354247096843,
1113
+ "decode_seconds": 3.650164,
1114
+ "decode_timed_tokens": 213,
1115
+ "native_counting": "generated-minus-one",
1116
+ "prompt_tokens": 124,
1117
+ "generated_tokens": 214,
1118
+ "total_tokens": 338,
1119
+ "request_wall_seconds": 4.545674085617065,
1120
+ "ttfp_ms": 893.1537920143455,
1121
+ "reasoning_block_detected": false,
1122
+ "finish": {
1123
+ "stop": true,
1124
+ "tokens_predicted": 214,
1125
+ "tokens_evaluated": 124,
1126
+ "truncated": false,
1127
+ "stop_type": "eos",
1128
+ "stopping_word": ""
1129
+ },
1130
+ "error": null,
1131
+ "raw_output": "/home/halo/bench-results/llama/20260917T012155Z-final-all-v1-pm4-HumanEval-6-api.raw",
1132
+ "task": "HumanEval/6",
1133
+ "recorder_exit": 0,
1134
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-6/row.json",
1135
+ "drafted_tokens": 168.0,
1136
+ "accepted_tokens": 160.0
1137
+ },
1138
+ {
1139
+ "status": "complete",
1140
+ "valid_speed_case": true,
1141
+ "native_tg": 59.95297742149265,
1142
+ "decode_seconds": 1.851451,
1143
+ "decode_timed_tokens": 111,
1144
+ "native_counting": "generated-minus-one",
1145
+ "prompt_tokens": 104,
1146
+ "generated_tokens": 112,
1147
+ "total_tokens": 216,
1148
+ "request_wall_seconds": 2.6149725914001465,
1149
+ "ttfp_ms": 761.6006780881435,
1150
+ "reasoning_block_detected": false,
1151
+ "finish": {
1152
+ "stop": true,
1153
+ "tokens_predicted": 112,
1154
+ "tokens_evaluated": 104,
1155
+ "truncated": false,
1156
+ "stop_type": "eos",
1157
+ "stopping_word": ""
1158
+ },
1159
+ "error": null,
1160
+ "raw_output": "/home/halo/bench-results/llama/20260917T012200Z-final-all-v1-pm4-HumanEval-7-api.raw",
1161
+ "task": "HumanEval/7",
1162
+ "recorder_exit": 0,
1163
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-7/row.json",
1164
+ "drafted_tokens": 84.0,
1165
+ "accepted_tokens": 83.0
1166
+ },
1167
+ {
1168
+ "status": "complete",
1169
+ "valid_speed_case": true,
1170
+ "native_tg": 59.57582016045754,
1171
+ "decode_seconds": 2.719224,
1172
+ "decode_timed_tokens": 162,
1173
+ "native_counting": "generated-minus-one",
1174
+ "prompt_tokens": 126,
1175
+ "generated_tokens": 163,
1176
+ "total_tokens": 289,
1177
+ "request_wall_seconds": 3.6378886699676514,
1178
+ "ttfp_ms": 915.6202138401568,
1179
+ "reasoning_block_detected": false,
1180
+ "finish": {
1181
+ "stop": true,
1182
+ "tokens_predicted": 163,
1183
+ "tokens_evaluated": 126,
1184
+ "truncated": false,
1185
+ "stop_type": "eos",
1186
+ "stopping_word": ""
1187
+ },
1188
+ "error": null,
1189
+ "raw_output": "/home/halo/bench-results/llama/20260917T012202Z-final-all-v1-pm4-HumanEval-8-api.raw",
1190
+ "task": "HumanEval/8",
1191
+ "recorder_exit": 0,
1192
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-8/row.json",
1193
+ "drafted_tokens": 123.0,
1194
+ "accepted_tokens": 122.0
1195
+ },
1196
+ {
1197
+ "status": "complete",
1198
+ "valid_speed_case": true,
1199
+ "native_tg": 58.68910413087452,
1200
+ "decode_seconds": 2.7432689999999997,
1201
+ "decode_timed_tokens": 161,
1202
+ "native_counting": "generated-minus-one",
1203
+ "prompt_tokens": 110,
1204
+ "generated_tokens": 162,
1205
+ "total_tokens": 272,
1206
+ "request_wall_seconds": 3.518718957901001,
1207
+ "ttfp_ms": 773.098937002942,
1208
+ "reasoning_block_detected": false,
1209
+ "finish": {
1210
+ "stop": true,
1211
+ "tokens_predicted": 162,
1212
+ "tokens_evaluated": 110,
1213
+ "truncated": false,
1214
+ "stop_type": "eos",
1215
+ "stopping_word": ""
1216
+ },
1217
+ "error": null,
1218
+ "raw_output": "/home/halo/bench-results/llama/20260917T012206Z-final-all-v1-pm4-HumanEval-9-api.raw",
1219
+ "task": "HumanEval/9",
1220
+ "recorder_exit": 0,
1221
+ "row": "/home/halo/flash-combined-20260916/humaneval-decode-20260917/panel-resume/HumanEval-9/row.json",
1222
+ "drafted_tokens": 126.0,
1223
+ "accepted_tokens": 121.0
1224
+ }
1225
+ ]
1226
+ },
1227
+ "boost": {
1228
+ "finished_at": 1789608844.7464342,
1229
+ "status": "SHORT_HE_SPEED_LEAD_ONE_QUOTE_STYLE_DIFFERENCE",
1230
+ "baseline_tg": 60.35102655869076,
1231
+ "kairic_tg": 64.06719136499001,
1232
+ "change_pct": 6.157583421858304,
1233
+ "baseline_request_seconds": 36.057379722595215,
1234
+ "kairic_request_seconds": 33.86439895629883,
1235
+ "request_time_pct": -6.081919382850121,
1236
+ "output_exact_tasks": 9,
1237
+ "tasks": 10,
1238
+ "generated_tokens_each_arm": 1633,
1239
+ "same_rendered_prompts": true,
1240
+ "same_binary_and_environment": true,
1241
+ "actual_lookup_admission": {
1242
+ "observed": true,
1243
+ "basis": "Native accepted-group mean exceeds4, which MTP depth3 alone cannot produce. Only additional proposer is ngram-mod24/64/64. This proves lookup contribution without changing log verbosity or running a profiler. Exact per-strategy proposal counts are not exposed at default verbosity.",
1244
+ "mean_accept_lengths": [
1245
+ 7.86,
1246
+ 5.95,
1247
+ 8.91,
1248
+ 8.67,
1249
+ 7.95,
1250
+ 6.33,
1251
+ 6.21,
1252
+ 8.54,
1253
+ 8.05,
1254
+ 6.48
1255
+ ]
1256
+ },
1257
+ "per_task": [
1258
+ {
1259
+ "task": "HumanEval/0",
1260
+ "baseline_tg": 56.09397436570597,
1261
+ "kairic_tg": 65.53199790297606,
1262
+ "change_pct": 16.82537856158788,
1263
+ "generated_tokens": 173,
1264
+ "output_exact": true,
1265
+ "baseline_output_sha256": "693c74127c0f8ff0d37eb26261623c8234dc8bbdb3897fcc539e9e4b41f792c8",
1266
+ "candidate_output_sha256": "693c74127c0f8ff0d37eb26261623c8234dc8bbdb3897fcc539e9e4b41f792c8",
1267
+ "prompt_cache_n": 0,
1268
+ "mean_accept_length": 7.86
1269
+ },
1270
+ {
1271
+ "task": "HumanEval/1",
1272
+ "baseline_tg": 64.36654266122495,
1273
+ "kairic_tg": 68.07682956479455,
1274
+ "change_pct": 5.76430976430975,
1275
+ "generated_tokens": 232,
1276
+ "output_exact": false,
1277
+ "baseline_output_sha256": "7f29163271dac8208879c5409b5706123765b6589a54c62f155f04d98ce67ce1",
1278
+ "candidate_output_sha256": "3c01ecdd3836f91e31519071b59322e2d106da6d3f0c617e13b9b5c20172bb96",
1279
+ "prompt_cache_n": 0,
1280
+ "mean_accept_length": 5.95
1281
+ },
1282
+ {
1283
+ "task": "HumanEval/2",
1284
+ "baseline_tg": 63.59207801688104,
1285
+ "kairic_tg": 63.10682802731999,
1286
+ "change_pct": -0.7630667288970105,
1287
+ "generated_tokens": 97,
1288
+ "output_exact": true,
1289
+ "baseline_output_sha256": "029220b47b8f0be3c68c840f5396b450f116e3c6da677a8f5d4853e808b098e4",
1290
+ "candidate_output_sha256": "029220b47b8f0be3c68c840f5396b450f116e3c6da677a8f5d4853e808b098e4",
1291
+ "prompt_cache_n": 0,
1292
+ "mean_accept_length": 8.91
1293
+ },
1294
+ {
1295
+ "task": "HumanEval/3",
1296
+ "baseline_tg": 64.76202653665553,
1297
+ "kairic_tg": 70.95304954842477,
1298
+ "change_pct": 9.559649910376278,
1299
+ "generated_tokens": 157,
1300
+ "output_exact": true,
1301
+ "baseline_output_sha256": "6a4eae059484f334f3a2e1c38db1c246e9cde1563e4d6053d594e5285e123065",
1302
+ "candidate_output_sha256": "6a4eae059484f334f3a2e1c38db1c246e9cde1563e4d6053d594e5285e123065",
1303
+ "prompt_cache_n": 0,
1304
+ "mean_accept_length": 8.67
1305
+ },
1306
+ {
1307
+ "task": "HumanEval/4",
1308
+ "baseline_tg": 62.50495295944211,
1309
+ "kairic_tg": 69.01277229235782,
1310
+ "change_pct": 10.411685834142581,
1311
+ "generated_tokens": 169,
1312
+ "output_exact": true,
1313
+ "baseline_output_sha256": "0c62e457d5759dd531027976692a157cd6425ad0ff0f8493a1c2370a9cfee9d5",
1314
+ "candidate_output_sha256": "0c62e457d5759dd531027976692a157cd6425ad0ff0f8493a1c2370a9cfee9d5",
1315
+ "prompt_cache_n": 0,
1316
+ "mean_accept_length": 7.95
1317
+ },
1318
+ {
1319
+ "task": "HumanEval/5",
1320
+ "baseline_tg": 57.36296811743736,
1321
+ "kairic_tg": 60.504919484956815,
1322
+ "change_pct": 5.477316587047998,
1323
+ "generated_tokens": 154,
1324
+ "output_exact": true,
1325
+ "baseline_output_sha256": "2a816aebf493a710e524a7029f70cda237cce08b76ebaa5e61ae48c1c740d0ec",
1326
+ "candidate_output_sha256": "2a816aebf493a710e524a7029f70cda237cce08b76ebaa5e61ae48c1c740d0ec",
1327
+ "prompt_cache_n": 0,
1328
+ "mean_accept_length": 6.33
1329
+ },
1330
+ {
1331
+ "task": "HumanEval/6",
1332
+ "baseline_tg": 58.35354247096843,
1333
+ "kairic_tg": 56.50370961443778,
1334
+ "change_pct": -3.170043802312361,
1335
+ "generated_tokens": 214,
1336
+ "output_exact": true,
1337
+ "baseline_output_sha256": "56b27b2443cbac3922e7cf433c03c49b6df95ae881ede6bc353c1f24d63068e5",
1338
+ "candidate_output_sha256": "56b27b2443cbac3922e7cf433c03c49b6df95ae881ede6bc353c1f24d63068e5",
1339
+ "prompt_cache_n": 0,
1340
+ "mean_accept_length": 6.21
1341
+ },
1342
+ {
1343
+ "task": "HumanEval/7",
1344
+ "baseline_tg": 59.95297742149265,
1345
+ "kairic_tg": 61.393533656930714,
1346
+ "change_pct": 2.40281016455679,
1347
+ "generated_tokens": 112,
1348
+ "output_exact": true,
1349
+ "baseline_output_sha256": "c5cdf9b7531a6e47b9643d72359f7dec793e83c6b213642fbb46edc8bc18ab24",
1350
+ "candidate_output_sha256": "c5cdf9b7531a6e47b9643d72359f7dec793e83c6b213642fbb46edc8bc18ab24",
1351
+ "prompt_cache_n": 0,
1352
+ "mean_accept_length": 8.54
1353
+ },
1354
+ {
1355
+ "task": "HumanEval/8",
1356
+ "baseline_tg": 59.57582016045754,
1357
+ "kairic_tg": 66.12844102608481,
1358
+ "change_pct": 10.998792543650904,
1359
+ "generated_tokens": 163,
1360
+ "output_exact": true,
1361
+ "baseline_output_sha256": "545a0ec81a61cb41f2193884ae8f45130beef02d62945cbc0e8a0ebd2c4789ed",
1362
+ "candidate_output_sha256": "545a0ec81a61cb41f2193884ae8f45130beef02d62945cbc0e8a0ebd2c4789ed",
1363
+ "prompt_cache_n": 0,
1364
+ "mean_accept_length": 8.05
1365
+ },
1366
+ {
1367
+ "task": "HumanEval/9",
1368
+ "baseline_tg": 58.68910413087452,
1369
+ "kairic_tg": 61.81577899591978,
1370
+ "change_pct": 5.32752188220984,
1371
+ "generated_tokens": 162,
1372
+ "output_exact": true,
1373
+ "baseline_output_sha256": "8f21fb93f42d7923cf137a57cfa23c432bacc0e74be98c5faeac45cb0484b69c",
1374
+ "candidate_output_sha256": "8f21fb93f42d7923cf137a57cfa23c432bacc0e74be98c5faeac45cb0484b69c",
1375
+ "prompt_cache_n": 0,
1376
+ "mean_accept_length": 6.48
1377
+ }
1378
+ ],
1379
+ "sqlite_rows_verified": 10,
1380
+ "protocol": "One natural-EOS first response on HE0-9, greedy/non-thinking retained chat adapter, full262144 allocated context, MTP3 fallback; recent retained MTP-only control",
1381
+ "limits": "One candidate load versus a recent retained control, no order-balanced repeats. Nine byte-exact outputs; HumanEval1 changes quote delimiters only and has an identical Python AST. No scored quality claim. This short non-thinking panel does not resolve the earlier long-copy/thinking trajectory concern. No production/profile change.",
1382
+ "output_difference_review": [
1383
+ {
1384
+ "task": "HumanEval/1",
1385
+ "byte_exact": false,
1386
+ "python_ast_identical": true,
1387
+ "ast_sha256": "8a77fd245e2f4f6d9dbd755aa8ba0a87f711b220c6f987f55708b29af473a626",
1388
+ "diff": "--- MTP-only\n+++ Boost+MTP\n@@ -11,7 +11,7 @@\n ['()', '(())', '(()())']\n \"\"\"\n # Remove all spaces\n- paren_string = paren_string.replace(\" \", \"\")\n+ paren_string = paren_string.replace(' ', '')\n \n result = []\n current_group = []\n",
1389
+ "scope": "Parse-only syntactic comparison of generated code; no code execution or benchmark correctness score."
1390
+ }
1391
+ ],
1392
+ "classification": "NARROW: promising for this short coding workload; general exactness/quality qualification remains open."
1393
+ }
1394
+ }
benchmarks/v4.4.0/LAUNCHER-CHECKS.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "status": "PASS",
3
+ "checks": [
4
+ {
5
+ "variant": "IU4",
6
+ "case": "default",
7
+ "passed": true
8
+ },
9
+ {
10
+ "variant": "IU4",
11
+ "case": "boost-flag",
12
+ "passed": true
13
+ },
14
+ {
15
+ "variant": "IU4",
16
+ "case": "boost-env",
17
+ "passed": true
18
+ },
19
+ {
20
+ "variant": "IU4",
21
+ "case": "parallel-reject",
22
+ "passed": true
23
+ },
24
+ {
25
+ "variant": "IU4",
26
+ "case": "boost-target-only-reject",
27
+ "passed": true
28
+ },
29
+ {
30
+ "variant": "Orca",
31
+ "case": "default",
32
+ "passed": true
33
+ },
34
+ {
35
+ "variant": "Orca",
36
+ "case": "boost-flag",
37
+ "passed": true
38
+ },
39
+ {
40
+ "variant": "Orca",
41
+ "case": "boost-env",
42
+ "passed": true
43
+ },
44
+ {
45
+ "variant": "Orca",
46
+ "case": "parallel-reject",
47
+ "passed": true
48
+ },
49
+ {
50
+ "variant": "Orca",
51
+ "case": "boost-target-only-reject",
52
+ "passed": true
53
+ }
54
+ ],
55
+ "scope": "CPU-only effective launch arguments and fail-fast guards; no model generation"
56
+ }
benchmarks/v4.4.0/PACKAGE-CHECKS.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "status": "PASS",
3
+ "archive": "ciru-runtime-v4.4.0-nixos-gfx1151.tar.gz",
4
+ "sha256": "564347f7baf194cb6663d97b93d4f4604dfe4b55f4cb7afc20d38f36bd896570",
5
+ "bytes": 48790575,
6
+ "source_commit": "111a66380bd368336dc1b754767f116975892999",
7
+ "archive_files_verified": 387,
8
+ "inference_binaries_exact_qualified_set": true,
9
+ "runtime_libraries": {
10
+ "runtime/hip/lib/libamdhip64.so.7.16.26366-7dda3ac": "3e8499d8e47d9db4f2a3140c0f3b4960167b27384dec5f9c1b9eef1f9cd94d26",
11
+ "runtime/hip/lib/libhiprtc-builtins.so.7.16.26366-7dda3ac": "48613e908848a743137b1d2b0b3996f59fcbb709c0ac981f152955f410d69952",
12
+ "runtime/hip/lib/libhiprtc.so.7.16.26366-7dda3ac": "ba5a85ae034904b5a86ba78f7d3da5a86436df90baa4f2513af84a0c8172d39c",
13
+ "runtime/rocr/lib/libhsa-runtime64.so.1.21.0": "3478dde41ccdba3561f1a1d938587fdf6919e6015f268ec8bb611a06c052dcc7"
14
+ },
15
+ "model_evidence": "Completed IU4 combined campaign; relocated-package load gate is recorded separately."
16
+ }
benchmarks/v4.4.0/PACKAGE-LOAD-CHECK.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "status": "PASS",
3
+ "seconds": 25.925079345703125,
4
+ "scope": "Relocated complete archive, actual production launcher, full262144 MTP3 default, exact inference and HIP/ROCr maps, eight-token serving smoke; no repeated quality panel",
5
+ "argv": [
6
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/llama-server",
7
+ "--model",
8
+ "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/Qwen3.8-Flash-CIRU-STRIX-IU4.gguf",
9
+ "--alias",
10
+ "Qwen3.8-Flash-CIRU-STRIX-IU4",
11
+ "--host",
12
+ "0.0.0.0",
13
+ "--port",
14
+ "50283",
15
+ "--jinja",
16
+ "--ple-sidecar",
17
+ "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/ple",
18
+ "--ple-cache-mib",
19
+ "4096",
20
+ "--slot-save-path",
21
+ "/home/halo/flash-combined-20260916/release-v4.4.0/load-check-r2/slots",
22
+ "-ngl",
23
+ "all",
24
+ "-sm",
25
+ "none",
26
+ "--fit",
27
+ "off",
28
+ "-lm",
29
+ "none",
30
+ "-lzm",
31
+ "on-direct",
32
+ "--no-kv-unified",
33
+ "--no-context-shift",
34
+ "-c",
35
+ "262144",
36
+ "-b",
37
+ "8192",
38
+ "-ub",
39
+ "8192",
40
+ "--parallel",
41
+ "1",
42
+ "-t",
43
+ "8",
44
+ "-tb",
45
+ "8",
46
+ "-ctk",
47
+ "f16",
48
+ "-ctv",
49
+ "f16",
50
+ "-fa",
51
+ "on",
52
+ "--cont-batching",
53
+ "--cache-prompt",
54
+ "--cache-ram",
55
+ "1024",
56
+ "--cache-idle-slots",
57
+ "--ctx-checkpoints",
58
+ "32",
59
+ "--checkpoint-min-step",
60
+ "8192",
61
+ "--temp",
62
+ "1.0",
63
+ "--top-p",
64
+ "0.95",
65
+ "--top-k",
66
+ "20",
67
+ "--min-p",
68
+ "0.0",
69
+ "--metrics",
70
+ "--slots",
71
+ "--ui",
72
+ "--path",
73
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/ui",
74
+ "--spec-type",
75
+ "draft-mtp",
76
+ "--spec-draft-model",
77
+ "/srv/llm/models/Qwen3.8-Flash-CIRU-STRIX-IU4/mtp/Qwen3.8-Flash-CIRU-STRIX-IU4-MTP-Q8_0.gguf",
78
+ "--spec-draft-ngl",
79
+ "all",
80
+ "--spec-draft-device",
81
+ "ROCm0",
82
+ "--spec-draft-type-k",
83
+ "f16",
84
+ "--spec-draft-type-v",
85
+ "f16",
86
+ "--spec-draft-threads",
87
+ "8",
88
+ "--spec-draft-threads-batch",
89
+ "8",
90
+ "--spec-draft-n-max",
91
+ "3",
92
+ "--spec-draft-n-min",
93
+ "0",
94
+ "--spec-draft-p-min",
95
+ "0.0",
96
+ "--spec-draft-p-split",
97
+ "0.10",
98
+ "--alias",
99
+ "main"
100
+ ],
101
+ "mapped": {
102
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/runtime/rocr/lib/libhsa-runtime64.so.1.21.0": "3478dde41ccdba3561f1a1d938587fdf6919e6015f268ec8bb611a06c052dcc7",
103
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/runtime/hip/lib/libamdhip64.so.7.16.26366-7dda3ac": "3e8499d8e47d9db4f2a3140c0f3b4960167b27384dec5f9c1b9eef1f9cd94d26",
104
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libggml-hip.so.0.23.0": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
105
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libggml-cpu.so.0.23.0": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
106
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libllama.so.0.4.0": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
107
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libllama-common.so.0.4.0": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
108
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libggml-base.so.0.23.0": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
109
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libllama-server-impl.so": "9512847e3bce1fb83035030f8d58c4740a6391597a145fc94220e85e748e38ef",
110
+ "/home/halo/flash-combined-20260916/release-v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151/bin/libggml.so.0.23.0": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280"
111
+ },
112
+ "env": {
113
+ "FLASH_K22_STAGED_DECAY": "1",
114
+ "CIRU_MTP_SHORTLIST": "32768",
115
+ "DEBUG_HIP_GRAPH_PM4": "1",
116
+ "CIRU_HC_Q8_FUSE": "1",
117
+ "CIRU_QSA_CACHE": "1",
118
+ "ENABLE_RETAINED_PM4": "0",
119
+ "FLASH_K21_VECTOR_STAGE": "1",
120
+ "CIRU_FA_LEGACY_LDS_OCCUPANCY": "1",
121
+ "DEBUG_HIP_GRAPH_PM4_UNQUALIFIED": "0"
122
+ },
123
+ "response_tokens": 8
124
+ }
benchmarks/v4.4.0/QUALIFICATION.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # v4.4 qualification
2
+
3
+ The exact `final-all-v1-pm4` inference binaries and pinned HIP/ROCr were qualified on a 128 GB Strix Halo / gfx1151, NixOS, stock TheRock10 compiler/math. MTP3, F16 target/draft caches, one slot, 262144 context, batch/microbatch 8192, native production thinking for HA20. These are runtime changes; no model artifacts were changed.
4
+
5
+ | Matched IU4 workload | v4.3 + S5/D0 control | v4.4 combined | Change |
6
+ | --- | ---: | ---: | ---: |
7
+ | 12960-token incident replay decode | 37.79 tok/s | 44.53 tok/s | +17.84% |
8
+ | Incident prefill | 824.28 tok/s | 889.13 tok/s | +7.87% |
9
+ | 245760-token cold decode | 7.62 tok/s | 21.14 tok/s | +177.48% |
10
+ | 245760-token prefill | 751.15 tok/s | 761.25 tok/s | +1.35% |
11
+ | Deep cold whole request | 394.58 s | 347.29 s | −11.98% |
12
+ | Cached append decode | 7.51 tok/s | 20.78 tok/s | +176.93% |
13
+ | Cached append whole request | 69.73 s | 25.84 s | −62.95% |
14
+ | Branch B revisit first piece | 5.653 s | 0.222 s | −96.08% |
15
+
16
+ One seven-case final block per arm. The control already includes S5/D0 and is not the plain published v4.3 runtime. No mirrored confidence interval or universal speedup is claimed. Comparable generated texts and draft counters matched; branch A2 is excluded from cross-arm speed claims because the control changed its canonical output. Candidate peak system RAM was 1.275 GiB higher and GTT 91.94 MiB higher.
17
+
18
+ Numerical evidence: 20 full-vocabulary teacher-forced rows exact, 11 lifecycle rows exact, 11 wide-index oracle cases passed. GDN specialization dispatch was confirmed. These checks qualify the complete IU4 composition; not every included patch has an isolated positive serving effect.
19
+
20
+ ## IU4 HumanEval 0–9
21
+
22
+ Ten canonical prompts, one cold slot per task, greedy nonthinking native chat adapter, natural EOS, no output cap, seed 123. This is a speed panel, not a graded coding accuracy score. Allocated context is 262144; prompts are short.
23
+
24
+ | Setting | Pooled timed decode | Generated tokens | Total request time |
25
+ | --- | ---: | ---: | ---: |
26
+ | Default MTP3 | 60.351 tok/s | 1633 | 36.057 s |
27
+ | Opt-in Boost + MTP3 | 64.067 tok/s | 1633 | 33.864 s |
28
+
29
+ Boost improved pooled decode 6.16% in this one follow-up load. Nine outputs were byte-identical; one differed only by quote style and had the same parsed Python AST. Peak per-task Boost decode was 70.95 tok/s (HE3). This does not qualify long thinking, HA20, or Orca with Boost. Dataset SHA256: `b796127e635a67f93fb35c04f4cb03cf06f38c8072ee7cee8833d7bee06979ef`.
30
+
31
+ ## IU4 Hermes Agent 20
32
+
33
+ One first trajectory per task, frozen 32-turn adapter, production native xhigh thinking, temperature 1, top-p .95, top-k 20, min-p 0, seed 160916, unlimited generation within context. Result: 19/20 full-score tasks; 98.5/100 arithmetic mean (matching the old card's aggregation), 99/100 canonical weighted score. HA17 scored 70 for the same delegation artifact issue seen in both older IU4 runs.
34
+
35
+ | IU4 version / run | Arithmetic mean /100 | Full-score tasks |
36
+ | --- | ---: | ---: |
37
+ | Published v4.3, pass 1 | 95.0 | 17/20 |
38
+ | Published v4.3, pass 2 | 98.5 | 19/20 |
39
+ | v4.4, one pass | 98.5 | 19/20 |
40
+
41
+ Same suite and arithmetic aggregation; historical engines/seeds differ. This comparison does not establish statistical equivalence, lower weight error or a causal quality gain. No new failed scenario appeared. Locked protocol SHA256: `6465f9465b78e9ca0b1456a8dfee2fd6df7e04681c7169dfefed9ebf9e025075`. HermesAgent-20 `57d7766bf3db8c40696e3ed937d43c8c85f4cd6c`; Hermes agent `ea74f61d983ebdfd6a863c45761d1b38081f1d08`.
42
+
43
+ ## Capacity and limitations
44
+
45
+ A separate native target-only 524288-token prefill measured 604.651 tok/s (867.092 s), after an excluded 8192-token warmup, batch/microbatch16384, F16 cache. Minimum available RAM was 9.750 GiB. No 512K MTP, decode, or quality claim. New-build target-only decode was not measured.
46
+
47
+ Image+MTP returned the same pending-row error in both control and candidate. Target-only red-square/blue-circle fixtures passed. Keep vision target-only. Boost is optional and lacks a new HA20 run. Model weights/scales/PLE are unchanged, so weight reconstruction error is unchanged.
48
+
49
+ The shared package is released with IU4's completed qualification. Orca keeps its retained MTP4 default and receives a separate HE0–9 / HA20 release report after its requested checks. IU4 speed figures are not Orca measurements.
benchmarks/v4.4.0/RELEASE-NOTES.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ Combined inference/runtime update; existing target, draft, PLE and projector files are unchanged.
2
+
3
+ - Integrates MTP shortlisting, duplicate-attention cleanup, separate graph arenas, incremental QSA caching, fused Q8 gate work, masked attention tile skipping, prompt branch reuse, attention occupancy, wide-context indexing and GDN vector/decay paths.
4
+ - Uses stock TheRock10 compiler/math with pinned pwilkin HIP/ROCr (`7dda3ac6`). MTP stays default: IU4 depth 3, Orca depth 4. Kairic Boost is opt-in (`--kairic-boost` / `KAIRIC_BOOST=1`).
5
+ - IU4 matched control → combined: 12.96K decode **37.79 → 44.53 tok/s**; 245760-token cold decode **7.62 → 21.14 tok/s**. Control already includes v4.3 + S5/D0; these are not plain-v4.3 comparisons.
6
+ - IU4 HE0–9: **60.35 tok/s** with MTP3, **64.07 tok/s** with opt-in Boost; one short panel per setting. HA20: **19/20 full-score tasks**, **98.5/100 arithmetic mean**, **99/100 official weighted score**.
7
+
8
+ Full 256K serving defaults are retained. A separate target-only 512K prefill reached 604.65 tok/s; it does not establish 512K decode or quality. Image+MTP remains incompatible in both retained and combined engines; use target-only vision. Boost has no new HA20 qualification. Weight reconstruction error is unchanged.
benchmarks/v4.4.0/binary-identity.json ADDED
@@ -0,0 +1,2428 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "4.4.0",
3
+ "source_commit": "111a66380bd368336dc1b754767f116975892999",
4
+ "source_archive_sha256": "2ac154ad944f906d5b1e11d816f5e2e1631d44002dd633bfbbb3a2a1a4cb2568",
5
+ "binary_hashes": {
6
+ "libggml-base.so": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
7
+ "libggml-base.so.0": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
8
+ "libggml-base.so.0.23.0": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d",
9
+ "libggml-cpu.so": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
10
+ "libggml-cpu.so.0": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
11
+ "libggml-cpu.so.0.23.0": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe",
12
+ "libggml-hip.so": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
13
+ "libggml-hip.so.0": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
14
+ "libggml-hip.so.0.23.0": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d",
15
+ "libggml.so": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
16
+ "libggml.so.0": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
17
+ "libggml.so.0.23.0": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280",
18
+ "libllama-bench-impl.so": "73bc9ba833d55ef859878c7adbdad2c4980dc0c5a5a57ad92577cd277b5da1c6",
19
+ "libllama-common.so": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
20
+ "libllama-common.so.0": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
21
+ "libllama-common.so.0.4.0": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408",
22
+ "libllama-server-impl.so": "9512847e3bce1fb83035030f8d58c4740a6391597a145fc94220e85e748e38ef",
23
+ "libllama.so": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
24
+ "libllama.so.0": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
25
+ "libllama.so.0.4.0": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517",
26
+ "libmtmd.so": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
27
+ "libmtmd.so.0": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
28
+ "libmtmd.so.0.4.0": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50",
29
+ "llama-bench": "38c47483355c5513f62689212dbbb21bf8e9b8120acfb5bae09418919117c174",
30
+ "llama-server": "d043c046f911680bef100c711cf825a06e457ad2b163abcc5f30e19dc3e5074d"
31
+ },
32
+ "candidate": "final-all-v1-pm4",
33
+ "inherited_dependency_provenance": {
34
+ "runtime_root": "/srv/llm/toolchains/therock-gfx1151-10.0.0",
35
+ "build_proof": {
36
+ "candidate_id": "ciru-v4-ple-io32-r1",
37
+ "complete_sha256": "270b731af50c141f4acc871c0cd6c9dc64130e476893a959d7fc2d0e850fe478",
38
+ "plan_sha256": "d9e5ffcc5d6f966f988561c70c7b7d2cce508c09718fc28b0c3cd5acc2362642",
39
+ "binary_hashes": {
40
+ "libggml-base.so": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44",
41
+ "libggml-base.so.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44",
42
+ "libggml-base.so.0.23.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44",
43
+ "libggml-cpu.so": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9",
44
+ "libggml-cpu.so.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9",
45
+ "libggml-cpu.so.0.23.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9",
46
+ "libggml-hip.so": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376",
47
+ "libggml-hip.so.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376",
48
+ "libggml-hip.so.0.23.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376",
49
+ "libggml.so": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae",
50
+ "libggml.so.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae",
51
+ "libggml.so.0.23.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae",
52
+ "libllama-bench-impl.so": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6",
53
+ "libllama-common.so": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740",
54
+ "libllama-common.so.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740",
55
+ "libllama-common.so.0.4.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740",
56
+ "libllama-server-impl.so": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf",
57
+ "libllama.so": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e",
58
+ "libllama.so.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e",
59
+ "libllama.so.0.4.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e",
60
+ "libmtmd.so": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6",
61
+ "libmtmd.so.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6",
62
+ "libmtmd.so.0.4.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6",
63
+ "llama-bench": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32",
64
+ "llama-server": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893",
65
+ "test-backend-ops": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f",
66
+ "test-backend-sched-ring": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be"
67
+ },
68
+ "protected_resolved_hashes": {
69
+ "/nix/store/dx1zhzy951phnqyixy0z77s0gcp6wc2z-cmake-4.1.2/bin/cmake": "ff4c10f402b79eb394d6128e2c6cd2fd17c09304a42c695e2d6bada34cd06225",
70
+ "/nix/store/vvg707j9xgklk7j4yqa8s8zxzpgwypsq-ninja-1.13.2/bin/ninja": "56abbedc80568818b970d1e2b3130e37556389437b8f8946dd4b1080ee19ba02",
71
+ "/nix/store/pf30k3mg7n6bibc1k6609gyq7glk00k2-glibc-2.42-61-bin/bin/ldd": "e2250f9b35bc105290110771a712ccd6be3ec02fb2290769f0ab4b821bdd666d",
72
+ "/nix/store/c0277k5giric1mn9dklllavbzvxl6hzb-git-2.53.0/bin/git": "9fa84c05e2851d231bbf7b1f6ba5c20884497528e2e0c4ee7155b5351fc33884",
73
+ "/nix/store/qd70v8g0561vm8m33kmnp79z00cgyi5n-gcc-wrapper-15.2.0/bin/gcc": "6f5c8ba687399cc210be10214acdcc20bed1cc7e4cfbd5d08e7931bba7903d5b",
74
+ "/nix/store/qd70v8g0561vm8m33kmnp79z00cgyi5n-gcc-wrapper-15.2.0/bin/g++": "b71ef54c88481b52d698d9fda5f435ab3e4650e4b13bc5ff9a738a3a905f1146",
75
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/bin/amdllvm": "2ec8efcf34ee0676977e497e9611bf885927b8ef94922ec3ab5d39db926fa72b",
76
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libamdhip64.so.7.15.26333-0000000": "4ac6ac420d354e279b68c18bc426ab336ccf6d72834d2ea4e915d93cf269c646",
77
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhsa-runtime64.so.1.21.0": "d38e16355591048c387b10ffca9b643947e9e6f878941305a057401c41ade626",
78
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhipblas.so.3.6": "3c681b75fb68ae17b55f816e0fc60a92e37a8c463ad5b6deb0b1e93883731013",
79
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocblas.so.5.6": "cbdb217646a3f1acc99780482c4c8841322df21d82576b5df2a71c448f2573a8",
80
+ "/nix/store/si4q3zks5mn5jhzzyri9hhd3cv789vlm-gcc-15.2.0-lib/lib/libstdc++.so.6.0.34": "a2dcb70d9a52e47903bd53e343b8877c5811db80f1f97f78a882431188e36b0d",
81
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libm.so.6": "1a5b421697440dc7095fed465890a3b964533a275b4043c689d1fd4ef57503e5",
82
+ "/nix/store/wrxyd3k2f4bmh52pr5rpdjxxsm5r2qxm-gcc-15.2.0-libgcc/lib/libgcc_s.so.1": "ae044ece9877d38a4a4bcee7b9c15eed9b50d0dad24d41617eec8fff8bbd262d",
83
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libc.so.6": "6fcad203e10b304de3988b4e6e85df56a71f7ff9ae8898cb20fcf9bda330e2df",
84
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/ld-linux-x86-64.so.2": "1640ec4d1cfcc3c19430b368cbbb057c5652eac340ecba12cf9dfbe2c3769d07",
85
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libdl.so.2": "b865862b59d19329e775704b53560ae87bc09f2c4161f94101a9913b1936946e",
86
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libomp.so": "ae68b99b04a8ee9a971fcacabd974ffb52bc928dda6e43e105e7e8aa5e795be6",
87
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/libpthread.so.0": "a91bfbc5485171fb38c6cce50e22c91f144628cadec61b57ce88c81b848d0828",
88
+ "/nix/store/fjkx1l5cnskzrqacf08z7i8z17256w0j-glibc-2.42-61/lib/librt.so.1": "6f485fa6927af7702c46ce27c2862a6459fdbfccae20b9e351ec54d0c76266b3",
89
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocsolver.so.0.11": "f1beebfc7db2fc029000de39741e92b1e454b5b94dc9e21f1708be9e7277c963",
90
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libroctx64.so.4.1.0": "7272659ab98898cb6fffb15e300989d500831506cdbc6766e40d99461e83dc49",
91
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libhipblaslt.so.1.4": "4f418b996f01273b4e3a22ea9e7d97f9cf9b47e4a21ca6ad0c5253ce8aa1112b",
92
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocm_kpack.so.0.1.0": "7e7d63d3ff95582b4ac87ea915c6797c44fed2473c457feaef805886913a0e83",
93
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocprofiler-register.so.0.6.0": "1ae1c97f37cc3e60ebe479da626071b6f85a3d41b6d8f77209905b8402e1fc16",
94
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/libamd_comgr.so.3.3.0": "822e25d21f0b7773c260d024db0ff6d2ac21f577e430ce1f4a7f547194e0d192",
95
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/liborigami.so.1.0": "44e9ea577c36f6a6fff58913801cc4c009134ed92b925af39d960a1e0dd029f7",
96
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_z.so.1.3.2": "27361c0c552d2afd5ecf9079f356309ed827e9a27d35f2fc68c7b5e6b5c83199",
97
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/librocroller.so.1.0.0": "8a1cdab3facd64268116741d7edf22d53cc7e3d6576a68bf4030de22ec6e87c2",
98
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_zstd.so.1.5.7": "5fc4ab0e6899318ece9bea43d3d397d20053418a5e40cb6bc86efe19a801c75e",
99
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libclang-cpp.so.23.0git": "b4b405e28632368cbc7f0ff0983648ec35f27b7606cb47882a0e2262f5c71dc3",
100
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/llvm/lib/libLLVM.so.23.0git": "94861a13bc545d3c4e4cb7d3f46e9394796741be0b71f65a7e676627734a6492",
101
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_elf.so.1": "cc7c1d8faa3f067072c6496cdaba16ed792d94130c41b2b0d5f01bc6367631f5",
102
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_drm.so.2": "cf203bcf5f42df87c5e292b254ea6cd801c3612027c04e5f29bfc71607877775",
103
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_drm_amdgpu.so.1": "e3cdcb253c88f9b79a63b4ee70d3696682c650a05fff1b7c5aa07eacc4eb2ff1",
104
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_numa.so.1": "333b980e3f706f7196c73a33967c7979e9fd47b6d5f5f51ed3990142ef4142cb",
105
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_liblzma.so.5.8.1": "15402b36e2fdb0762e0b6590c3470fccec5e80cc8010c84ac4835573d592c02d",
106
+ "/srv/llm/toolchains/therock-gfx1151-10.0.0/lib/rocm_sysdeps/lib/librocm_sysdeps_bz2.so": "fe4102b002321cea17405cf9c6aa04cf46e726bea5666c40ac8639684314de02",
107
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml.so.0.23.0": "e0dc0d2f18d97b12c37fe6701763b17e4a23e00b8f55b39ca73e969c4f00e6ae",
108
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-hip.so.0.23.0": "1547a7cfbade44fc3c7b9622956a2db54b224df3784342e3faef3ce710ad0376",
109
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libmtmd.so.0.4.0": "bfd37141ab90aa26024842be5424365658a7dab475e10fa29868f584b2612df6",
110
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-bench-impl.so": "1e610fe805a3ca48385624c527eb30687d05973424e9c1c1c400b47932b907d6",
111
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-cpu.so.0.23.0": "f8922ae684d4315767696d6c644a101654d5d204a16539e79e14ed5ff27903b9",
112
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libggml-base.so.0.23.0": "9b34abd2593986b49302fe9b46def6c899ef120639e062e195c40d4ed5121b44",
113
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-server-impl.so": "d1610c37ddbaf42bfbd2a458552c8dd8090779c8e86642faeb224ff21b29cddf",
114
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama-common.so.0.4.0": "022d28184cd4c9d4bd71c2dc05a2eb329133f930b846a6d8ffd483724c5eb740",
115
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/llama-bench": "a939ebf4f181ab5daa6dd8f163e236d8b09cabf69da63db196eb272a17061f32",
116
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/libllama.so.0.4.0": "1d8825f363b353b0d524f2ff96d468ad020e12216ba02104e5f74f69543c854e",
117
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/test-backend-sched-ring": "99f898a684ccece9681e1b501d31e4a53f7f567c3f3b975ff42716cb3c1ce0be",
118
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/llama-server": "6651c8ea36b8bb4ecaa8b9a06bc1353c8a209c745017ac838409c0de348d4893",
119
+ "/srv/llm/work/pwilkin-prefill-20260913/reference/ciru-v4-ple-io32-r1/build/bin/test-backend-ops": "4f84ad6bc59a2c437fbb88b1b194dc15f57c935e7eeb2d5cde962d2e7d9e902f"
120
+ }
121
+ }
122
+ },
123
+ "dependency_note": "NixOS binary requires recorded stock TheRock10 and Nix dependencies; bundled custom HIP/ROCr take precedence. Not a standalone portable Linux payload.",
124
+ "runtime_root": "runtime",
125
+ "runtime_source": "https://github.com/pwilkin/rocm-systems/tree/7dda3ac6cfe6bbe0b7f08c23a67cfa118d8641a1",
126
+ "files": [
127
+ {
128
+ "path": "CIRU_RELEASE.json",
129
+ "mode": 420,
130
+ "bytes": 4331,
131
+ "sha256": "eb5fcacbf21d7fc88272580c55e91e990b388103428f551d6126bf2b8661bc91"
132
+ },
133
+ {
134
+ "path": "LICENSE",
135
+ "mode": 420,
136
+ "bytes": 1078,
137
+ "sha256": "94f29bbed6a22c35b992c5c6ebf0e7c92f13b836b90f36f461c9cf2f0f1d010d"
138
+ },
139
+ {
140
+ "path": "README.md",
141
+ "mode": 420,
142
+ "bytes": 8196,
143
+ "sha256": "c45ad48d8ba4d8d38e172700366e98c67bcc7ad5edc3a2c9d1af7a2e4b430de2"
144
+ },
145
+ {
146
+ "path": "THIRD_PARTY_NOTICES.md",
147
+ "mode": 420,
148
+ "bytes": 1204,
149
+ "sha256": "8f2e8a64819c7ce984e33fdd70fa7482d0999df0141b4d5767848a4cfd397454"
150
+ },
151
+ {
152
+ "path": "bin/libggml-base.so",
153
+ "mode": 511,
154
+ "symlink": "libggml-base.so.0"
155
+ },
156
+ {
157
+ "path": "bin/libggml-base.so.0",
158
+ "mode": 511,
159
+ "symlink": "libggml-base.so.0.23.0"
160
+ },
161
+ {
162
+ "path": "bin/libggml-base.so.0.23.0",
163
+ "mode": 493,
164
+ "bytes": 966768,
165
+ "sha256": "988ca6568cda24be818894aae84c3efe1c7f6968fbc1fdb98688b68a5f93318d"
166
+ },
167
+ {
168
+ "path": "bin/libggml-cpu.so",
169
+ "mode": 511,
170
+ "symlink": "libggml-cpu.so.0"
171
+ },
172
+ {
173
+ "path": "bin/libggml-cpu.so.0",
174
+ "mode": 511,
175
+ "symlink": "libggml-cpu.so.0.23.0"
176
+ },
177
+ {
178
+ "path": "bin/libggml-cpu.so.0.23.0",
179
+ "mode": 493,
180
+ "bytes": 1433400,
181
+ "sha256": "5498beba4fea384bd87908b019eab01a2e28db0bc60e302a66ddd93489d08afe"
182
+ },
183
+ {
184
+ "path": "bin/libggml-hip.so",
185
+ "mode": 511,
186
+ "symlink": "libggml-hip.so.0"
187
+ },
188
+ {
189
+ "path": "bin/libggml-hip.so.0",
190
+ "mode": 511,
191
+ "symlink": "libggml-hip.so.0.23.0"
192
+ },
193
+ {
194
+ "path": "bin/libggml-hip.so.0.23.0",
195
+ "mode": 493,
196
+ "bytes": 84540712,
197
+ "sha256": "346547c8930a41f46b72d2c8a54268cac1ee38bd0833db6be9974db95301754d"
198
+ },
199
+ {
200
+ "path": "bin/libggml.so",
201
+ "mode": 511,
202
+ "symlink": "libggml.so.0"
203
+ },
204
+ {
205
+ "path": "bin/libggml.so.0",
206
+ "mode": 511,
207
+ "symlink": "libggml.so.0.23.0"
208
+ },
209
+ {
210
+ "path": "bin/libggml.so.0.23.0",
211
+ "mode": 493,
212
+ "bytes": 55344,
213
+ "sha256": "4d061b0caf4179de131e31d2666b770441500036e155cfc820a889931bfa6280"
214
+ },
215
+ {
216
+ "path": "bin/libllama-bench-impl.so",
217
+ "mode": 493,
218
+ "bytes": 459120,
219
+ "sha256": "73bc9ba833d55ef859878c7adbdad2c4980dc0c5a5a57ad92577cd277b5da1c6"
220
+ },
221
+ {
222
+ "path": "bin/libllama-common.so",
223
+ "mode": 511,
224
+ "symlink": "libllama-common.so.0"
225
+ },
226
+ {
227
+ "path": "bin/libllama-common.so.0",
228
+ "mode": 511,
229
+ "symlink": "libllama-common.so.0.4.0"
230
+ },
231
+ {
232
+ "path": "bin/libllama-common.so.0.4.0",
233
+ "mode": 493,
234
+ "bytes": 5874360,
235
+ "sha256": "334a8bb92b1151aac8befc6c18c34b41b7c1d0ae2c6792ed845306e4c923c408"
236
+ },
237
+ {
238
+ "path": "bin/libllama-server-impl.so",
239
+ "mode": 493,
240
+ "bytes": 6892752,
241
+ "sha256": "9512847e3bce1fb83035030f8d58c4740a6391597a145fc94220e85e748e38ef"
242
+ },
243
+ {
244
+ "path": "bin/libllama.so",
245
+ "mode": 511,
246
+ "symlink": "libllama.so.0"
247
+ },
248
+ {
249
+ "path": "bin/libllama.so.0",
250
+ "mode": 511,
251
+ "symlink": "libllama.so.0.4.0"
252
+ },
253
+ {
254
+ "path": "bin/libllama.so.0.4.0",
255
+ "mode": 493,
256
+ "bytes": 4953560,
257
+ "sha256": "cf1233a616ed082658ff45612f5ac2e16011cbb0d651d110cb60eccc5fd35517"
258
+ },
259
+ {
260
+ "path": "bin/libmtmd.so",
261
+ "mode": 511,
262
+ "symlink": "libmtmd.so.0"
263
+ },
264
+ {
265
+ "path": "bin/libmtmd.so.0",
266
+ "mode": 511,
267
+ "symlink": "libmtmd.so.0.4.0"
268
+ },
269
+ {
270
+ "path": "bin/libmtmd.so.0.4.0",
271
+ "mode": 493,
272
+ "bytes": 1917752,
273
+ "sha256": "f2bd014813584ccbe026f3bf98f56a5358c9ba48d59957d2eb8596d160981c50"
274
+ },
275
+ {
276
+ "path": "bin/llama-bench",
277
+ "mode": 493,
278
+ "bytes": 15944,
279
+ "sha256": "38c47483355c5513f62689212dbbb21bf8e9b8120acfb5bae09418919117c174"
280
+ },
281
+ {
282
+ "path": "bin/llama-server",
283
+ "mode": 493,
284
+ "bytes": 15944,
285
+ "sha256": "d043c046f911680bef100c711cf825a06e457ad2b163abcc5f30e19dc3e5074d"
286
+ },
287
+ {
288
+ "path": "docs/BUILD_LINUX.md",
289
+ "mode": 420,
290
+ "bytes": 5303,
291
+ "sha256": "4093b12c1d1e782aee78c0a9a85b60f441f057371851495a54477b6e96425c99"
292
+ },
293
+ {
294
+ "path": "docs/RUNNING.md",
295
+ "mode": 420,
296
+ "bytes": 6946,
297
+ "sha256": "f9b76e0ee8d920d9d406f08eb93e2e927954c288924b94932279616c88c0bfb2"
298
+ },
299
+ {
300
+ "path": "docs/qualification/v4.1.0/IO32-VALIDATION.json",
301
+ "mode": 420,
302
+ "bytes": 3462,
303
+ "sha256": "e828df7c25582d4078951cde74346f336ca784bfbbfa0e695562209f42692437"
304
+ },
305
+ {
306
+ "path": "docs/qualification/v4.1.0/PACKAGE-CHECKS.json",
307
+ "mode": 420,
308
+ "bytes": 1537,
309
+ "sha256": "f7f0e696e965dcdcf9975cba0b8cf171aad1a1de3b71e7a1ea1c3155998866f7"
310
+ },
311
+ {
312
+ "path": "docs/qualification/v4.1.0/QUALIFICATION.md",
313
+ "mode": 420,
314
+ "bytes": 1626,
315
+ "sha256": "b365beb5ae381403237041531e1d287b56d02b70087a153f44989014aab673bc"
316
+ },
317
+ {
318
+ "path": "docs/qualification/v4.2.0/BUILD-CORRECTION.json",
319
+ "mode": 420,
320
+ "bytes": 476,
321
+ "sha256": "c30c87a38f98638c7fca1be2c17421f85b7151aa46a951c9086c7b54270d69df"
322
+ },
323
+ {
324
+ "path": "docs/qualification/v4.2.0/LAUNCHER-CHECKS.json",
325
+ "mode": 420,
326
+ "bytes": 3442,
327
+ "sha256": "999f286d76dd1bd82cd2c0e7f5420b0f55a12af020a26e0ec6a6e6b26a2eac2f"
328
+ },
329
+ {
330
+ "path": "docs/qualification/v4.2.0/MODEL-CHECKS.json",
331
+ "mode": 420,
332
+ "bytes": 839,
333
+ "sha256": "6dacfc617dc495c8d2e5bd76e615fca0d7658b9aa554a6503ec31777da72024a"
334
+ },
335
+ {
336
+ "path": "docs/qualification/v4.2.0/NUMERICAL-CHECKS.json",
337
+ "mode": 420,
338
+ "bytes": 9824,
339
+ "sha256": "a5854f61199ac3d2b9de1b61968c0b23d5bc25080644d2300be221fa89d45601"
340
+ },
341
+ {
342
+ "path": "docs/qualification/v4.2.0/PERFORMANCE.json",
343
+ "mode": 420,
344
+ "bytes": 1454,
345
+ "sha256": "56008760049a0d61f99331e51c3461f5e0be67f81776a2ad1572875b276bf0a4"
346
+ },
347
+ {
348
+ "path": "docs/qualification/v4.2.0/QUALIFICATION.md",
349
+ "mode": 420,
350
+ "bytes": 4591,
351
+ "sha256": "a8e3f20544e031217d8c2d7f2e633553c9e0ec205174a93ed2f94c230257ba4e"
352
+ },
353
+ {
354
+ "path": "docs/qualification/v4.3.0/HERMES-80-CASES.csv",
355
+ "mode": 420,
356
+ "bytes": 13143,
357
+ "sha256": "e44b9ad60148bb5843070b7e89120bfa0526b0bedfcf488bbbce237e91d203f1"
358
+ },
359
+ {
360
+ "path": "docs/qualification/v4.3.0/HERMES-POOLED.json",
361
+ "mode": 420,
362
+ "bytes": 936,
363
+ "sha256": "e0a630f97621352cae224f1d07acb1a6298bca8564c89115fbbf4da336a10ec9"
364
+ },
365
+ {
366
+ "path": "docs/qualification/v4.3.0/HERMES-RESULTS.md",
367
+ "mode": 420,
368
+ "bytes": 4466,
369
+ "sha256": "b9fa142b24571b37f8a3d7bb7f271a28d800018f29fbec506cb857a02f38aa9d"
370
+ },
371
+ {
372
+ "path": "docs/qualification/v4.3.0/LAUNCHER-CHECKS.json",
373
+ "mode": 420,
374
+ "bytes": 4657,
375
+ "sha256": "c210eb5d3dbb95b6cf1ba3c8057c2aeef9e6aa950143fcc97481a3f6d5136cc7"
376
+ },
377
+ {
378
+ "path": "docs/qualification/v4.3.0/QUALIFICATION.md",
379
+ "mode": 420,
380
+ "bytes": 1662,
381
+ "sha256": "17452d5c8dc9dbb959428001ee1f1c2809b94dc94fe56ddbf6071b78803bb66d"
382
+ },
383
+ {
384
+ "path": "docs/qualification/v4.3.0/TEST-PROTOCOL.json",
385
+ "mode": 420,
386
+ "bytes": 6732,
387
+ "sha256": "462f1ac5e4d7755faaca4c5255095a9935e8d02f8241a5ae9a7218b33b17b0f0"
388
+ },
389
+ {
390
+ "path": "docs/qualification/v4.3.0/TUNING-EVIDENCE.json",
391
+ "mode": 420,
392
+ "bytes": 3724,
393
+ "sha256": "ac484599a474ca16d5d5b0f25ff41d3f23ea6990a5d8c3ee031cda86962396ea"
394
+ },
395
+ {
396
+ "path": "docs/qualification/v4.3.0/VALIDATION.json",
397
+ "mode": 420,
398
+ "bytes": 701,
399
+ "sha256": "ac9fff009086a8a44956c0cdedd3e2431ca7a0fedb7054dded770cdcfccfe478"
400
+ },
401
+ {
402
+ "path": "docs/qualification/v4.4.0/ENGINE-IDENTITY.json",
403
+ "mode": 420,
404
+ "bytes": 7762,
405
+ "sha256": "89a169f55a807b1de3379e802489ec295220d0881c07942e668df579319e0293"
406
+ },
407
+ {
408
+ "path": "docs/qualification/v4.4.0/IU4-RESULTS.json",
409
+ "mode": 420,
410
+ "bytes": 48889,
411
+ "sha256": "9227c36d0794e50a8218131ce74c3d59c955e876fef53f6948ce092ed21d4a91"
412
+ },
413
+ {
414
+ "path": "docs/qualification/v4.4.0/LAUNCHER-CHECKS.json",
415
+ "mode": 420,
416
+ "bytes": 1028,
417
+ "sha256": "af9250303c1e04366b5c2cd48a3a92e3e28dcbd945cb299c33f634205d5db0bf"
418
+ },
419
+ {
420
+ "path": "docs/qualification/v4.4.0/QUALIFICATION.md",
421
+ "mode": 420,
422
+ "bytes": 4380,
423
+ "sha256": "3a87537bd28c5e61c7dc9a07e9f7204934d6ae04c5ba4cf65f0e3e7c50214b7b"
424
+ },
425
+ {
426
+ "path": "docs/qualification/v4.4.0/RELEASE-NOTES.md",
427
+ "mode": 420,
428
+ "bytes": 1269,
429
+ "sha256": "5bd0ddaa9d79478320eea2b17743c93294378dae5360e59749a8079ec9bbc0a6"
430
+ },
431
+ {
432
+ "path": "profiles/strix-halo-production.env",
433
+ "mode": 420,
434
+ "bytes": 2696,
435
+ "sha256": "26c01292089b19f0e56341d1d6feb409e2a381fdbd614d36f26055a54a9dbb15"
436
+ },
437
+ {
438
+ "path": "runtime/hip/bin/hipcc",
439
+ "mode": 493,
440
+ "bytes": 644120,
441
+ "sha256": "d92839ed940e685fd15b8c60744d9f30efa65102e49e0babd655045219be371d"
442
+ },
443
+ {
444
+ "path": "runtime/hip/bin/hipcc_cmake_linker_helper",
445
+ "mode": 493,
446
+ "bytes": 471,
447
+ "sha256": "d3ce66f8edb47f8399e561347272e8a2f91a29be0beb21612afae69b2bde7d32"
448
+ },
449
+ {
450
+ "path": "runtime/hip/bin/hipconfig",
451
+ "mode": 493,
452
+ "bytes": 644192,
453
+ "sha256": "51607cb054e98c0a6935f085fb76879bc4f54ffe9ee9e6c10fdc8638ef9fd404"
454
+ },
455
+ {
456
+ "path": "runtime/hip/bin/hipdemangleatp",
457
+ "mode": 493,
458
+ "bytes": 820,
459
+ "sha256": "4fdf345650ea3cd1691dce590fd9337dd715279726e10270b344b72523a83e30"
460
+ },
461
+ {
462
+ "path": "runtime/hip/include/hip/amd_detail/amd_channel_descriptor.h",
463
+ "mode": 420,
464
+ "bytes": 10575,
465
+ "sha256": "9ac6ef411d5d32fdbce980e8a3157d6ca66fb98f3fd2b635c76955c52eac6813"
466
+ },
467
+ {
468
+ "path": "runtime/hip/include/hip/amd_detail/amd_device_functions.h",
469
+ "mode": 420,
470
+ "bytes": 34756,
471
+ "sha256": "e2afec071ba4ec893bbd3aaf5489de219105c9a8f745aee8e2000ae0a9d9db58"
472
+ },
473
+ {
474
+ "path": "runtime/hip/include/hip/amd_detail/amd_gfx1250_TDM.h",
475
+ "mode": 420,
476
+ "bytes": 9272,
477
+ "sha256": "ef4d516a043bba8ca78710961a72de118c3383946f377f2e69fcc2768c76ca35"
478
+ },
479
+ {
480
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_atomic.h",
481
+ "mode": 420,
482
+ "bytes": 28205,
483
+ "sha256": "1c8457b24c86f910d581888d49d5b3a02bf51e3f2be0177bc819f22c72653507"
484
+ },
485
+ {
486
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_bf16.h",
487
+ "mode": 420,
488
+ "bytes": 63948,
489
+ "sha256": "86b50814a85d2a0aa66a5531ddc917ced1994327778e5ed74b00acbb3f08d4e1"
490
+ },
491
+ {
492
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_bf16_gcc.h",
493
+ "mode": 420,
494
+ "bytes": 3651,
495
+ "sha256": "34a468f09ff6ac16fa6eacdede4032c04019cba17889903bfd12053f997dbef1"
496
+ },
497
+ {
498
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_bfloat16.h",
499
+ "mode": 420,
500
+ "bytes": 7913,
501
+ "sha256": "48f3675d77feed06f1839ce8a9c1ded303a01d8b19dd90f765e7f3d7649923de"
502
+ },
503
+ {
504
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_common.h",
505
+ "mode": 420,
506
+ "bytes": 372,
507
+ "sha256": "a6944a543c2e559602013db052b389694f0bc93d1d60613984dd9bb7b51bb454"
508
+ },
509
+ {
510
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_complex.h",
511
+ "mode": 420,
512
+ "bytes": 4757,
513
+ "sha256": "9171769e7cc18b8be3e47f066aada33e4282bbf000be4d449cb941e438ba0032"
514
+ },
515
+ {
516
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_cooperative_groups.h",
517
+ "mode": 420,
518
+ "bytes": 61306,
519
+ "sha256": "d2f1d7f0232cfd520c6e74bdf773d05baa872d00aa7d53452e1313c800dc2906"
520
+ },
521
+ {
522
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_cooperative_groups_memcpy.h",
523
+ "mode": 420,
524
+ "bytes": 11621,
525
+ "sha256": "94c35f8ddf755e96d7676aea989642f80a6ce785d5cdcdc04e18c6ee7bb4c9ac"
526
+ },
527
+ {
528
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_cooperative_groups_reduce.h",
529
+ "mode": 420,
530
+ "bytes": 5020,
531
+ "sha256": "4243260acaf813cbf6893eb83f920a83b3addaaf6d0d6664d8a5bf7d20641b1f"
532
+ },
533
+ {
534
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_cooperative_groups_scan.h",
535
+ "mode": 420,
536
+ "bytes": 12023,
537
+ "sha256": "7e710ba97b173627d934ce9bf0d3973a4d87d986b28ee8546a730b5811cd0fd4"
538
+ },
539
+ {
540
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_fp16.h",
541
+ "mode": 420,
542
+ "bytes": 44021,
543
+ "sha256": "a40c9b8db7c3419c11f62483b62d5f5b2a7b34a1ce85b158ddfe87f015e64fe9"
544
+ },
545
+ {
546
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_fp4.h",
547
+ "mode": 420,
548
+ "bytes": 25280,
549
+ "sha256": "2c44d42beefd866c604e5ce740a808b1cbe32a41f5c1c19b27dfbe3463744f8c"
550
+ },
551
+ {
552
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_fp6.h",
553
+ "mode": 420,
554
+ "bytes": 43304,
555
+ "sha256": "9ad221a279ff28a2e1cbcf0d1ca973f2bca9f402ff5fa24d2708aaaffe51f212"
556
+ },
557
+ {
558
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_fp8.h",
559
+ "mode": 420,
560
+ "bytes": 123735,
561
+ "sha256": "c3ad0b9eaad2c8256d288352b38fe8f184492fa3801bde0e69a8e91cbb2b5dc0"
562
+ },
563
+ {
564
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_gl_interop.h",
565
+ "mode": 420,
566
+ "bytes": 2998,
567
+ "sha256": "5fec2dd29155c980a5bb040c5df1f4f2d42c0cbc9fb35ce71043c77b3dd1f771"
568
+ },
569
+ {
570
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_math_constants.h",
571
+ "mode": 420,
572
+ "bytes": 4129,
573
+ "sha256": "5e1399845d0852497146cfa022656b9a98b193cc01536dd15bc48e43735e5651"
574
+ },
575
+ {
576
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_mx_common.h",
577
+ "mode": 420,
578
+ "bytes": 1715,
579
+ "sha256": "da1c73e7c55aed12e4976071d1824bcd0842a53558eb60bfe2060b29de703881"
580
+ },
581
+ {
582
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_ocp_fp.hpp",
583
+ "mode": 420,
584
+ "bytes": 152263,
585
+ "sha256": "95faca32cb0ad43996c3bf8062b57c2c84f700476db702c4cee9530b40014203"
586
+ },
587
+ {
588
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_ocp_fp_cxx.hpp",
589
+ "mode": 420,
590
+ "bytes": 40745,
591
+ "sha256": "743d215efaf5abc4cbdf8b5ad744ecc833d08a71b4adbee71c552eaa73e96203"
592
+ },
593
+ {
594
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_ocp_host.hpp",
595
+ "mode": 420,
596
+ "bytes": 26152,
597
+ "sha256": "a7000e30d2ebb92561c7e8ef80a0ac9c002be075fceef4cfd7e119e6432eb2e5"
598
+ },
599
+ {
600
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_ocp_types.h",
601
+ "mode": 420,
602
+ "bytes": 4755,
603
+ "sha256": "b1ad46e250a5faf3193be98e710d9c3b91a9de6768290d8569bd531f0201393b"
604
+ },
605
+ {
606
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_runtime.h",
607
+ "mode": 420,
608
+ "bytes": 15646,
609
+ "sha256": "b742f4c5f44db0ebf2f14c06e60a491edc3f528a97420af5e2bf6ff97d647639"
610
+ },
611
+ {
612
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_runtime_pt_api.h",
613
+ "mode": 420,
614
+ "bytes": 9594,
615
+ "sha256": "ee8d8978886dbe8e27ed6c94a3f3e213ab0906242e509c5b91b4cfc1e745a5b3"
616
+ },
617
+ {
618
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_unsafe_atomics.h",
619
+ "mode": 420,
620
+ "bytes": 25048,
621
+ "sha256": "b9e5112113a083df186aef0cf0c2940087dccbebb5a11471842309770e11fa6e"
622
+ },
623
+ {
624
+ "path": "runtime/hip/include/hip/amd_detail/amd_hip_vector_types.h",
625
+ "mode": 420,
626
+ "bytes": 55478,
627
+ "sha256": "efa048d0802df7b432db5d9426324916855b6f77dd770e5f76c94b2608752a33"
628
+ },
629
+ {
630
+ "path": "runtime/hip/include/hip/amd_detail/amd_math_functions.h",
631
+ "mode": 420,
632
+ "bytes": 2049,
633
+ "sha256": "a8fd59ee8aabec59d2ac8bc13d72783c09dea8b7d6adaf86e6a64f068ff728af"
634
+ },
635
+ {
636
+ "path": "runtime/hip/include/hip/amd_detail/amd_surface_functions.h",
637
+ "mode": 420,
638
+ "bytes": 17609,
639
+ "sha256": "3fdae90c01b976df79a710044cde10e68a1ffe299b1d08f0b87644d962889301"
640
+ },
641
+ {
642
+ "path": "runtime/hip/include/hip/amd_detail/amd_warp_functions.h",
643
+ "mode": 420,
644
+ "bytes": 22993,
645
+ "sha256": "861b6c484cb0d666ca9429a674ec6ccf53f31af9a09dfb3cb74c0ed3d868e759"
646
+ },
647
+ {
648
+ "path": "runtime/hip/include/hip/amd_detail/amd_warp_sync_functions.h",
649
+ "mode": 420,
650
+ "bytes": 37736,
651
+ "sha256": "e6f8f61066b034141ad288a01b82006a0e6f0e8e9e7750ac36153b1602eedfe2"
652
+ },
653
+ {
654
+ "path": "runtime/hip/include/hip/amd_detail/concepts.hpp",
655
+ "mode": 420,
656
+ "bytes": 253,
657
+ "sha256": "0bcd77e935d02c3fde5af9875ec1d6967b604cd0f9aface311a3822cff6be832"
658
+ },
659
+ {
660
+ "path": "runtime/hip/include/hip/amd_detail/device_library_decls.h",
661
+ "mode": 420,
662
+ "bytes": 5914,
663
+ "sha256": "7751ebc2e1689cf3410c1d68251f3fa14b054bad7a53b2e2cebcab09fdf21d8b"
664
+ },
665
+ {
666
+ "path": "runtime/hip/include/hip/amd_detail/functional_grid_launch.hpp",
667
+ "mode": 420,
668
+ "bytes": 6719,
669
+ "sha256": "0ac36771bdfce8726496259e518e0592e197b7d66469a164fc22425d1897732c"
670
+ },
671
+ {
672
+ "path": "runtime/hip/include/hip/amd_detail/grid_launch.h",
673
+ "mode": 420,
674
+ "bytes": 1942,
675
+ "sha256": "fa68a5967448c590fb5ae73c7100620508d8edcad8cf01ed33b246344ddbcb32"
676
+ },
677
+ {
678
+ "path": "runtime/hip/include/hip/amd_detail/grid_launch.hpp",
679
+ "mode": 420,
680
+ "bytes": 1727,
681
+ "sha256": "df6e254533dea06b1566499126f8440fb22e8c2ca464520a0a0b4639bd058c4c"
682
+ },
683
+ {
684
+ "path": "runtime/hip/include/hip/amd_detail/grid_launch_GGL.hpp",
685
+ "mode": 420,
686
+ "bytes": 221,
687
+ "sha256": "86025211d8fd74fc08530f06e2b8d2e9313ef435d56d1fc9770f5630cb8efab3"
688
+ },
689
+ {
690
+ "path": "runtime/hip/include/hip/amd_detail/helpers.hpp",
691
+ "mode": 420,
692
+ "bytes": 4690,
693
+ "sha256": "53973ffe2fd32a3e11edafa3a479446770b0adab04b46463572cfaad7c0c3488"
694
+ },
695
+ {
696
+ "path": "runtime/hip/include/hip/amd_detail/hip_api_trace.hpp",
697
+ "mode": 420,
698
+ "bytes": 126630,
699
+ "sha256": "fca6141abf9450c91b22036ce3979cc855cd6881c3794f89a0b4348b2d96c9a2"
700
+ },
701
+ {
702
+ "path": "runtime/hip/include/hip/amd_detail/hip_assert.h",
703
+ "mode": 420,
704
+ "bytes": 3374,
705
+ "sha256": "555878b5b1741316da066b77daf56fa7c43fcdf92c6b6b5a7f0883701ac38663"
706
+ },
707
+ {
708
+ "path": "runtime/hip/include/hip/amd_detail/hip_cooperative_groups_helper.h",
709
+ "mode": 420,
710
+ "bytes": 16105,
711
+ "sha256": "2eb83880406f77b51db2ba7c601175c0925c858ec6696e64994dc64a375edc09"
712
+ },
713
+ {
714
+ "path": "runtime/hip/include/hip/amd_detail/hip_fp16_gcc.h",
715
+ "mode": 420,
716
+ "bytes": 5653,
717
+ "sha256": "14a5d41da5ec7172db143def962e440fe0645d7ed1323d00089871b54d1c46bc"
718
+ },
719
+ {
720
+ "path": "runtime/hip/include/hip/amd_detail/hip_fp16_math_fwd.h",
721
+ "mode": 420,
722
+ "bytes": 3775,
723
+ "sha256": "5ea94a5f473f2f4044456e89c885a9587dcff775e2d1aeae107f6700a0e96877"
724
+ },
725
+ {
726
+ "path": "runtime/hip/include/hip/amd_detail/hip_ldg.h",
727
+ "mode": 420,
728
+ "bytes": 2653,
729
+ "sha256": "9d246b809f28ae412673e17171eb8956385a4fe9feeee8e54dabb93e9050bfa9"
730
+ },
731
+ {
732
+ "path": "runtime/hip/include/hip/amd_detail/hip_prof_str.h",
733
+ "mode": 420,
734
+ "bytes": 819952,
735
+ "sha256": "14ee61cc88b94071d001cf95b0f072114fb43d4ec2e3b4e45cbf10b221383c11"
736
+ },
737
+ {
738
+ "path": "runtime/hip/include/hip/amd_detail/hip_profiler_ext.h",
739
+ "mode": 420,
740
+ "bytes": 15828,
741
+ "sha256": "795e1723c74af132cf94b237977932dcb4f1148434a41beb62e5b15cb9ea41d8"
742
+ },
743
+ {
744
+ "path": "runtime/hip/include/hip/amd_detail/hip_runtime_prof.h",
745
+ "mode": 420,
746
+ "bytes": 1697,
747
+ "sha256": "3fea487835c07de1589f9f3e3141354d19d0fb72156c0ad245f36d7ca7272f3d"
748
+ },
749
+ {
750
+ "path": "runtime/hip/include/hip/amd_detail/hip_storage.h",
751
+ "mode": 420,
752
+ "bytes": 2006,
753
+ "sha256": "e9578d30e5cd5f608b3a3baa6ff10aadd7746dac19983e55ad0d33047de88866"
754
+ },
755
+ {
756
+ "path": "runtime/hip/include/hip/amd_detail/host_defines.h",
757
+ "mode": 420,
758
+ "bytes": 15891,
759
+ "sha256": "fd8576922d6b8db876be37443756ec142b0e3d9b938dc9030eb874105986d7ed"
760
+ },
761
+ {
762
+ "path": "runtime/hip/include/hip/amd_detail/hsa_helpers.hpp",
763
+ "mode": 420,
764
+ "bytes": 2074,
765
+ "sha256": "9abfb01857a7c063b3d65ba286b82d922c699a0e21f63600b39f783966ad9eb1"
766
+ },
767
+ {
768
+ "path": "runtime/hip/include/hip/amd_detail/macro_based_grid_launch.hpp",
769
+ "mode": 420,
770
+ "bytes": 66945,
771
+ "sha256": "f0e19037eed36fc30e25b31b15d5cda81251f30ce1d03ecc60e895c75fdb0af8"
772
+ },
773
+ {
774
+ "path": "runtime/hip/include/hip/amd_detail/math_fwd.h",
775
+ "mode": 420,
776
+ "bytes": 16124,
777
+ "sha256": "770faf4a252305bccfec4e8f125639f0e1c8290f5eafa20de53d50ce9ec0a7c2"
778
+ },
779
+ {
780
+ "path": "runtime/hip/include/hip/amd_detail/ockl_image.h",
781
+ "mode": 420,
782
+ "bytes": 13970,
783
+ "sha256": "cd388a4981eca228cd5ed083c1ebd5f40bdacca1d353583de3f29c6fa6f395bd"
784
+ },
785
+ {
786
+ "path": "runtime/hip/include/hip/amd_detail/program_state.hpp",
787
+ "mode": 420,
788
+ "bytes": 1955,
789
+ "sha256": "8bcb25c25905054dfb57d05a27733c354ec35b73c65eb126aee0ff0f4e881ffe"
790
+ },
791
+ {
792
+ "path": "runtime/hip/include/hip/amd_detail/texture_fetch_functions.h",
793
+ "mode": 420,
794
+ "bytes": 17999,
795
+ "sha256": "746d1f10ef867ac2756478a4e341bde321798c42c5d81ed72f81af4a180cfdaf"
796
+ },
797
+ {
798
+ "path": "runtime/hip/include/hip/amd_detail/texture_indirect_functions.h",
799
+ "mode": 420,
800
+ "bytes": 22137,
801
+ "sha256": "38e98fafbe7c77a8ce8270acda286267aed2c1d19fe795df9d5611162863b15d"
802
+ },
803
+ {
804
+ "path": "runtime/hip/include/hip/channel_descriptor.h",
805
+ "mode": 420,
806
+ "bytes": 775,
807
+ "sha256": "5b4afd231c3126b203b75e7b16179c107de53ccc342ad6a4039cc8907a9724a8"
808
+ },
809
+ {
810
+ "path": "runtime/hip/include/hip/cooperative_groups/hip_reduce.h",
811
+ "mode": 420,
812
+ "bytes": 868,
813
+ "sha256": "e67f6cc9d602b1f41e000799c2dd67feecca8810b423062b511616c579350c72"
814
+ },
815
+ {
816
+ "path": "runtime/hip/include/hip/cooperative_groups/hip_scan.h",
817
+ "mode": 420,
818
+ "bytes": 854,
819
+ "sha256": "cf8b9e79e0483cb1586e90fa6b59b9b116c5af4a27c4cfb727b226d2f7871665"
820
+ },
821
+ {
822
+ "path": "runtime/hip/include/hip/cooperative_groups/memcpy_async.h",
823
+ "mode": 420,
824
+ "bytes": 1804,
825
+ "sha256": "9b19b436a95c1e9c314c847a0cc452593aee4f8574ebff83fe3e1b512793ca3b"
826
+ },
827
+ {
828
+ "path": "runtime/hip/include/hip/device_functions.h",
829
+ "mode": 420,
830
+ "bytes": 591,
831
+ "sha256": "ee9a945025d8fb7b574608210efb5b18407858e74a82017a4410e8dc3c15ffe2"
832
+ },
833
+ {
834
+ "path": "runtime/hip/include/hip/driver_types.h",
835
+ "mode": 420,
836
+ "bytes": 31764,
837
+ "sha256": "c4d19db7d6e9f668c61df074368507582b037e3e6d597a16f528a75cbd996a58"
838
+ },
839
+ {
840
+ "path": "runtime/hip/include/hip/hip_bf16.h",
841
+ "mode": 420,
842
+ "bytes": 580,
843
+ "sha256": "49e990858e81f6f567fd4bf7e0a52c791d33f25ea1a7310b5b9ff374173eea9e"
844
+ },
845
+ {
846
+ "path": "runtime/hip/include/hip/hip_bfloat16.h",
847
+ "mode": 420,
848
+ "bytes": 684,
849
+ "sha256": "e27483b99cd80874b84b5a540459c9375362f233195ae3b2c3df49f9c1caa449"
850
+ },
851
+ {
852
+ "path": "runtime/hip/include/hip/hip_common.h",
853
+ "mode": 420,
854
+ "bytes": 2588,
855
+ "sha256": "d5485248220720fcd3826985c1b5a1122412d0eb1dea826d9e09826e55fec179"
856
+ },
857
+ {
858
+ "path": "runtime/hip/include/hip/hip_complex.h",
859
+ "mode": 420,
860
+ "bytes": 596,
861
+ "sha256": "c231d340c512f375501678a76a9486ad26675cc6aa64ef8ef924622342c11c4b"
862
+ },
863
+ {
864
+ "path": "runtime/hip/include/hip/hip_cooperative_groups.h",
865
+ "mode": 420,
866
+ "bytes": 879,
867
+ "sha256": "b6f69f04c4040cbee46e018fd46194197926ad44b93a5cce24a90442c9505340"
868
+ },
869
+ {
870
+ "path": "runtime/hip/include/hip/hip_deprecated.h",
871
+ "mode": 420,
872
+ "bytes": 6749,
873
+ "sha256": "4e321804cb399604e380d8f847718e9959742fd8d87fa2f72949ca20ce0b6a36"
874
+ },
875
+ {
876
+ "path": "runtime/hip/include/hip/hip_ext.h",
877
+ "mode": 420,
878
+ "bytes": 8019,
879
+ "sha256": "49190da1ddd0ddc5c28af3287f70c06b876e8abe2f53592f679dc0df9e799227"
880
+ },
881
+ {
882
+ "path": "runtime/hip/include/hip/hip_ext_ocp.h",
883
+ "mode": 420,
884
+ "bytes": 369,
885
+ "sha256": "09bbe74ac081812175c2510e6cb8a99d3728eb52bd94cac999ce58a5db90ba3d"
886
+ },
887
+ {
888
+ "path": "runtime/hip/include/hip/hip_fp16.h",
889
+ "mode": 420,
890
+ "bytes": 839,
891
+ "sha256": "db25167fdda886bcedfb3bb9758e3890fd6c7e036668f424c0fb39ce9afd2e07"
892
+ },
893
+ {
894
+ "path": "runtime/hip/include/hip/hip_fp4.h",
895
+ "mode": 420,
896
+ "bytes": 363,
897
+ "sha256": "fb42fcdd30e05be2e3d64b11b44f9bf5b6ea4ca6d610c80eada1800acc149336"
898
+ },
899
+ {
900
+ "path": "runtime/hip/include/hip/hip_fp6.h",
901
+ "mode": 420,
902
+ "bytes": 363,
903
+ "sha256": "ac6043c2ea2e0320668dabab78d862c13220e87c55e6f4f9c7654ec29766a15c"
904
+ },
905
+ {
906
+ "path": "runtime/hip/include/hip/hip_fp8.h",
907
+ "mode": 420,
908
+ "bytes": 441,
909
+ "sha256": "8e8668c75798a6356e4b6088b2d682634c66e359a8fc882901d3f4d927671e2a"
910
+ },
911
+ {
912
+ "path": "runtime/hip/include/hip/hip_gl_interop.h",
913
+ "mode": 420,
914
+ "bytes": 447,
915
+ "sha256": "cb46ed243bee29298e976e6c6bae97911885a4dc69a8ee37744371c1f1c9240c"
916
+ },
917
+ {
918
+ "path": "runtime/hip/include/hip/hip_hcc.h",
919
+ "mode": 420,
920
+ "bytes": 311,
921
+ "sha256": "5d23ea4a3c3eedfc502c9b4776ec786a5b3a167337e536eaea3f02757fbc87f3"
922
+ },
923
+ {
924
+ "path": "runtime/hip/include/hip/hip_math_constants.h",
925
+ "mode": 420,
926
+ "bytes": 591,
927
+ "sha256": "b746f791138b49660e8c42c229ee0326b194e740f34e15a79bc96f20462170c5"
928
+ },
929
+ {
930
+ "path": "runtime/hip/include/hip/hip_profile.h",
931
+ "mode": 420,
932
+ "bytes": 308,
933
+ "sha256": "2610c626308c5c13e5b525a5e96d8a021e87e2b86069e57507ae1dfa03f0f64f"
934
+ },
935
+ {
936
+ "path": "runtime/hip/include/hip/hip_runtime.h",
937
+ "mode": 420,
938
+ "bytes": 1870,
939
+ "sha256": "d8f2980c757faef2045c58d36774a1af26a93c9de8be5558c616fa9231f01cd2"
940
+ },
941
+ {
942
+ "path": "runtime/hip/include/hip/hip_runtime_api.h",
943
+ "mode": 420,
944
+ "bytes": 485707,
945
+ "sha256": "b4ea09faa532bcc743eff89d52e7ac77d5e4b81d964c22cb7d7ef196bd91d105"
946
+ },
947
+ {
948
+ "path": "runtime/hip/include/hip/hip_texture_types.h",
949
+ "mode": 420,
950
+ "bytes": 238,
951
+ "sha256": "cdd9fa30a8f8f244c7cba942a6cfcc33f23c65e87003120c710492fa1ba3fea3"
952
+ },
953
+ {
954
+ "path": "runtime/hip/include/hip/hip_vector_types.h",
955
+ "mode": 420,
956
+ "bytes": 632,
957
+ "sha256": "582a4c52e091339a820ec2d281a03913e0c44573c925f1ae287c7c85eb73060e"
958
+ },
959
+ {
960
+ "path": "runtime/hip/include/hip/hip_version.h",
961
+ "mode": 420,
962
+ "bytes": 406,
963
+ "sha256": "cb337ae9057c4563c95b2008f90ed7d60614c4d22e751403c9011f4ff849b0d7"
964
+ },
965
+ {
966
+ "path": "runtime/hip/include/hip/hiprtc.h",
967
+ "mode": 420,
968
+ "bytes": 19804,
969
+ "sha256": "ea04960fc69edd2f9af14f21384d57fe1386516055dfb79377c051e978dd9a90"
970
+ },
971
+ {
972
+ "path": "runtime/hip/include/hip/library_types.h",
973
+ "mode": 420,
974
+ "bytes": 1434,
975
+ "sha256": "714ee82c2653fb6a5a124b7ca8c2d0bf3161939953462a52ceae5d2326d6ec9e"
976
+ },
977
+ {
978
+ "path": "runtime/hip/include/hip/linker_types.h",
979
+ "mode": 420,
980
+ "bytes": 5692,
981
+ "sha256": "2b8236794a1c152ac07db0455c93b77557724f277d88fbd5fe0ace3b82cf54b7"
982
+ },
983
+ {
984
+ "path": "runtime/hip/include/hip/math_functions.h",
985
+ "mode": 420,
986
+ "bytes": 818,
987
+ "sha256": "0c2c67b241ba347dad7cfa1de015b84f3f6d62ab89a24c1ea6a192b4d06276ea"
988
+ },
989
+ {
990
+ "path": "runtime/hip/include/hip/surface_types.h",
991
+ "mode": 420,
992
+ "bytes": 955,
993
+ "sha256": "23c95bde443ddc4b6f9b463b2816018d102257e37125ea88a2481b100e731c33"
994
+ },
995
+ {
996
+ "path": "runtime/hip/include/hip/texture_types.h",
997
+ "mode": 420,
998
+ "bytes": 5500,
999
+ "sha256": "7542d6d2ea648210c77753bfe67624084eaed935c7398bae932b9dddb0dd7d21"
1000
+ },
1001
+ {
1002
+ "path": "runtime/hip/include/hip_prof_str.h",
1003
+ "mode": 420,
1004
+ "bytes": 819952,
1005
+ "sha256": "14ee61cc88b94071d001cf95b0f072114fb43d4ec2e3b4e45cbf10b221383c11"
1006
+ },
1007
+ {
1008
+ "path": "runtime/hip/lib/.hipInfo",
1009
+ "mode": 420,
1010
+ "bytes": 64,
1011
+ "sha256": "452e3893cdd9a31cd15383d84f4d7f24593537916632884dded86e22b5e95a7b"
1012
+ },
1013
+ {
1014
+ "path": "runtime/hip/lib/cmake/hip/FindHIP/run_hipcc.cmake",
1015
+ "mode": 420,
1016
+ "bytes": 6670,
1017
+ "sha256": "1201e5c6d39b2a87c80d48ed2c8174e0adc388bdf03ca7f29cafdbd12c43e6df"
1018
+ },
1019
+ {
1020
+ "path": "runtime/hip/lib/cmake/hip/FindHIP/run_make2cmake.cmake",
1021
+ "mode": 420,
1022
+ "bytes": 1902,
1023
+ "sha256": "dae98b4258e572da79a9b8bdfbd6a8b06837c0aef958d5fdb2fef7ad5cce89f3"
1024
+ },
1025
+ {
1026
+ "path": "runtime/hip/lib/cmake/hip/FindHIP.cmake",
1027
+ "mode": 420,
1028
+ "bytes": 35777,
1029
+ "sha256": "fa35cc9f05b0cce4c49d2f217193648b41a92773b118a825a513b4466f573bdd"
1030
+ },
1031
+ {
1032
+ "path": "runtime/hip/lib/cmake/hip/hip-config-amd.cmake",
1033
+ "mode": 420,
1034
+ "bytes": 7061,
1035
+ "sha256": "ff38162932000f01c9938dfe363ef54449b63f5e20b40e93128559bc60987def"
1036
+ },
1037
+ {
1038
+ "path": "runtime/hip/lib/cmake/hip/hip-config-nvidia.cmake",
1039
+ "mode": 420,
1040
+ "bytes": 435,
1041
+ "sha256": "8e037352af2b2bc2a54f748fd924f7503da5c9c4b6198bf2499ba201c5d194d0"
1042
+ },
1043
+ {
1044
+ "path": "runtime/hip/lib/cmake/hip/hip-config-version.cmake",
1045
+ "mode": 420,
1046
+ "bytes": 2777,
1047
+ "sha256": "20a7a33b5726a23ecc43b5f00c6ef67c18377b623cd42f66b3f0c626e1274251"
1048
+ },
1049
+ {
1050
+ "path": "runtime/hip/lib/cmake/hip/hip-config.cmake",
1051
+ "mode": 420,
1052
+ "bytes": 6815,
1053
+ "sha256": "f9a4a5d504d817a636afe6f17df2736bcc524b467f12a91a54e51ec261c8f108"
1054
+ },
1055
+ {
1056
+ "path": "runtime/hip/lib/cmake/hip/hip-targets-release.cmake",
1057
+ "mode": 420,
1058
+ "bytes": 966,
1059
+ "sha256": "bad1f2fa32da1a9bfa7083559aa42f14de7e80580cd2840107c5fe8fb0e80211"
1060
+ },
1061
+ {
1062
+ "path": "runtime/hip/lib/cmake/hip/hip-targets.cmake",
1063
+ "mode": 420,
1064
+ "bytes": 4456,
1065
+ "sha256": "3455202e32a868008cdb208208835919702bd3a712d0fc1e370ab3bddd45cacb"
1066
+ },
1067
+ {
1068
+ "path": "runtime/hip/lib/cmake/hip-lang/hip-lang-config-version.cmake",
1069
+ "mode": 420,
1070
+ "bytes": 2777,
1071
+ "sha256": "20a7a33b5726a23ecc43b5f00c6ef67c18377b623cd42f66b3f0c626e1274251"
1072
+ },
1073
+ {
1074
+ "path": "runtime/hip/lib/cmake/hip-lang/hip-lang-config.cmake",
1075
+ "mode": 420,
1076
+ "bytes": 5253,
1077
+ "sha256": "43a6ae1a5067fef31271c1acbe47befc137f84a00577a02234375d60f06d7595"
1078
+ },
1079
+ {
1080
+ "path": "runtime/hip/lib/cmake/hip-lang/hip-lang-targets-release.cmake",
1081
+ "mode": 420,
1082
+ "bytes": 991,
1083
+ "sha256": "f69628de1bcc5a17930ec42c906f3f5735fe1f6decc7cc08cff09f246c22c16d"
1084
+ },
1085
+ {
1086
+ "path": "runtime/hip/lib/cmake/hip-lang/hip-lang-targets.cmake",
1087
+ "mode": 420,
1088
+ "bytes": 4531,
1089
+ "sha256": "1b04ae9bd70694f92ca4d1525c29a1585cb26a5f8d582e26348580a905b5c835"
1090
+ },
1091
+ {
1092
+ "path": "runtime/hip/lib/cmake/hiprtc/hiprtc-config-version.cmake",
1093
+ "mode": 420,
1094
+ "bytes": 2777,
1095
+ "sha256": "20a7a33b5726a23ecc43b5f00c6ef67c18377b623cd42f66b3f0c626e1274251"
1096
+ },
1097
+ {
1098
+ "path": "runtime/hip/lib/cmake/hiprtc/hiprtc-config.cmake",
1099
+ "mode": 420,
1100
+ "bytes": 1566,
1101
+ "sha256": "6b60a0de38c7501383c3047fc595f60a78be7b78cfd7f908fd54a20f825ea0cc"
1102
+ },
1103
+ {
1104
+ "path": "runtime/hip/lib/cmake/hiprtc/hiprtc-targets-release.cmake",
1105
+ "mode": 420,
1106
+ "bytes": 876,
1107
+ "sha256": "bb49404982905ce4ee5625f43dd75316c6d6adcdb365b680937d43ce9502d6db"
1108
+ },
1109
+ {
1110
+ "path": "runtime/hip/lib/cmake/hiprtc/hiprtc-targets.cmake",
1111
+ "mode": 420,
1112
+ "bytes": 4207,
1113
+ "sha256": "4ba28df3b1f7d14a8cb9dc7f6f3e94760ff5160aece69b8565d5b81f98eee0d0"
1114
+ },
1115
+ {
1116
+ "path": "runtime/hip/lib/libamdhip64.so",
1117
+ "mode": 511,
1118
+ "symlink": "libamdhip64.so.7"
1119
+ },
1120
+ {
1121
+ "path": "runtime/hip/lib/libamdhip64.so.7",
1122
+ "mode": 511,
1123
+ "symlink": "libamdhip64.so.7.16.26366-7dda3ac"
1124
+ },
1125
+ {
1126
+ "path": "runtime/hip/lib/libamdhip64.so.7.16.26366-7dda3ac",
1127
+ "mode": 493,
1128
+ "bytes": 30514624,
1129
+ "sha256": "3e8499d8e47d9db4f2a3140c0f3b4960167b27384dec5f9c1b9eef1f9cd94d26"
1130
+ },
1131
+ {
1132
+ "path": "runtime/hip/lib/libhiprtc-builtins.so",
1133
+ "mode": 511,
1134
+ "symlink": "libhiprtc-builtins.so.7"
1135
+ },
1136
+ {
1137
+ "path": "runtime/hip/lib/libhiprtc-builtins.so.7",
1138
+ "mode": 511,
1139
+ "symlink": "libhiprtc-builtins.so.7.16.26366-7dda3ac"
1140
+ },
1141
+ {
1142
+ "path": "runtime/hip/lib/libhiprtc-builtins.so.7.16.26366-7dda3ac",
1143
+ "mode": 493,
1144
+ "bytes": 928480,
1145
+ "sha256": "48613e908848a743137b1d2b0b3996f59fcbb709c0ac981f152955f410d69952"
1146
+ },
1147
+ {
1148
+ "path": "runtime/hip/lib/libhiprtc.so",
1149
+ "mode": 511,
1150
+ "symlink": "libhiprtc.so.7"
1151
+ },
1152
+ {
1153
+ "path": "runtime/hip/lib/libhiprtc.so.7",
1154
+ "mode": 511,
1155
+ "symlink": "libhiprtc.so.7.16.26366-7dda3ac"
1156
+ },
1157
+ {
1158
+ "path": "runtime/hip/lib/libhiprtc.so.7.16.26366-7dda3ac",
1159
+ "mode": 493,
1160
+ "bytes": 1197776,
1161
+ "sha256": "ba5a85ae034904b5a86ba78f7d3da5a86436df90baa4f2513af84a0c8172d39c"
1162
+ },
1163
+ {
1164
+ "path": "runtime/hip/share/doc/hip/LICENSE.md",
1165
+ "mode": 420,
1166
+ "bytes": 1080,
1167
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1168
+ },
1169
+ {
1170
+ "path": "runtime/hip/share/doc/hip-asan/LICENSE.md",
1171
+ "mode": 420,
1172
+ "bytes": 1080,
1173
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1174
+ },
1175
+ {
1176
+ "path": "runtime/hip/share/hip/version",
1177
+ "mode": 420,
1178
+ "bytes": 228,
1179
+ "sha256": "e879049459f966b14746bd2836f52a2f862d8d3b955bc9e4869219d0ba6e28ef"
1180
+ },
1181
+ {
1182
+ "path": "runtime/licenses/projects/clr/LICENSE.md",
1183
+ "mode": 420,
1184
+ "bytes": 1080,
1185
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1186
+ },
1187
+ {
1188
+ "path": "runtime/licenses/projects/clr/hipamd/LICENSE.md",
1189
+ "mode": 420,
1190
+ "bytes": 1080,
1191
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1192
+ },
1193
+ {
1194
+ "path": "runtime/licenses/projects/clr/opencl/LICENSE.md",
1195
+ "mode": 420,
1196
+ "bytes": 1080,
1197
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1198
+ },
1199
+ {
1200
+ "path": "runtime/licenses/projects/clr/opencl/khronos/headers/opencl2.2/LICENSE",
1201
+ "mode": 420,
1202
+ "bytes": 1309,
1203
+ "sha256": "cfaceadff07c2c9458283079cd0166872aa2d93d5c480f1f417be321aa7e0f4d"
1204
+ },
1205
+ {
1206
+ "path": "runtime/licenses/projects/clr/opencl/khronos/headers/opencl2.2/LICENSE.txt",
1207
+ "mode": 420,
1208
+ "bytes": 1756,
1209
+ "sha256": "30566989c3069521c673559e4201348629e1e4e49e0e2dde523b27c6bd1738ea"
1210
+ },
1211
+ {
1212
+ "path": "runtime/licenses/projects/clr/opencl/khronos/icd/LICENSE",
1213
+ "mode": 420,
1214
+ "bytes": 11357,
1215
+ "sha256": "c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4"
1216
+ },
1217
+ {
1218
+ "path": "runtime/licenses/projects/clr/opencl/khronos/icd/LICENSE.txt",
1219
+ "mode": 420,
1220
+ "bytes": 1756,
1221
+ "sha256": "30566989c3069521c673559e4201348629e1e4e49e0e2dde523b27c6bd1738ea"
1222
+ },
1223
+ {
1224
+ "path": "runtime/licenses/projects/clr/rocclr/LICENSE.md",
1225
+ "mode": 420,
1226
+ "bytes": 1080,
1227
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1228
+ },
1229
+ {
1230
+ "path": "runtime/licenses/projects/hip/LICENSE.md",
1231
+ "mode": 420,
1232
+ "bytes": 1080,
1233
+ "sha256": "b185aaa652b0bf066c37a0d6314ce4bf4521e4a3c9bf46edd2f6a777ac522223"
1234
+ },
1235
+ {
1236
+ "path": "runtime/licenses/projects/rocr-runtime/LICENSE.txt",
1237
+ "mode": 420,
1238
+ "bytes": 1748,
1239
+ "sha256": "ffa5a77ce21419e276bd9068faec94333128e49e1c95426d9c1d35435e8fe835"
1240
+ },
1241
+ {
1242
+ "path": "runtime/licenses/projects/rocr-runtime/libhsakmt/LICENSE.md",
1243
+ "mode": 420,
1244
+ "bytes": 2534,
1245
+ "sha256": "f45a5bc0bc68dd9a00e9609097788b1cbda79726fee02549cb0c04b90190b419"
1246
+ },
1247
+ {
1248
+ "path": "runtime/licenses/projects/rocr-runtime/libhsakmt/tests/kfdtest/LICENSE.kfdtest",
1249
+ "mode": 420,
1250
+ "bytes": 1139,
1251
+ "sha256": "4c7c9343fe054fdbc17d7fc8da5bf81cf50795f5c6882ee27462e2150fb7eefb"
1252
+ },
1253
+ {
1254
+ "path": "runtime/licenses/projects/rocr-runtime/rocrtst/thirdparty/include/LICENSE",
1255
+ "mode": 420,
1256
+ "bytes": 2517,
1257
+ "sha256": "10e8b154d2d8f8bfbff3772188f0f01cb0253685065960b998772d3f990d287b"
1258
+ },
1259
+ {
1260
+ "path": "runtime/licenses/projects/rocr-runtime/rocrtst/thirdparty/lib/LICENSE",
1261
+ "mode": 420,
1262
+ "bytes": 2517,
1263
+ "sha256": "10e8b154d2d8f8bfbff3772188f0f01cb0253685065960b998772d3f990d287b"
1264
+ },
1265
+ {
1266
+ "path": "runtime/licenses/projects/rocr-runtime/runtime/hsa-runtime/LICENSE.md",
1267
+ "mode": 420,
1268
+ "bytes": 1770,
1269
+ "sha256": "dac0a5360f50972cceaed16767bc9e94642aa497d558a74471e842f7192c7403"
1270
+ },
1271
+ {
1272
+ "path": "runtime/licenses/shared/amdgpu-windows-interop/LICENSE",
1273
+ "mode": 420,
1274
+ "bytes": 13611,
1275
+ "sha256": "154bdf053ef72a3cbf01d0065cfcbc0188745de81b914f744f90a0bb8015d18a"
1276
+ },
1277
+ {
1278
+ "path": "runtime/licenses/shared/amdgpu-windows-interop/pal/LICENSE",
1279
+ "mode": 420,
1280
+ "bytes": 1137,
1281
+ "sha256": "0774a30583c3e28700537f2f3ca225128c271935baea7cbbed84a1a94a3c3f8b"
1282
+ },
1283
+ {
1284
+ "path": "runtime/licenses/shared/amdgpu-windows-interop/pal/shared/metrohash/LICENSE",
1285
+ "mode": 420,
1286
+ "bytes": 11558,
1287
+ "sha256": "1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6"
1288
+ },
1289
+ {
1290
+ "path": "runtime/licenses/shared/kpack/LICENSE",
1291
+ "mode": 420,
1292
+ "bytes": 1076,
1293
+ "sha256": "e071e8c7d920817b6415f4b87c115c6aefafe137e36843b3723f28dde5f484c3"
1294
+ },
1295
+ {
1296
+ "path": "runtime/rocr/include/hsa/Brig.h",
1297
+ "mode": 420,
1298
+ "bytes": 32705,
1299
+ "sha256": "e47f9bb421eae34aa08e3a70540a1159fdc4d1c71ff89e9408f11c2b1fe118ac"
1300
+ },
1301
+ {
1302
+ "path": "runtime/rocr/include/hsa/amd_hsa_common.h",
1303
+ "mode": 420,
1304
+ "bytes": 3904,
1305
+ "sha256": "a25761b4275e9fd92b2d65a3b6585d7076bf7d1f246f106abf3f4d1360f5a4ff"
1306
+ },
1307
+ {
1308
+ "path": "runtime/rocr/include/hsa/amd_hsa_elf.h",
1309
+ "mode": 420,
1310
+ "bytes": 17744,
1311
+ "sha256": "2767829818fc954fef898fa860532445f59d5964d3054dd9c3d25cd68dc1997a"
1312
+ },
1313
+ {
1314
+ "path": "runtime/rocr/include/hsa/amd_hsa_kernel_code.h",
1315
+ "mode": 420,
1316
+ "bytes": 12746,
1317
+ "sha256": "47f26c35d3d18a24ebba77b0f748b888b892584f1abca4c9ba2d564b9c6e1ed7"
1318
+ },
1319
+ {
1320
+ "path": "runtime/rocr/include/hsa/amd_hsa_queue.h",
1321
+ "mode": 420,
1322
+ "bytes": 6247,
1323
+ "sha256": "b193c9ed42a562a57e7ff60ac9b1d0411065e3454071fe1de0f7bf9b17e98b94"
1324
+ },
1325
+ {
1326
+ "path": "runtime/rocr/include/hsa/amd_hsa_signal.h",
1327
+ "mode": 420,
1328
+ "bytes": 2889,
1329
+ "sha256": "a8606371af1c186417963f640a0d2a418805a313b0c8c0fe23aa42b0d813cecd"
1330
+ },
1331
+ {
1332
+ "path": "runtime/rocr/include/hsa/amd_launch_descriptor.h",
1333
+ "mode": 420,
1334
+ "bytes": 18148,
1335
+ "sha256": "f70f5f8c4ab5b5a3633898e9d6a1e98c6ff44ea59becf0f0fb66e8ae82956f6f"
1336
+ },
1337
+ {
1338
+ "path": "runtime/rocr/include/hsa/hsa.h",
1339
+ "mode": 420,
1340
+ "bytes": 192754,
1341
+ "sha256": "612eef17280cb51e958ca7962a14969e06d5fbe8bb0ac148f365f5d5955db8b2"
1342
+ },
1343
+ {
1344
+ "path": "runtime/rocr/include/hsa/hsa_amd_tool.h",
1345
+ "mode": 420,
1346
+ "bytes": 2951,
1347
+ "sha256": "16b45934bb6de910c42fb1ce5f4f84ddb56dd3a13ea92e1da83540bdece20715"
1348
+ },
1349
+ {
1350
+ "path": "runtime/rocr/include/hsa/hsa_api_trace.h",
1351
+ "mode": 420,
1352
+ "bytes": 31435,
1353
+ "sha256": "cd1662593395b22fb5ffc2a2649dd306e2f3c542cdb0e753804d191b9bbfebb6"
1354
+ },
1355
+ {
1356
+ "path": "runtime/rocr/include/hsa/hsa_api_trace_version.h",
1357
+ "mode": 420,
1358
+ "bytes": 3396,
1359
+ "sha256": "f221e783dab4815d52ffb7a4d773821792ec527e9d226c54b19d881316f951b3"
1360
+ },
1361
+ {
1362
+ "path": "runtime/rocr/include/hsa/hsa_ext_amd.h",
1363
+ "mode": 420,
1364
+ "bytes": 199849,
1365
+ "sha256": "bb861fa548253278fa1febe65dce7606955118f62157aedf205b02eedd430788"
1366
+ },
1367
+ {
1368
+ "path": "runtime/rocr/include/hsa/hsa_ext_amd_aie.h",
1369
+ "mode": 420,
1370
+ "bytes": 3334,
1371
+ "sha256": "80af196337414bd3775ace55841d0e84779db74b5d612b9a5e0daf2fb1ebb819"
1372
+ },
1373
+ {
1374
+ "path": "runtime/rocr/include/hsa/hsa_ext_finalize.h",
1375
+ "mode": 420,
1376
+ "bytes": 20219,
1377
+ "sha256": "2ff045575d7d3738e9405a5f5630441c840b3ecdba23c4009e0f21fac3241c88"
1378
+ },
1379
+ {
1380
+ "path": "runtime/rocr/include/hsa/hsa_ext_image.h",
1381
+ "mode": 420,
1382
+ "bytes": 65053,
1383
+ "sha256": "f2e5e3ca22ba17784e55f7787b35b9972530a7ae9204f8e85b44328441722bf7"
1384
+ },
1385
+ {
1386
+ "path": "runtime/rocr/include/hsa/hsa_ven_amd_aqlprofile.h",
1387
+ "mode": 420,
1388
+ "bytes": 19928,
1389
+ "sha256": "b56322ac57456e169c8bdb902218476ae1b6e9ea664e9fdc3fa82aa9e9b72992"
1390
+ },
1391
+ {
1392
+ "path": "runtime/rocr/include/hsa/hsa_ven_amd_graph.h",
1393
+ "mode": 420,
1394
+ "bytes": 3994,
1395
+ "sha256": "bae404d3d0db3e2536c5060059de2e514f504389f99150c8bfa090eb5fe13f49"
1396
+ },
1397
+ {
1398
+ "path": "runtime/rocr/include/hsa/hsa_ven_amd_loader.h",
1399
+ "mode": 420,
1400
+ "bytes": 26146,
1401
+ "sha256": "73a7313c0cc0a31eeee886c5cc491065f0ae465f8aaf7f56858dbfc36dd7d51e"
1402
+ },
1403
+ {
1404
+ "path": "runtime/rocr/include/hsa/hsa_ven_amd_pc_sampling.h",
1405
+ "mode": 420,
1406
+ "bytes": 19674,
1407
+ "sha256": "245e91fa591b6978892d54ccd9d65e8bdd0474fbbab171dbf21c4dc3692ed502"
1408
+ },
1409
+ {
1410
+ "path": "runtime/rocr/include/hsakmt/drm/amdgpu.h",
1411
+ "mode": 420,
1412
+ "bytes": 65994,
1413
+ "sha256": "63d0032aebc5c79e55c046deab0d67e9a7ed7f52f1e01ea9e3747b175182dd93"
1414
+ },
1415
+ {
1416
+ "path": "runtime/rocr/include/hsakmt/drm/amdgpu_drm.h",
1417
+ "mode": 420,
1418
+ "bytes": 56833,
1419
+ "sha256": "d03123ec81fd3f7c1c603f68b1aedf450e074b2f051656174afab3fe1984c148"
1420
+ },
1421
+ {
1422
+ "path": "runtime/rocr/include/hsakmt/drm/drm.h",
1423
+ "mode": 420,
1424
+ "bytes": 48357,
1425
+ "sha256": "f7d88ea16ff2c6e2622d07902cc3c9036538b58ee1b1946b35a727657a2796cc"
1426
+ },
1427
+ {
1428
+ "path": "runtime/rocr/include/hsakmt/drm/drm_mode.h",
1429
+ "mode": 420,
1430
+ "bytes": 41241,
1431
+ "sha256": "9f448400da792096a0eb253e7b88b410afd571ee94a0d6c6f11cdcec82d768da"
1432
+ },
1433
+ {
1434
+ "path": "runtime/rocr/include/hsakmt/drm/xf86drm.h",
1435
+ "mode": 420,
1436
+ "bytes": 37395,
1437
+ "sha256": "24173451d621f79ae17875f44787f06bfe99de445ccdbe74d31cbf26b7f958d2"
1438
+ },
1439
+ {
1440
+ "path": "runtime/rocr/include/hsakmt/hsakmt.h",
1441
+ "mode": 420,
1442
+ "bytes": 38926,
1443
+ "sha256": "92fb0481d1bd9e271af1afc49e66fa1c59f4cf07d32499f5e9cbf21a1994faa3"
1444
+ },
1445
+ {
1446
+ "path": "runtime/rocr/include/hsakmt/hsakmt_drm.h",
1447
+ "mode": 420,
1448
+ "bytes": 1306,
1449
+ "sha256": "e7afa601c62823e277d717e737ef2e148b14ba5c9026979dd8b5e2b397bd29b8"
1450
+ },
1451
+ {
1452
+ "path": "runtime/rocr/include/hsakmt/hsakmtctx.h",
1453
+ "mode": 420,
1454
+ "bytes": 29156,
1455
+ "sha256": "a001f110524216064d6d480704905180a6c740d42a3f372e6b0e15e9ffc947eb"
1456
+ },
1457
+ {
1458
+ "path": "runtime/rocr/include/hsakmt/hsakmtmodel.h",
1459
+ "mode": 420,
1460
+ "bytes": 4300,
1461
+ "sha256": "662b276495320f1e3d64a1ac6f05e674ac2c5832394a4092f1cc8b46e5936fca"
1462
+ },
1463
+ {
1464
+ "path": "runtime/rocr/include/hsakmt/hsakmtmodeliface.h",
1465
+ "mode": 420,
1466
+ "bytes": 5393,
1467
+ "sha256": "2495716e141174f1d073bc06cb8298f85eb674d1ad2f754503ae4490fe13997a"
1468
+ },
1469
+ {
1470
+ "path": "runtime/rocr/include/hsakmt/hsakmttypes.h",
1471
+ "mode": 420,
1472
+ "bytes": 72993,
1473
+ "sha256": "cb630eb7afc9efdd61ce439dd5ce81743de10535a60163c85bb17b73221c62dc"
1474
+ },
1475
+ {
1476
+ "path": "runtime/rocr/include/hsakmt/rocdxg_smi.h",
1477
+ "mode": 420,
1478
+ "bytes": 5874,
1479
+ "sha256": "9f42ed02ba89a48f17cbbb0230636cfe01ebafee3147d1fdd716e59cacaaace2"
1480
+ },
1481
+ {
1482
+ "path": "runtime/rocr/include/hsakmt/rocdxg_version.h",
1483
+ "mode": 420,
1484
+ "bytes": 262,
1485
+ "sha256": "a461cf84fec12be82f3c63d85ef6fa3fb2f27c844cabf3f6f7586d83d1e6d474"
1486
+ },
1487
+ {
1488
+ "path": "runtime/rocr/lib/cmake/hsa-runtime64/hsa-runtime64-config-version.cmake",
1489
+ "mode": 420,
1490
+ "bytes": 1862,
1491
+ "sha256": "6ebe5b8073da38a3462dce27c57356608b50850586e6a0c8ba03432ad1eb79a2"
1492
+ },
1493
+ {
1494
+ "path": "runtime/rocr/lib/cmake/hsa-runtime64/hsa-runtime64-config.cmake",
1495
+ "mode": 420,
1496
+ "bytes": 3360,
1497
+ "sha256": "b2837e5dee7189a0bad63b2e33fb8db01dd6430650272bdc6fe25ff2103ff5d9"
1498
+ },
1499
+ {
1500
+ "path": "runtime/rocr/lib/cmake/hsa-runtime64/hsa-runtime64Targets-release.cmake",
1501
+ "mode": 420,
1502
+ "bytes": 1041,
1503
+ "sha256": "443abcf71058e0716c119764ca110a6155b5d02509e31edc9bdd64df87161622"
1504
+ },
1505
+ {
1506
+ "path": "runtime/rocr/lib/cmake/hsa-runtime64/hsa-runtime64Targets.cmake",
1507
+ "mode": 420,
1508
+ "bytes": 4178,
1509
+ "sha256": "e5ed4e695bb434c6ddfa0c27bad961d8c2330712e187aa22c39bc3489d6c5cb1"
1510
+ },
1511
+ {
1512
+ "path": "runtime/rocr/lib/cmake/hsakmt/hsakmt-config-version.cmake",
1513
+ "mode": 420,
1514
+ "bytes": 1861,
1515
+ "sha256": "a9626f4af7bc0a11f39a5c4ccca449ef3169fdfd79d5f93bdce58d952cd1d00b"
1516
+ },
1517
+ {
1518
+ "path": "runtime/rocr/lib/cmake/hsakmt/hsakmt-config.cmake",
1519
+ "mode": 420,
1520
+ "bytes": 1835,
1521
+ "sha256": "29e2dfc618e607bcb9bc90882a4f227aebdbaad1d53a3971428885617a550cfd"
1522
+ },
1523
+ {
1524
+ "path": "runtime/rocr/lib/cmake/hsakmt/hsakmtTargets-release.cmake",
1525
+ "mode": 420,
1526
+ "bytes": 841,
1527
+ "sha256": "333aed2555d30e0731aa93f861fae7ba08f111d0f6faf8233cc0c8b5f8f02cc5"
1528
+ },
1529
+ {
1530
+ "path": "runtime/rocr/lib/cmake/hsakmt/hsakmtTargets.cmake",
1531
+ "mode": 420,
1532
+ "bytes": 4292,
1533
+ "sha256": "597bac52e70a664b738dbe9c1d8fb21a756b08d18d17171d4bb7fb8b34bd26c9"
1534
+ },
1535
+ {
1536
+ "path": "runtime/rocr/lib/libhsa-runtime64.so",
1537
+ "mode": 511,
1538
+ "symlink": "libhsa-runtime64.so.1"
1539
+ },
1540
+ {
1541
+ "path": "runtime/rocr/lib/libhsa-runtime64.so.1",
1542
+ "mode": 511,
1543
+ "symlink": "libhsa-runtime64.so.1.21.0"
1544
+ },
1545
+ {
1546
+ "path": "runtime/rocr/lib/libhsa-runtime64.so.1.21.0",
1547
+ "mode": 493,
1548
+ "bytes": 5199232,
1549
+ "sha256": "3478dde41ccdba3561f1a1d938587fdf6919e6015f268ec8bb611a06c052dcc7"
1550
+ },
1551
+ {
1552
+ "path": "runtime/rocr/lib/libhsakmt.a",
1553
+ "mode": 420,
1554
+ "bytes": 352964,
1555
+ "sha256": "0c4fb91ba29272eae952c6f59a9fe4af26f46dc66f4a8e7d7fde194e1d00c2f0"
1556
+ },
1557
+ {
1558
+ "path": "runtime/rocr/lib/pkgconfig/libhsakmt.pc",
1559
+ "mode": 420,
1560
+ "bytes": 245,
1561
+ "sha256": "97d8e632b82123668bb05898e8173dfd6ba3eaf9f6b666548c7aeb94f3d95340"
1562
+ },
1563
+ {
1564
+ "path": "runtime/rocr/share/doc/rocr/LICENSE.md",
1565
+ "mode": 420,
1566
+ "bytes": 1770,
1567
+ "sha256": "dac0a5360f50972cceaed16767bc9e94642aa497d558a74471e842f7192c7403"
1568
+ },
1569
+ {
1570
+ "path": "scripts/apple/validate-apps.sh",
1571
+ "mode": 493,
1572
+ "bytes": 156,
1573
+ "sha256": "8ced6e8720271f7b2354184b64e9d216e58ae8c1ee7b7f5667242da79479e548"
1574
+ },
1575
+ {
1576
+ "path": "scripts/apple/validate-ios.sh",
1577
+ "mode": 493,
1578
+ "bytes": 31780,
1579
+ "sha256": "0c5e04187df5d812d1fa56f45337ac4e1485ad5b9351d5284d1f1e8fd9e5437b"
1580
+ },
1581
+ {
1582
+ "path": "scripts/apple/validate-macos.sh",
1583
+ "mode": 493,
1584
+ "bytes": 30256,
1585
+ "sha256": "9a4da4e6621150dd81fa06b280b7cb679fe176348119e0ae368a8c4ff49e4ce4"
1586
+ },
1587
+ {
1588
+ "path": "scripts/apple/validate-tvos.sh",
1589
+ "mode": 493,
1590
+ "bytes": 31681,
1591
+ "sha256": "5000a2453bdf4634eb173bc97de7b7079efc63338de81b275fd2c5f757c94927"
1592
+ },
1593
+ {
1594
+ "path": "scripts/apple/validate-visionos.sh",
1595
+ "mode": 493,
1596
+ "bytes": 31770,
1597
+ "sha256": "22dd1c15380da935c35d59989f316f5d0c0332e863a232bd96b2ac042b5565bd"
1598
+ },
1599
+ {
1600
+ "path": "scripts/bench-models.sh",
1601
+ "mode": 493,
1602
+ "bytes": 2203,
1603
+ "sha256": "3370c56670d921d47e573c290af34855bffa455b9a747bf95c92db268bff296a"
1604
+ },
1605
+ {
1606
+ "path": "scripts/build-info.sh",
1607
+ "mode": 493,
1608
+ "bytes": 717,
1609
+ "sha256": "3e198b6731c4b2dccc035a579712ca756f453386b8ceec75db06961bcd7cde0a"
1610
+ },
1611
+ {
1612
+ "path": "scripts/build-profile.ps1",
1613
+ "mode": 420,
1614
+ "bytes": 3823,
1615
+ "sha256": "81dd019d3b2c90f5b89f80e86dc0ef9c3caea0e894e5667976bfa88dd93ead7a"
1616
+ },
1617
+ {
1618
+ "path": "scripts/build-profile.sh",
1619
+ "mode": 493,
1620
+ "bytes": 3311,
1621
+ "sha256": "2a4581e3a37df24c4b50c4102f6ad52c35be1e965181ec70b88484f7a2223f89"
1622
+ },
1623
+ {
1624
+ "path": "scripts/ccache-clear.sh",
1625
+ "mode": 493,
1626
+ "bytes": 3865,
1627
+ "sha256": "810eaf107776b98bf4b1b33693fcd1eb4b3db7029468092dba28dff3cca0310a"
1628
+ },
1629
+ {
1630
+ "path": "scripts/check-requirements.sh",
1631
+ "mode": 493,
1632
+ "bytes": 4447,
1633
+ "sha256": "73b7e2262b384422ba9d7daef4b49a25eb931dc79f1453a3dfcb243c744c8101"
1634
+ },
1635
+ {
1636
+ "path": "scripts/ciru/build-linux-amd.sh",
1637
+ "mode": 493,
1638
+ "bytes": 4103,
1639
+ "sha256": "fd356b77aaccc26a4b54f8ed25fb851a35f8f5d3bac32439a2e085a1cc5e705c"
1640
+ },
1641
+ {
1642
+ "path": "scripts/ciru/build-linux-cpu.sh",
1643
+ "mode": 493,
1644
+ "bytes": 508,
1645
+ "sha256": "890eb50fe9df5de914135112f6cef86b25dff04ed374d55809727d1e9b98de16"
1646
+ },
1647
+ {
1648
+ "path": "scripts/ciru/build-macos.sh",
1649
+ "mode": 493,
1650
+ "bytes": 521,
1651
+ "sha256": "71815208a03d74c77308c75e069559a5dbe5f5afedd9d15aa7136aec2a7c4375"
1652
+ },
1653
+ {
1654
+ "path": "scripts/ciru/build-windows.ps1",
1655
+ "mode": 420,
1656
+ "bytes": 478,
1657
+ "sha256": "5ad36bbbfa72c05e85eb68787716bd59179b181d286200829cace81631fdc47c"
1658
+ },
1659
+ {
1660
+ "path": "scripts/ciru/run-orca-server.sh",
1661
+ "mode": 493,
1662
+ "bytes": 141,
1663
+ "sha256": "b2553637f61338d2e4d56fd5b67d9d485131647fe49f74ea76cb6b9feaa6677e"
1664
+ },
1665
+ {
1666
+ "path": "scripts/ciru/run-server.sh",
1667
+ "mode": 493,
1668
+ "bytes": 9333,
1669
+ "sha256": "0565746ce6fc029ff10ae97e92ff398b00860a3dd2c18a039f898a1b03a83916"
1670
+ },
1671
+ {
1672
+ "path": "scripts/ciru/setup-linux-amd.sh",
1673
+ "mode": 493,
1674
+ "bytes": 3305,
1675
+ "sha256": "907961804699c626c3fa669813b0522a1543cf80f0d0e460edbaed1391fd9f98"
1676
+ },
1677
+ {
1678
+ "path": "scripts/compare-commits.sh",
1679
+ "mode": 493,
1680
+ "bytes": 1798,
1681
+ "sha256": "a1048b31e74bf7b60a537fef6ec4a02d6855c59849c0e75dbe55f1a8a08d4388"
1682
+ },
1683
+ {
1684
+ "path": "scripts/compare-llama-bench.py",
1685
+ "mode": 493,
1686
+ "bytes": 46189,
1687
+ "sha256": "d27bc58fc66939c820cce727a7afd3f72c33405703b332a0c706d48e0bd89279"
1688
+ },
1689
+ {
1690
+ "path": "scripts/compare-logprobs.py",
1691
+ "mode": 420,
1692
+ "bytes": 9459,
1693
+ "sha256": "2c08992c8015cb38a901250cac4a6beb4f3c3db5c390efd2ddd3abd05208eb4a"
1694
+ },
1695
+ {
1696
+ "path": "scripts/create_ops_docs.py",
1697
+ "mode": 493,
1698
+ "bytes": 6921,
1699
+ "sha256": "fbc9fd162663ad0e362a04204c1a98401209720e3cd7aa188d44a73e0fcb9eda"
1700
+ },
1701
+ {
1702
+ "path": "scripts/debug-test.sh",
1703
+ "mode": 493,
1704
+ "bytes": 5080,
1705
+ "sha256": "e29b1cad2656c1e5bd82d29dd90608e2ac6d2c7b00ab35f97109425b0376a5f3"
1706
+ },
1707
+ {
1708
+ "path": "scripts/gen-authors.sh",
1709
+ "mode": 493,
1710
+ "bytes": 345,
1711
+ "sha256": "3d9f4568c55cfb5d79e2388f33a3da91dcca5c797a72fd5737ee1a5bf450acef"
1712
+ },
1713
+ {
1714
+ "path": "scripts/gen-unicode-data.py",
1715
+ "mode": 420,
1716
+ "bytes": 6414,
1717
+ "sha256": "1263a483de7fc2b00e4a04a6dd9ef8fe7029f208aa692365b63d43551a7808e5"
1718
+ },
1719
+ {
1720
+ "path": "scripts/get-flags.mk",
1721
+ "mode": 420,
1722
+ "bytes": 1297,
1723
+ "sha256": "038c1501b68ced9e9f819e2216d94e5453aa9929fa6a34dbd4bd3136e111ba09"
1724
+ },
1725
+ {
1726
+ "path": "scripts/get-hellaswag.sh",
1727
+ "mode": 493,
1728
+ "bytes": 661,
1729
+ "sha256": "fd88558dfd3879d6072c709f19581f683b07eae07e2f0fd81a3e687c31884cb3"
1730
+ },
1731
+ {
1732
+ "path": "scripts/get-pg.sh",
1733
+ "mode": 493,
1734
+ "bytes": 1396,
1735
+ "sha256": "54c349a1b4ba8019d7fe7a8fe1b033325d73486c387025189b005077f6cd30be"
1736
+ },
1737
+ {
1738
+ "path": "scripts/get-wikitext-2.sh",
1739
+ "mode": 493,
1740
+ "bytes": 745,
1741
+ "sha256": "0d09ae33d5473a0b406332ccd1a41e24e09dced9c6ab97388ebaa9729259bd48"
1742
+ },
1743
+ {
1744
+ "path": "scripts/get-winogrande.sh",
1745
+ "mode": 493,
1746
+ "bytes": 684,
1747
+ "sha256": "0e6021f3424d937961d87704b36240b46167e2e4f6118d2763fae79ce1f17513"
1748
+ },
1749
+ {
1750
+ "path": "scripts/get_chat_template.py",
1751
+ "mode": 493,
1752
+ "bytes": 2866,
1753
+ "sha256": "5161a4c0c644a7e326a144a55f2e9b2b3aab562bf787e139cc0a8f99fa90f90e"
1754
+ },
1755
+ {
1756
+ "path": "scripts/git-bisect-run.sh",
1757
+ "mode": 493,
1758
+ "bytes": 407,
1759
+ "sha256": "5fb7bf323516a18fdde58903d41cb6edcf6a43fab01b4809dfba21420008e857"
1760
+ },
1761
+ {
1762
+ "path": "scripts/git-bisect.sh",
1763
+ "mode": 493,
1764
+ "bytes": 615,
1765
+ "sha256": "3f2f7a4d81d85d9cbcb2a38cd44505a245c445569bc95f9abd5f60dc5242c2dd"
1766
+ },
1767
+ {
1768
+ "path": "scripts/hf.sh",
1769
+ "mode": 493,
1770
+ "bytes": 2311,
1771
+ "sha256": "ad38d61cb75d5a783f9ef29a3aafe670b5d93fea8c1ca87221f0ccf04d506493"
1772
+ },
1773
+ {
1774
+ "path": "scripts/hip/gcn-cdna-vgpr-check.py",
1775
+ "mode": 420,
1776
+ "bytes": 4477,
1777
+ "sha256": "e3beb71d656bad9d3f5476e64c5aa3ea4c3bbc2abb870f5dc2f738f63259cbe7"
1778
+ },
1779
+ {
1780
+ "path": "scripts/install-oneapi.bat",
1781
+ "mode": 420,
1782
+ "bytes": 802,
1783
+ "sha256": "a117a8754c2fd2712fe5a4f50b74d6049726f29f2de9a3f4969425d0232e4abf"
1784
+ },
1785
+ {
1786
+ "path": "scripts/jinja/jinja-tester.py",
1787
+ "mode": 493,
1788
+ "bytes": 18894,
1789
+ "sha256": "c9e09df91b767247a844d021a4a37f68ce79fc1a0faa78eee91573794c43098f"
1790
+ },
1791
+ {
1792
+ "path": "scripts/jinja/requirements.txt",
1793
+ "mode": 420,
1794
+ "bytes": 15,
1795
+ "sha256": "51f5f1bc6f8062c2c2e25b6c1e0d689f3a905b83e2541606b99e85cb330533d9"
1796
+ },
1797
+ {
1798
+ "path": "scripts/make-release-checks.sh",
1799
+ "mode": 493,
1800
+ "bytes": 7234,
1801
+ "sha256": "08446e068bca251aa35b54bdfcbeb322ae24873f0a5cc924b5dd23fce90b64b1"
1802
+ },
1803
+ {
1804
+ "path": "scripts/make-release-desc.sh",
1805
+ "mode": 493,
1806
+ "bytes": 3393,
1807
+ "sha256": "0f00ae4c09d1ba1518c7580a337fb047f726d53212121ecf1e9b15d66b562021"
1808
+ },
1809
+ {
1810
+ "path": "scripts/make-release-summary.txt",
1811
+ "mode": 420,
1812
+ "bytes": 1498,
1813
+ "sha256": "0d6710ddfd1f36d27ad370c01edafc35e2923196fc084bd14072bea366db5021"
1814
+ },
1815
+ {
1816
+ "path": "scripts/pr2wt.sh",
1817
+ "mode": 493,
1818
+ "bytes": 2496,
1819
+ "sha256": "5c9b48ec71d7f4cc45073528c34e444a305a380b0f0ef26f6abe9eb6d6e4cfc7"
1820
+ },
1821
+ {
1822
+ "path": "scripts/release.sh",
1823
+ "mode": 493,
1824
+ "bytes": 6549,
1825
+ "sha256": "8eff11ef379ef6780d9d160d4d141786dc419ce3d84b04f4a9c93faadb6d88da"
1826
+ },
1827
+ {
1828
+ "path": "scripts/serve-static.js",
1829
+ "mode": 420,
1830
+ "bytes": 3369,
1831
+ "sha256": "553c84c946e46d53ebecd026c2283398eaf3fd0436603d90e796aae30d944392"
1832
+ },
1833
+ {
1834
+ "path": "scripts/server-bench.py",
1835
+ "mode": 493,
1836
+ "bytes": 13589,
1837
+ "sha256": "429eb1894471a68c271cbef405600dd124d24c39ca68ffff42f29e54503c907f"
1838
+ },
1839
+ {
1840
+ "path": "scripts/server-test-function-call.py",
1841
+ "mode": 493,
1842
+ "bytes": 39021,
1843
+ "sha256": "226fd90cba1b9931bab8807d65793d8932bf4ee9784531aaf3db9be3129eaa3d"
1844
+ },
1845
+ {
1846
+ "path": "scripts/server-test-model.py",
1847
+ "mode": 420,
1848
+ "bytes": 8007,
1849
+ "sha256": "0563a39c42bb5e15ed0ee8323380f4c33ec591498278beb477a4c3465cf91cf9"
1850
+ },
1851
+ {
1852
+ "path": "scripts/server-test-parallel-tc.py",
1853
+ "mode": 493,
1854
+ "bytes": 32928,
1855
+ "sha256": "d20d24672fb95564c606e793c17d120abcd8a633f16bde92a1b4f4fc2996c028"
1856
+ },
1857
+ {
1858
+ "path": "scripts/server-test-structured.py",
1859
+ "mode": 493,
1860
+ "bytes": 36429,
1861
+ "sha256": "bca9355fe3a7239623f180366ddea0ea82bc6dbc0da66bc6956a2630c9cf1407"
1862
+ },
1863
+ {
1864
+ "path": "scripts/snapdragon/adb/llama-cli.farf",
1865
+ "mode": 420,
1866
+ "bytes": 7,
1867
+ "sha256": "75d01fe0aab9b9a7512440caab60fc39983aee3c897b494cb3748db9fe61e99a"
1868
+ },
1869
+ {
1870
+ "path": "scripts/snapdragon/build.py",
1871
+ "mode": 493,
1872
+ "bytes": 11676,
1873
+ "sha256": "439fb8ba3da1f540de91a62caff4098a05c65bd732f97e30eba8f199350f0d95"
1874
+ },
1875
+ {
1876
+ "path": "scripts/snapdragon/ggml-hexagon-align-macros.py",
1877
+ "mode": 493,
1878
+ "bytes": 11224,
1879
+ "sha256": "f4c8cb604f7d29a66e2a5a94607bcae321bb534a9c8a3ae0094c823f111e1ef7"
1880
+ },
1881
+ {
1882
+ "path": "scripts/snapdragon/ggml-hexagon-profile.py",
1883
+ "mode": 493,
1884
+ "bytes": 28949,
1885
+ "sha256": "929dff624351102f76e020412455a43b5e46acd26e97fc91c74d23bb4f604377"
1886
+ },
1887
+ {
1888
+ "path": "scripts/snapdragon/ggml-hexagon-trace.py",
1889
+ "mode": 493,
1890
+ "bytes": 32297,
1891
+ "sha256": "5dba2d8dccc584a33a378ead1000809c09a970826e37f76ef2ac5888315a20c1"
1892
+ },
1893
+ {
1894
+ "path": "scripts/snapdragon/qdc/requirements.txt",
1895
+ "mode": 420,
1896
+ "bytes": 388,
1897
+ "sha256": "0ba8b3f89b4a87ddcda5f6a63fc2d428f8cbab07b73c1d42de2683446660d970"
1898
+ },
1899
+ {
1900
+ "path": "scripts/snapdragon/qdc/run_qdc_jobs.py",
1901
+ "mode": 420,
1902
+ "bytes": 23372,
1903
+ "sha256": "7d48539add047205360f6a78e2103bdb2e6c09cdfa366e4adaf472070ac8b9bd"
1904
+ },
1905
+ {
1906
+ "path": "scripts/snapdragon/qdc/tests/conftest.py",
1907
+ "mode": 420,
1908
+ "bytes": 562,
1909
+ "sha256": "d8db0560ff8a85c8472174d8594198dae4b8eeaa6c79e5ddfbec7f3618ed9988"
1910
+ },
1911
+ {
1912
+ "path": "scripts/snapdragon/qdc/tests/linux/run_linux.sh",
1913
+ "mode": 420,
1914
+ "bytes": 6911,
1915
+ "sha256": "53f435d17dc873f68e141f55b0395d68809bf99943952d07917624f54327a852"
1916
+ },
1917
+ {
1918
+ "path": "scripts/snapdragon/qdc/tests/run_backend_ops_posix.py",
1919
+ "mode": 420,
1920
+ "bytes": 1347,
1921
+ "sha256": "2c2238923e09fa77f5ee799b0a088aeacc2c81231204c57b396cc1f9c443157b"
1922
+ },
1923
+ {
1924
+ "path": "scripts/snapdragon/qdc/tests/run_bench_tests_posix.py",
1925
+ "mode": 420,
1926
+ "bytes": 2954,
1927
+ "sha256": "36a0d8f07a64fe7249fbbd6434bf9671fbcbff200c464ecc0701f6bbbbf0c285"
1928
+ },
1929
+ {
1930
+ "path": "scripts/snapdragon/qdc/tests/utils.py",
1931
+ "mode": 420,
1932
+ "bytes": 5028,
1933
+ "sha256": "3c54783b39b60866b9b75423672517eba0ec22ab3c417ad66d4bce4cf6a0e6b7"
1934
+ },
1935
+ {
1936
+ "path": "scripts/snapdragon/run.py",
1937
+ "mode": 493,
1938
+ "bytes": 20360,
1939
+ "sha256": "253881487156371ec34bdc82917f5c755feff693280a47377b0e5d4e27c0a3a0"
1940
+ },
1941
+ {
1942
+ "path": "scripts/snapdragon/sdk.py",
1943
+ "mode": 420,
1944
+ "bytes": 2143,
1945
+ "sha256": "ae6f4e939aea9f5c3eebd1a7b2535b26fabb43f62d09974c38f6b24fabfbf0fb"
1946
+ },
1947
+ {
1948
+ "path": "scripts/snapdragon/setup-sdk.py",
1949
+ "mode": 420,
1950
+ "bytes": 9120,
1951
+ "sha256": "8d2e928db3fcbeb4fd21666933929e951b639adcf4aca6bf07248b9ddec066fc"
1952
+ },
1953
+ {
1954
+ "path": "scripts/sync-ggml-am.sh",
1955
+ "mode": 493,
1956
+ "bytes": 4617,
1957
+ "sha256": "aa976c4968842681ee75d8296da17fa4fcad2d864c2ad441431fdc0b39924ac2"
1958
+ },
1959
+ {
1960
+ "path": "scripts/sync-ggml.last",
1961
+ "mode": 420,
1962
+ "bytes": 41,
1963
+ "sha256": "9dc6c7433c6184de1d11f45d7226fa63465c16cb8a576ced6dbe0efec09d074f"
1964
+ },
1965
+ {
1966
+ "path": "scripts/sync-ggml.sh",
1967
+ "mode": 493,
1968
+ "bytes": 788,
1969
+ "sha256": "d9aca1142dd3e5ab8646e691cdfdd4f6e5120dfe232b13799b9b1beae8298385"
1970
+ },
1971
+ {
1972
+ "path": "scripts/sync_vendor.py",
1973
+ "mode": 493,
1974
+ "bytes": 5610,
1975
+ "sha256": "7bb6639f0be1a3503b8fec6e0ea81e933f10cbcc437942ebe47575a84840e5ab"
1976
+ },
1977
+ {
1978
+ "path": "scripts/tool_bench.py",
1979
+ "mode": 493,
1980
+ "bytes": 15027,
1981
+ "sha256": "a3fd8b7390a184d7299c3449af4c079297c8e57710f330c46ed2f06a6385d9d8"
1982
+ },
1983
+ {
1984
+ "path": "scripts/tool_bench.sh",
1985
+ "mode": 493,
1986
+ "bytes": 6055,
1987
+ "sha256": "cdffafc7811400293ce028830e321ab6641f4908c0ae2b3706dfa90c35ab986c"
1988
+ },
1989
+ {
1990
+ "path": "scripts/ui-assets.cmake",
1991
+ "mode": 420,
1992
+ "bytes": 18828,
1993
+ "sha256": "79dd0bf8cd546914901a8abb77b848ca4a8c63a43cf6733d08a3f9b1e686a5a3"
1994
+ },
1995
+ {
1996
+ "path": "scripts/verify-checksum-models.py",
1997
+ "mode": 493,
1998
+ "bytes": 2476,
1999
+ "sha256": "a76122391f4e332c61f16469e5e300f1181cb4b50ea2dd757be2cc7f885046b2"
2000
+ },
2001
+ {
2002
+ "path": "scripts/wc2wt.sh",
2003
+ "mode": 493,
2004
+ "bytes": 1435,
2005
+ "sha256": "3e2383e44be7c4e3476e479260f0ff1d70ddf41abedef32433730307ff1ec703"
2006
+ },
2007
+ {
2008
+ "path": "ui/_app/immutable/assets/bundle.oAmIsIaD.css",
2009
+ "mode": 420,
2010
+ "bytes": 543230,
2011
+ "sha256": "9ef7fce5129ed1d882639620217a731e25aa57558929abedbaac7bfdc657b31d"
2012
+ },
2013
+ {
2014
+ "path": "ui/_app/immutable/bundle.CgxMsZEt.js",
2015
+ "mode": 420,
2016
+ "bytes": 8859739,
2017
+ "sha256": "dfe91bfbef0b39f9c990586e825b4ca71068551bff11fdd2457b67960037f8d8"
2018
+ },
2019
+ {
2020
+ "path": "ui/_app/version.json",
2021
+ "mode": 420,
2022
+ "bytes": 27,
2023
+ "sha256": "993ca85bb699e8cb1ff59d0f98c89e02e8da6b48f95538b4a91f0fadbf2f95cf"
2024
+ },
2025
+ {
2026
+ "path": "ui/apple-splash-landscape-1136x640.png",
2027
+ "mode": 420,
2028
+ "bytes": 1246,
2029
+ "sha256": "493b7dcfcb44bf6e93c2cc9b872fa85bab77bd59ce4d3750cbdcab46c3276d1a"
2030
+ },
2031
+ {
2032
+ "path": "ui/apple-splash-landscape-1334x750.png",
2033
+ "mode": 420,
2034
+ "bytes": 1571,
2035
+ "sha256": "7bf6f1ac725ab0ec24cb4d003f947acc325df20ef3e4194fecb8b261729f4b54"
2036
+ },
2037
+ {
2038
+ "path": "ui/apple-splash-landscape-2266x1488.png",
2039
+ "mode": 420,
2040
+ "bytes": 4403,
2041
+ "sha256": "074c1a672c2245b9ca0209d8a673ad2306e3be144605ed8ba5e114b97e6c7511"
2042
+ },
2043
+ {
2044
+ "path": "ui/apple-splash-landscape-2360x1640.png",
2045
+ "mode": 420,
2046
+ "bytes": 5005,
2047
+ "sha256": "ae6ce15888d3855b2c94ea2b2339919e79097b3cc2945b84487ea9fe248b1806"
2048
+ },
2049
+ {
2050
+ "path": "ui/apple-splash-landscape-2388x1668.png",
2051
+ "mode": 420,
2052
+ "bytes": 5166,
2053
+ "sha256": "d703efa06bec8aacb0076f894d717c1b2622316693bfafda39800ff2091d0283"
2054
+ },
2055
+ {
2056
+ "path": "ui/apple-splash-landscape-2532x1170.png",
2057
+ "mode": 420,
2058
+ "bytes": 3783,
2059
+ "sha256": "00dd5c0ded4678ccfc61546640c15b7176675e7022c551afd6cd7b98c5cf9d44"
2060
+ },
2061
+ {
2062
+ "path": "ui/apple-splash-landscape-2556x1179.png",
2063
+ "mode": 420,
2064
+ "bytes": 3818,
2065
+ "sha256": "1fe51da8322b461c0086d11b5dff16db0fc78cc4c0a96c70294a05242ebd3528"
2066
+ },
2067
+ {
2068
+ "path": "ui/apple-splash-landscape-2622x1206.png",
2069
+ "mode": 420,
2070
+ "bytes": 3977,
2071
+ "sha256": "478ef9ecceb2f2c6c9d4c59dbe88abea5e00aec8dd0a164c392b66414bdfe480"
2072
+ },
2073
+ {
2074
+ "path": "ui/apple-splash-landscape-2732x2048.png",
2075
+ "mode": 420,
2076
+ "bytes": 7037,
2077
+ "sha256": "ba6c6ce3420bd034955acc797b3fd6f7d098fc9e3da77b44e3975031354f7e9f"
2078
+ },
2079
+ {
2080
+ "path": "ui/apple-splash-landscape-2778x1284.png",
2081
+ "mode": 420,
2082
+ "bytes": 4469,
2083
+ "sha256": "f8efef0f58c3d66b2b7b3e515d03e45aad6379266927ac2e1ee953dba8c7a8b5"
2084
+ },
2085
+ {
2086
+ "path": "ui/apple-splash-landscape-2796x1290.png",
2087
+ "mode": 420,
2088
+ "bytes": 4511,
2089
+ "sha256": "23f6e559135368ef4c8fa2c5dfbdab6c937b54ef810b9e2e609077dbe3da31e2"
2090
+ },
2091
+ {
2092
+ "path": "ui/apple-splash-landscape-2868x1320.png",
2093
+ "mode": 420,
2094
+ "bytes": 4689,
2095
+ "sha256": "c1320361f7b214c4f3865d50082230b7ae855ce5795da33dbc28a5c8432a8ae1"
2096
+ },
2097
+ {
2098
+ "path": "ui/apple-splash-landscape-dark-1136x640.png",
2099
+ "mode": 420,
2100
+ "bytes": 1262,
2101
+ "sha256": "f66efed3c2b67da0fa716a7bde6dcc5540957e50c73c003884921dea4e79bfdc"
2102
+ },
2103
+ {
2104
+ "path": "ui/apple-splash-landscape-dark-1334x750.png",
2105
+ "mode": 420,
2106
+ "bytes": 1579,
2107
+ "sha256": "c095522fba04ddd57cbd3e473b647e017edfadeff71ed0a0fd91349649cc9168"
2108
+ },
2109
+ {
2110
+ "path": "ui/apple-splash-landscape-dark-2266x1488.png",
2111
+ "mode": 420,
2112
+ "bytes": 4437,
2113
+ "sha256": "ff0d397701b1ff4ab36bc193b7688271125ad853d590126c9b2cc2ed7d02ee3e"
2114
+ },
2115
+ {
2116
+ "path": "ui/apple-splash-landscape-dark-2360x1640.png",
2117
+ "mode": 420,
2118
+ "bytes": 4995,
2119
+ "sha256": "8242b07696870a82dcb891344fa791613763c7a2a3110afcb00974a5559c25d2"
2120
+ },
2121
+ {
2122
+ "path": "ui/apple-splash-landscape-dark-2388x1668.png",
2123
+ "mode": 420,
2124
+ "bytes": 5142,
2125
+ "sha256": "e70d3e26d0c3e800ea2fd1e116d4a26bc68e9fb6450225b5892ad9e5794c5292"
2126
+ },
2127
+ {
2128
+ "path": "ui/apple-splash-landscape-dark-2532x1170.png",
2129
+ "mode": 420,
2130
+ "bytes": 3766,
2131
+ "sha256": "29aab021ccdfe2c566aff5b6527e548c4da6ffe58d6a61a1707509221bcc79d1"
2132
+ },
2133
+ {
2134
+ "path": "ui/apple-splash-landscape-dark-2556x1179.png",
2135
+ "mode": 420,
2136
+ "bytes": 3816,
2137
+ "sha256": "9095f7e31d13a18af6cda1295299f85e7646e2d72e6f4ae039f409bfbc0a41d2"
2138
+ },
2139
+ {
2140
+ "path": "ui/apple-splash-landscape-dark-2622x1206.png",
2141
+ "mode": 420,
2142
+ "bytes": 3971,
2143
+ "sha256": "573e27a11d07879956860907274e50a76af0082d62f756b990c8ff3087328f0c"
2144
+ },
2145
+ {
2146
+ "path": "ui/apple-splash-landscape-dark-2732x2048.png",
2147
+ "mode": 420,
2148
+ "bytes": 7055,
2149
+ "sha256": "eecd347ce8d92ca87a88d26ec657a73c6039a9800ea6fd81b7c1d4eade5523ab"
2150
+ },
2151
+ {
2152
+ "path": "ui/apple-splash-landscape-dark-2778x1284.png",
2153
+ "mode": 420,
2154
+ "bytes": 4456,
2155
+ "sha256": "79a6756774386cf0af5a80a78336ca3e948d392d141dc72ed176960c6c05d27f"
2156
+ },
2157
+ {
2158
+ "path": "ui/apple-splash-landscape-dark-2796x1290.png",
2159
+ "mode": 420,
2160
+ "bytes": 4515,
2161
+ "sha256": "70a7ea8ff70e06b85c69a33b7dfd690914ee24b24b599346d2fb45ab493f3de9"
2162
+ },
2163
+ {
2164
+ "path": "ui/apple-splash-landscape-dark-2868x1320.png",
2165
+ "mode": 420,
2166
+ "bytes": 4685,
2167
+ "sha256": "48424f25a11d6b642436b8d9bfcd7e680e6066b147b527bfa11044616ecbe11a"
2168
+ },
2169
+ {
2170
+ "path": "ui/apple-splash-portrait-1170x2532.png",
2171
+ "mode": 420,
2172
+ "bytes": 3664,
2173
+ "sha256": "c35a132b380a7d62aaa97f0d1b422a6e9b91f9aff1a381ad32934c6e73c22f8e"
2174
+ },
2175
+ {
2176
+ "path": "ui/apple-splash-portrait-1179x2556.png",
2177
+ "mode": 420,
2178
+ "bytes": 3719,
2179
+ "sha256": "04f753d0c1bc895af9c32781f62962ac00b0a6e45cf870e24b275ea608945b62"
2180
+ },
2181
+ {
2182
+ "path": "ui/apple-splash-portrait-1206x2622.png",
2183
+ "mode": 420,
2184
+ "bytes": 3882,
2185
+ "sha256": "40db7bf17e032ef0d53c5a6de06180513ba5a17bd569d3fd1759c4f7365bf2ff"
2186
+ },
2187
+ {
2188
+ "path": "ui/apple-splash-portrait-1284x2778.png",
2189
+ "mode": 420,
2190
+ "bytes": 4292,
2191
+ "sha256": "8d89cf2b152ce04aa0c778e82b72323bf54b249f993dba984f2e17844e4d1326"
2192
+ },
2193
+ {
2194
+ "path": "ui/apple-splash-portrait-1290x2796.png",
2195
+ "mode": 420,
2196
+ "bytes": 4493,
2197
+ "sha256": "3f0c0cd3847c465517e896b8e8a1d98dce89c60e54cedea84af7da5a50305536"
2198
+ },
2199
+ {
2200
+ "path": "ui/apple-splash-portrait-1320x2868.png",
2201
+ "mode": 420,
2202
+ "bytes": 4563,
2203
+ "sha256": "18045fa2986fd618c28d672ec4270ef70f06afd563dbd168694ea483a3d58c96"
2204
+ },
2205
+ {
2206
+ "path": "ui/apple-splash-portrait-1488x2266.png",
2207
+ "mode": 420,
2208
+ "bytes": 4284,
2209
+ "sha256": "5d2fd6aa59808a415e4665ff923a2b0aa19a0da989c77722d25a79209eb20a52"
2210
+ },
2211
+ {
2212
+ "path": "ui/apple-splash-portrait-1640x2360.png",
2213
+ "mode": 420,
2214
+ "bytes": 4887,
2215
+ "sha256": "0af569653ac90f5ea9d6a07d764e8aa655eddfa76cca8c4d3c1e63d869dde4e4"
2216
+ },
2217
+ {
2218
+ "path": "ui/apple-splash-portrait-1668x2388.png",
2219
+ "mode": 420,
2220
+ "bytes": 5016,
2221
+ "sha256": "d74b6a435cb6feb873f980d9fb5486b6362a5603b6bbeb9fa2a97cea177ce97a"
2222
+ },
2223
+ {
2224
+ "path": "ui/apple-splash-portrait-2048x2732.png",
2225
+ "mode": 420,
2226
+ "bytes": 6948,
2227
+ "sha256": "08d85d2bf00c5f20dd27d6eb4aa711447b303f5b8b2a0da184fed83c0062810b"
2228
+ },
2229
+ {
2230
+ "path": "ui/apple-splash-portrait-640x1136.png",
2231
+ "mode": 420,
2232
+ "bytes": 1207,
2233
+ "sha256": "0765df6eed4188740d620e6a4b279fa2d981301c74082e440b6e321f5cb83c0e"
2234
+ },
2235
+ {
2236
+ "path": "ui/apple-splash-portrait-750x1334.png",
2237
+ "mode": 420,
2238
+ "bytes": 1524,
2239
+ "sha256": "3bbea52ee933f83ff0ce7cd5ad7bb52c146f428f880056fe60a599cae22afb18"
2240
+ },
2241
+ {
2242
+ "path": "ui/apple-splash-portrait-dark-1170x2532.png",
2243
+ "mode": 420,
2244
+ "bytes": 3663,
2245
+ "sha256": "360adb051cc4aa6b353089ae7b46fa6a0d64a54524838c2dab77e30a1fff80f7"
2246
+ },
2247
+ {
2248
+ "path": "ui/apple-splash-portrait-dark-1179x2556.png",
2249
+ "mode": 420,
2250
+ "bytes": 3741,
2251
+ "sha256": "36203157ee60a03f8e4459fceb40f602a29aecde4f37176c02737aea443235f8"
2252
+ },
2253
+ {
2254
+ "path": "ui/apple-splash-portrait-dark-1206x2622.png",
2255
+ "mode": 420,
2256
+ "bytes": 3883,
2257
+ "sha256": "ca012a8437e441ffcd6403042686d7d57fc408c0166d67f90ec362243e2a6188"
2258
+ },
2259
+ {
2260
+ "path": "ui/apple-splash-portrait-dark-1284x2778.png",
2261
+ "mode": 420,
2262
+ "bytes": 4292,
2263
+ "sha256": "c87c6ce396cc92f4e6f0f98a1288dde3201fd8fec36db3f88c0c553b61cec0ab"
2264
+ },
2265
+ {
2266
+ "path": "ui/apple-splash-portrait-dark-1290x2796.png",
2267
+ "mode": 420,
2268
+ "bytes": 4482,
2269
+ "sha256": "6e91aefbcb101c33269a2507d98d9d79a90e8f04f856635e2f51b59e8cb819e8"
2270
+ },
2271
+ {
2272
+ "path": "ui/apple-splash-portrait-dark-1320x2868.png",
2273
+ "mode": 420,
2274
+ "bytes": 4565,
2275
+ "sha256": "e9184634ca99bc34031883d3983208a3de2cfebb94d6bdeac22101e59440d4ce"
2276
+ },
2277
+ {
2278
+ "path": "ui/apple-splash-portrait-dark-1488x2266.png",
2279
+ "mode": 420,
2280
+ "bytes": 4307,
2281
+ "sha256": "fb743eb009c0c6da8f33f999528f252a481062cc8b1166d76b17c880fe17c48d"
2282
+ },
2283
+ {
2284
+ "path": "ui/apple-splash-portrait-dark-1640x2360.png",
2285
+ "mode": 420,
2286
+ "bytes": 4883,
2287
+ "sha256": "1451c9c5c9744bc6129bc34c2d03dde8a7bb0819d0693ca79e717893252d2d5f"
2288
+ },
2289
+ {
2290
+ "path": "ui/apple-splash-portrait-dark-1668x2388.png",
2291
+ "mode": 420,
2292
+ "bytes": 5019,
2293
+ "sha256": "994d543db51dd1053861dad346540e5b53fc63e15bfaf44e21977f5b2c5a841a"
2294
+ },
2295
+ {
2296
+ "path": "ui/apple-splash-portrait-dark-2048x2732.png",
2297
+ "mode": 420,
2298
+ "bytes": 6937,
2299
+ "sha256": "7246b87514e7c06818ef251e9494e8e7b39c690f5f873335a8374798d1c98f94"
2300
+ },
2301
+ {
2302
+ "path": "ui/apple-splash-portrait-dark-640x1136.png",
2303
+ "mode": 420,
2304
+ "bytes": 1214,
2305
+ "sha256": "92ae274e3176964422fda2e26b8bc91d69a05b2474c6af7aa5645a8c7f3f39c4"
2306
+ },
2307
+ {
2308
+ "path": "ui/apple-splash-portrait-dark-750x1334.png",
2309
+ "mode": 420,
2310
+ "bytes": 1536,
2311
+ "sha256": "b7e60345346212ee56b0a8d0708f5c0cf5b32e0762058c3a2f2bfb474cc5d237"
2312
+ },
2313
+ {
2314
+ "path": "ui/apple-touch-icon-180x180.png",
2315
+ "mode": 420,
2316
+ "bytes": 806,
2317
+ "sha256": "9638ef69f02fc5bc67e44f6c8c9f8bec0153aa272afdd851aa91389e9c3a298a"
2318
+ },
2319
+ {
2320
+ "path": "ui/build.json",
2321
+ "mode": 420,
2322
+ "bytes": 37,
2323
+ "sha256": "f095dd76e4ec079ea02e9a1e995cbf1197a26269442b23a21660a860efdf1472"
2324
+ },
2325
+ {
2326
+ "path": "ui/favicon-dark.ico",
2327
+ "mode": 420,
2328
+ "bytes": 493,
2329
+ "sha256": "bf3f11aebeba82317f971a5a1c27707720e86dac95325c9beeadc61278ab0bdb"
2330
+ },
2331
+ {
2332
+ "path": "ui/favicon-dark.svg",
2333
+ "mode": 420,
2334
+ "bytes": 800,
2335
+ "sha256": "0df4862c27bce2161c86ee36d9b6c6272c354f91025d0a690e7d46d6cb032988"
2336
+ },
2337
+ {
2338
+ "path": "ui/favicon.ico",
2339
+ "mode": 420,
2340
+ "bytes": 486,
2341
+ "sha256": "185c18728e7476d2911dfc508a12437faaccac5c31dd972a096cc73cd704aceb"
2342
+ },
2343
+ {
2344
+ "path": "ui/favicon.svg",
2345
+ "mode": 420,
2346
+ "bytes": 800,
2347
+ "sha256": "5ab26e56914d750a73010b8a65f1cc81394ddcae46f90e4681023f459ab33b06"
2348
+ },
2349
+ {
2350
+ "path": "ui/index.html",
2351
+ "mode": 420,
2352
+ "bytes": 12638,
2353
+ "sha256": "02ec1b0d3f7e2104f4a7f7bf5d90d30193a0f5de12a98beda3c4149e4feba5a6"
2354
+ },
2355
+ {
2356
+ "path": "ui/manifest.webmanifest",
2357
+ "mode": 420,
2358
+ "bytes": 524,
2359
+ "sha256": "1856d8180ea3c3f19dac8c3354d3d59b6949b240868e3c7aa54249aab6f6f26d"
2360
+ },
2361
+ {
2362
+ "path": "ui/maskable-icon-512x512.png",
2363
+ "mode": 420,
2364
+ "bytes": 1894,
2365
+ "sha256": "421fb239b1214855d2dea741769c144f0bf0567e4b5c6c58d3db4a41236ec8ba"
2366
+ },
2367
+ {
2368
+ "path": "ui/pwa-192x192.png",
2369
+ "mode": 420,
2370
+ "bytes": 3733,
2371
+ "sha256": "dc8c53052067727fdb62f8872457e7716ef16553f7b1db17f4ab29f709be0950"
2372
+ },
2373
+ {
2374
+ "path": "ui/pwa-512x512.png",
2375
+ "mode": 420,
2376
+ "bytes": 12773,
2377
+ "sha256": "b8756d856a0bb7a5d2fe081119315da8dfbddadde2f8020bbc6eaab423a19245"
2378
+ },
2379
+ {
2380
+ "path": "ui/pwa-64x64.png",
2381
+ "mode": 420,
2382
+ "bytes": 1253,
2383
+ "sha256": "c5e91dd629e2f070d8f1097e1a8689abba8f9b0f072830e825f24232fa96ce06"
2384
+ },
2385
+ {
2386
+ "path": "ui/recommended-mcp/context7.png",
2387
+ "mode": 420,
2388
+ "bytes": 1489,
2389
+ "sha256": "5d42a0cad320600ee0ebb805065f212a81a257895e9dc39687b7958602ea4f70"
2390
+ },
2391
+ {
2392
+ "path": "ui/recommended-mcp/exa.ico",
2393
+ "mode": 420,
2394
+ "bytes": 15154,
2395
+ "sha256": "b7207abacfbffefedde6faacd2a8750b8cbdd421ebdc756381b3bc9665939ada"
2396
+ },
2397
+ {
2398
+ "path": "ui/recommended-mcp/github-dark.png",
2399
+ "mode": 420,
2400
+ "bytes": 584,
2401
+ "sha256": "bf0a7086aa8828289df0e48c1a9a57e14fe5b437fba84c7eff4d305d1d074ff1"
2402
+ },
2403
+ {
2404
+ "path": "ui/recommended-mcp/github-light.png",
2405
+ "mode": 420,
2406
+ "bytes": 958,
2407
+ "sha256": "74cf90ac2fe6624ab1056cacea11cf7ed4f8bef54bbb0e869638013bba45bc08"
2408
+ },
2409
+ {
2410
+ "path": "ui/recommended-mcp/huggingface.ico",
2411
+ "mode": 420,
2412
+ "bytes": 205556,
2413
+ "sha256": "7266292a5073388702cfca169d26766460cb90ba978bacc95c914ad7a5c611cb"
2414
+ },
2415
+ {
2416
+ "path": "ui/sw.js",
2417
+ "mode": 420,
2418
+ "bytes": 6829,
2419
+ "sha256": "11cafc061bd264e26abc0d7728d335f12e0d89dd3926607985408f92c83b0c0e"
2420
+ },
2421
+ {
2422
+ "path": "ui/workbox-b3c04f83.js",
2423
+ "mode": 420,
2424
+ "bytes": 21669,
2425
+ "sha256": "da1e7f839a1e93ec217925d558d19dbfd97bb0e8ee143cb4da651a895305b7bd"
2426
+ }
2427
+ ]
2428
+ }
benchmarks/v4.4.0/git-source.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "4.4.0",
3
+ "tag": "v4.4.0",
4
+ "commit": "111a66380bd368336dc1b754767f116975892999",
5
+ "tree": "e3a0e31b59a745611967e4254f18dcab0a513763",
6
+ "base_commit": "d7c8b7a3c910766cac89e70f01ca1ee4dd7cb4c3",
7
+ "archive": "ciru-runtime-v4.4.0-source.tar.gz",
8
+ "archive_sha256": "3cc44b1130942e77d5e7dcf5c18905588f20e8d9e1f84fb5e158a94f446fe9df",
9
+ "file_count": 3900,
10
+ "manifest": "source-manifest.json",
11
+ "verification": "Every file content, executable mode and symlink target matches the release Git tree; named archive bytes are verified independently."
12
+ }
benchmarks/v4.4.0/source-manifest.json ADDED
The diff for this file is too large to render. See raw diff
 
launcher-checksums.sha256 CHANGED
@@ -1 +1 @@
1
- 138826a57fae121671ccd182098870a43e2feab81fe3a2a4e1faeec9d2e4d700 run-server.sh
 
1
+ 707cfc85b5707ddcd3a15e8b65bea7252519805a56906b6b1fd5ee1f7216ff21 run-server.sh
run-server.sh CHANGED
@@ -2,7 +2,7 @@
2
  set -euo pipefail
3
  export MODEL_DIR="${MODEL_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
4
  export MODEL_VARIANT=IU4
5
- : "${RUNTIME_DIR:?Set RUNTIME_DIR to a corrected CIRU v4.2.0 or v4.3.0 runtime}"
6
 
7
  repo_root="${RUNTIME_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
8
  repo_root="$(cd "$repo_root" && pwd)"
@@ -17,13 +17,13 @@ case "${MODEL_VARIANT:-IU4}" in
17
  IU4)
18
  model_name=Qwen3.8-Flash-CIRU-STRIX-IU4
19
  projector_name=mmproj-Qwen3.8-Flash-F16.mmproj
20
- slot_name=v4.3.0
21
  mtp_depth_default=3
22
  ;;
23
  Orca)
24
  model_name=Qwen3.8-Flash-CIRU-STRIX-Orca
25
  projector_name=mmproj-Qwen3.8-Flash-Orca-F16.mmproj
26
- slot_name=orca-v4.3.0
27
  mtp_depth_default=4
28
  ;;
29
  *) echo "MODEL_VARIANT must be IU4 or Orca." >&2; exit 2 ;;
@@ -35,10 +35,12 @@ slot_dir="${SLOT_DIR:-${package_root}/slot-state/${slot_name}}"
35
 
36
  # Launcher-only opt-in; remaining arguments are passed to llama-server.
37
  enable_vision="${ENABLE_VISION:-0}"
 
38
  server_args=()
39
  for arg in "$@"; do
40
  case "$arg" in
41
  --vision) enable_vision=1 ;;
 
42
  *) server_args+=("$arg") ;;
43
  esac
44
  done
@@ -56,7 +58,13 @@ fi
56
 
57
  # MTP is independent of vision; ENABLE_MTP=0 selects target-only generation.
58
  enable_mtp="${ENABLE_MTP:-1}"
59
- # Apply the tuning when using this launcher with an existing v4.2 profile.
 
 
 
 
 
 
60
  export LLAMA_MTP_QSA_MIN_T="${LLAMA_MTP_QSA_MIN_T:-1}"
61
 
62
  # The release qualifies MTP with exactly one slot; preserve the public guard.
@@ -74,7 +82,7 @@ for ((i = 0; i < ${#extra_args[@]}; i++)); do
74
  esac
75
  done
76
  if [[ "${enable_mtp}" != "0" && "${parallel_slots}" != "1" ]]; then
77
- echo "The CIRU v4.3.0 MTP profile requires exactly one slot (--parallel 1)." >&2
78
  echo "For parallel target-only serving, set ENABLE_MTP=0 and PARALLEL_SLOTS=2." >&2
79
  echo "See docs/RUNNING.md: Parallel requests and unified KV cache." >&2
80
  exit 2
@@ -88,7 +96,18 @@ for required in "${server_bin}" "${model}" "${ple_dir}/ple.payload.bin" "${ple_d
88
  done
89
 
90
  server_bin="$(realpath "${server_bin}")"
91
- export LD_LIBRARY_PATH="$(dirname "${server_bin}")${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
 
 
 
 
 
 
 
 
 
 
 
92
 
93
  # Check the library selected by the loader, including BUILD_DIR/SERVER_BIN overrides.
94
  unset LD_PRELOAD
@@ -96,7 +115,7 @@ runtime_fail() {
96
  echo "CIRU runtime check: $*" >&2
97
  echo "Selected server: ${server_bin}" >&2
98
  echo "Updating the model folder or launcher does not update the inference runtime." >&2
99
- echo "Build/install CIRU v4.2.0 or newer, then set RUNTIME_DIR and BUILD_DIR to that installation." >&2
100
  echo "Keep its executable and shared libraries together; no model-weight download is needed." >&2
101
  exit 2
102
  }
@@ -219,6 +238,9 @@ if [[ "${enable_mtp}" != "0" ]]; then
219
  --spec-draft-p-min 0.0
220
  --spec-draft-p-split 0.10
221
  )
 
 
 
222
  else
223
  args+=(--spec-type none)
224
  fi
 
2
  set -euo pipefail
3
  export MODEL_DIR="${MODEL_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)}"
4
  export MODEL_VARIANT=IU4
5
+ : "${RUNTIME_DIR:?Set RUNTIME_DIR to the complete CIRU v4.4.0 runtime}"
6
 
7
  repo_root="${RUNTIME_DIR:-$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)}"
8
  repo_root="$(cd "$repo_root" && pwd)"
 
17
  IU4)
18
  model_name=Qwen3.8-Flash-CIRU-STRIX-IU4
19
  projector_name=mmproj-Qwen3.8-Flash-F16.mmproj
20
+ slot_name=v4.4.0
21
  mtp_depth_default=3
22
  ;;
23
  Orca)
24
  model_name=Qwen3.8-Flash-CIRU-STRIX-Orca
25
  projector_name=mmproj-Qwen3.8-Flash-Orca-F16.mmproj
26
+ slot_name=orca-v4.4.0
27
  mtp_depth_default=4
28
  ;;
29
  *) echo "MODEL_VARIANT must be IU4 or Orca." >&2; exit 2 ;;
 
35
 
36
  # Launcher-only opt-in; remaining arguments are passed to llama-server.
37
  enable_vision="${ENABLE_VISION:-0}"
38
+ enable_boost="${KAIRIC_BOOST:-0}"
39
  server_args=()
40
  for arg in "$@"; do
41
  case "$arg" in
42
  --vision) enable_vision=1 ;;
43
+ --kairic-boost) enable_boost=1 ;;
44
  *) server_args+=("$arg") ;;
45
  esac
46
  done
 
58
 
59
  # MTP is independent of vision; ENABLE_MTP=0 selects target-only generation.
60
  enable_mtp="${ENABLE_MTP:-1}"
61
+ if [[ "$enable_boost" != 0 && "$enable_boost" != 1 ]]; then
62
+ echo "KAIRIC_BOOST must be 0 or 1." >&2; exit 2
63
+ fi
64
+ if [[ "$enable_boost" == 1 && "$enable_mtp" == 0 ]]; then
65
+ echo "Kairic Boost requires MTP; remove ENABLE_MTP=0." >&2; exit 2
66
+ fi
67
+ # Retained speculative defaults.
68
  export LLAMA_MTP_QSA_MIN_T="${LLAMA_MTP_QSA_MIN_T:-1}"
69
 
70
  # The release qualifies MTP with exactly one slot; preserve the public guard.
 
82
  esac
83
  done
84
  if [[ "${enable_mtp}" != "0" && "${parallel_slots}" != "1" ]]; then
85
+ echo "The CIRU v4.4.0 MTP profile requires exactly one slot (--parallel 1)." >&2
86
  echo "For parallel target-only serving, set ENABLE_MTP=0 and PARALLEL_SLOTS=2." >&2
87
  echo "See docs/RUNNING.md: Parallel requests and unified KV cache." >&2
88
  exit 2
 
96
  done
97
 
98
  server_bin="$(realpath "${server_bin}")"
99
+ runtime_root="${CIRU_RUNTIME_ROOT:-${repo_root}/runtime}"
100
+ for runtime_file in hip/lib/libamdhip64.so rocr/lib/libhsa-runtime64.so; do
101
+ [[ -f "${runtime_root}/${runtime_file}" ]] || {
102
+ echo "The v4.4 HIP/ROCr runtime is missing: ${runtime_root}/${runtime_file}" >&2
103
+ echo "Install the complete v4.4 package or follow docs/BUILD_LINUX.md; set CIRU_RUNTIME_ROOT for a separate runtime." >&2
104
+ exit 2
105
+ }
106
+ done
107
+ export LD_LIBRARY_PATH="${runtime_root}/hip/lib:${runtime_root}/rocr/lib:$(dirname "${server_bin}")${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}"
108
+ if [[ -n "${ROCM_ROOT:-}" ]]; then
109
+ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ROCM_ROOT}/lib:${ROCM_ROOT}/lib/rocm_sysdeps/lib:${ROCM_ROOT}/lib/llvm/lib"
110
+ fi
111
 
112
  # Check the library selected by the loader, including BUILD_DIR/SERVER_BIN overrides.
113
  unset LD_PRELOAD
 
115
  echo "CIRU runtime check: $*" >&2
116
  echo "Selected server: ${server_bin}" >&2
117
  echo "Updating the model folder or launcher does not update the inference runtime." >&2
118
+ echo "Build/install the complete CIRU v4.4.0 package, then set RUNTIME_DIR and BUILD_DIR to that installation." >&2
119
  echo "Keep its executable and shared libraries together; no model-weight download is needed." >&2
120
  exit 2
121
  }
 
238
  --spec-draft-p-min 0.0
239
  --spec-draft-p-split 0.10
240
  )
241
+ if [[ "$enable_boost" == 1 ]]; then
242
+ args+=(--spec-type ngram-mod,draft-mtp --spec-ngram-mod-n-match 24 --spec-ngram-mod-n-min 64 --spec-ngram-mod-n-max 64)
243
+ fi
244
  else
245
  args+=(--spec-type none)
246
  fi
runtime/v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564347f7baf194cb6663d97b93d4f4604dfe4b55f4cb7afc20d38f36bd896570
3
+ size 48790575
runtime/v4.4.0/ciru-runtime-v4.4.0-source.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cc44b1130942e77d5e7dcf5c18905588f20e8d9e1f84fb5e158a94f446fe9df
3
+ size 41217150
v4.4.0-checksums.sha256 ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 707cfc85b5707ddcd3a15e8b65bea7252519805a56906b6b1fd5ee1f7216ff21 run-server.sh
2
+ 2dfe739d5e80fb97a3b2fa386e01237ccca421ec9d9d665dcbe2ad8e14739395 launcher-checksums.sha256
3
+ be30caa883dfcf717811010bb0e53849eebfc11c3368d637a87770128391be29 benchmarks/v4.4.0/BOOST-HE0-9.json
4
+ 4111203c3b9e6bb21d12cb7dfa38055e6bd833a1e0d7217760d3176840ac1e61 benchmarks/v4.4.0/BUILD-PLAN.json
5
+ 6e7d4a92d96f36c466d6582b8cf8444d5b794cb4ec1eb0f28a7679ff87650f9e benchmarks/v4.4.0/FINAL-CORRECTNESS-RESULTS.json
6
+ ac56ae5ef9125321463cd0614473bccf3734b5ecd895c2b9089f084e58ea071b benchmarks/v4.4.0/FINAL-PACKAGE.json
7
+ 7df87e7cdb15f0faded591e2afccb63f5d40e379141a82ceaa3472f1cbde3289 benchmarks/v4.4.0/FINAL-PERFORMANCE-ANALYSIS.json
8
+ 9f60fcdb49e32e664d8bcce2e4b9ecb63f401be64ff431c16d0b2373968e99bc benchmarks/v4.4.0/FINAL-SELECTION.json
9
+ f313fca4120ada224c48989a9a868dece73c36f410a1a8e5ab2251ee41fb8516 benchmarks/v4.4.0/HE0-9.json
10
+ 9227c36d0794e50a8218131ce74c3d59c955e876fef53f6948ce092ed21d4a91 benchmarks/v4.4.0/IU4-RESULTS.json
11
+ af9250303c1e04366b5c2cd48a3a92e3e28dcbd945cb299c33f634205d5db0bf benchmarks/v4.4.0/LAUNCHER-CHECKS.json
12
+ 013dcba92018024939de24b475001687150f35a9aa3a5d31675da674e3d9eacc benchmarks/v4.4.0/PACKAGE-CHECKS.json
13
+ b6829e8c97dd9070781b39e47d4691cff82fa608436b4ead5cf413c5e0f84cf9 benchmarks/v4.4.0/PACKAGE-LOAD-CHECK.json
14
+ 3a87537bd28c5e61c7dc9a07e9f7204934d6ae04c5ba4cf65f0e3e7c50214b7b benchmarks/v4.4.0/QUALIFICATION.md
15
+ 5bd0ddaa9d79478320eea2b17743c93294378dae5360e59749a8079ec9bbc0a6 benchmarks/v4.4.0/RELEASE-NOTES.md
16
+ bb6db1c032b1c62a8e2ac0130f1012e31054aaa5264ca2ad671c442a92685eb5 benchmarks/v4.4.0/binary-identity.json
17
+ 564347f7baf194cb6663d97b93d4f4604dfe4b55f4cb7afc20d38f36bd896570 runtime/v4.4.0/ciru-runtime-v4.4.0-nixos-gfx1151.tar.gz
18
+ 3cc44b1130942e77d5e7dcf5c18905588f20e8d9e1f84fb5e158a94f446fe9df runtime/v4.4.0/ciru-runtime-v4.4.0-source.tar.gz
19
+ cd39e762408da6e262729c738eb0550f68fd2c40e31c7d87dc657fbf1a006c52 benchmarks/v4.4.0/git-source.json
20
+ 8f28f83c40cd56d5695bf6a3393743a4ffd9b1c7c5f40b4b40f5f32085af7ce1 benchmarks/v4.4.0/source-manifest.json