@simulatte/doppler 0.1.9 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1359) hide show
  1. package/README.md +3 -116
  2. package/package.json +5 -162
  3. package/BRANDING.md +0 -14
  4. package/CHANGELOG.md +0 -158
  5. package/LICENSE +0 -201
  6. package/NOTICE +0 -5
  7. package/SECURITY.md +0 -19
  8. package/src/adapters/adapter-manager.d.ts +0 -200
  9. package/src/adapters/adapter-manager.js +0 -509
  10. package/src/adapters/adapter-manifest.d.ts +0 -290
  11. package/src/adapters/adapter-manifest.js +0 -320
  12. package/src/adapters/adapter-registry.d.ts +0 -192
  13. package/src/adapters/adapter-registry.js +0 -477
  14. package/src/adapters/index.d.ts +0 -89
  15. package/src/adapters/index.js +0 -42
  16. package/src/adapters/lora-loader.d.ts +0 -105
  17. package/src/adapters/lora-loader.js +0 -414
  18. package/src/bootstrap.d.ts +0 -1
  19. package/src/bootstrap.js +0 -30
  20. package/src/bridge/extension/background.d.ts +0 -14
  21. package/src/bridge/extension/background.js +0 -168
  22. package/src/bridge/extension/manifest.json +0 -34
  23. package/src/bridge/extension-client.d.ts +0 -114
  24. package/src/bridge/extension-client.js +0 -409
  25. package/src/bridge/index.d.ts +0 -69
  26. package/src/bridge/index.js +0 -53
  27. package/src/bridge/protocol.d.ts +0 -96
  28. package/src/bridge/protocol.js +0 -130
  29. package/src/browser/browser-converter.d.ts +0 -71
  30. package/src/browser/browser-converter.js +0 -977
  31. package/src/browser/file-picker.d.ts +0 -63
  32. package/src/browser/file-picker.js +0 -281
  33. package/src/browser/gguf-importer.d.ts +0 -136
  34. package/src/browser/gguf-importer.js +0 -532
  35. package/src/browser/gguf-parser-browser.d.ts +0 -14
  36. package/src/browser/gguf-parser-browser.js +0 -17
  37. package/src/browser/quantization.d.ts +0 -69
  38. package/src/browser/quantization.js +0 -328
  39. package/src/browser/safetensors-parser-browser.d.ts +0 -193
  40. package/src/browser/safetensors-parser-browser.js +0 -347
  41. package/src/browser/shard-io-browser.d.ts +0 -57
  42. package/src/browser/shard-io-browser.js +0 -89
  43. package/src/browser/tensor-source-download.d.ts +0 -27
  44. package/src/browser/tensor-source-download.js +0 -245
  45. package/src/browser/tensor-source-file.d.ts +0 -26
  46. package/src/browser/tensor-source-file.js +0 -53
  47. package/src/browser/tensor-source-http.d.ts +0 -29
  48. package/src/browser/tensor-source-http.js +0 -130
  49. package/src/client/doppler-api.browser.d.ts +0 -1
  50. package/src/client/doppler-api.browser.js +0 -310
  51. package/src/client/doppler-api.d.ts +0 -83
  52. package/src/client/doppler-api.js +0 -323
  53. package/src/client/doppler-provider/generation.d.ts +0 -25
  54. package/src/client/doppler-provider/generation.js +0 -126
  55. package/src/client/doppler-provider/index.d.ts +0 -2
  56. package/src/client/doppler-provider/index.js +0 -3
  57. package/src/client/doppler-provider/model-manager.d.ts +0 -71
  58. package/src/client/doppler-provider/model-manager.js +0 -739
  59. package/src/client/doppler-provider/provider.d.ts +0 -5
  60. package/src/client/doppler-provider/provider.js +0 -102
  61. package/src/client/doppler-provider/source-runtime.d.ts +0 -23
  62. package/src/client/doppler-provider/source-runtime.js +0 -641
  63. package/src/client/doppler-provider/types.d.ts +0 -127
  64. package/src/client/doppler-provider/types.js +0 -17
  65. package/src/client/doppler-provider.d.ts +0 -46
  66. package/src/client/doppler-provider.js +0 -36
  67. package/src/client/doppler-registry.d.ts +0 -23
  68. package/src/client/doppler-registry.js +0 -86
  69. package/src/client/doppler-registry.json +0 -40
  70. package/src/config/README.md +0 -69
  71. package/src/config/backward-registry-loader.d.ts +0 -3
  72. package/src/config/backward-registry-loader.js +0 -23
  73. package/src/config/execution-contract-check.d.ts +0 -82
  74. package/src/config/execution-contract-check.js +0 -317
  75. package/src/config/execution-v0-contract-check.d.ts +0 -94
  76. package/src/config/execution-v0-contract-check.js +0 -349
  77. package/src/config/execution-v0-graph-contract-check.d.ts +0 -20
  78. package/src/config/execution-v0-graph-contract-check.js +0 -64
  79. package/src/config/index.d.ts +0 -63
  80. package/src/config/index.js +0 -31
  81. package/src/config/kernel-path-contract-check.d.ts +0 -76
  82. package/src/config/kernel-path-contract-check.js +0 -507
  83. package/src/config/kernel-path-loader.d.ts +0 -170
  84. package/src/config/kernel-path-loader.js +0 -570
  85. package/src/config/kernels/backward-registry.json +0 -99
  86. package/src/config/kernels/kernel-ref-digests.d.ts +0 -1
  87. package/src/config/kernels/kernel-ref-digests.js +0 -228
  88. package/src/config/kernels/kernel-ref.d.ts +0 -17
  89. package/src/config/kernels/kernel-ref.js +0 -75
  90. package/src/config/kernels/moe/gpt-oss.paths.json +0 -49
  91. package/src/config/kernels/moe/mixtral.paths.json +0 -46
  92. package/src/config/kernels/registry.d.ts +0 -86
  93. package/src/config/kernels/registry.js +0 -116
  94. package/src/config/kernels/registry.json +0 -7443
  95. package/src/config/loader.d.ts +0 -57
  96. package/src/config/loader.js +0 -584
  97. package/src/config/merge-contract-check.d.ts +0 -16
  98. package/src/config/merge-contract-check.js +0 -383
  99. package/src/config/merge-helpers.d.ts +0 -58
  100. package/src/config/merge-helpers.js +0 -175
  101. package/src/config/merge.d.ts +0 -143
  102. package/src/config/merge.js +0 -414
  103. package/src/config/param-categories.d.ts +0 -17
  104. package/src/config/param-categories.js +0 -72
  105. package/src/config/param-validator.d.ts +0 -26
  106. package/src/config/param-validator.js +0 -280
  107. package/src/config/platforms/amd-rdna3.json +0 -16
  108. package/src/config/platforms/apple-m1.json +0 -16
  109. package/src/config/platforms/apple-m2.json +0 -16
  110. package/src/config/platforms/apple-m3.json +0 -16
  111. package/src/config/platforms/generic.json +0 -14
  112. package/src/config/platforms/loader.d.ts +0 -65
  113. package/src/config/platforms/loader.js +0 -155
  114. package/src/config/platforms/nvidia-rtx30.json +0 -16
  115. package/src/config/platforms/nvidia-rtx40.json +0 -16
  116. package/src/config/presets/kernel-paths/embeddinggemma-f16-f32a.json +0 -60
  117. package/src/config/presets/kernel-paths/embeddinggemma-f32-f32a.json +0 -60
  118. package/src/config/presets/kernel-paths/embeddinggemma-q4k-dequant-f32a.json +0 -60
  119. package/src/config/presets/kernel-paths/gemma2-f16-f16a.json +0 -61
  120. package/src/config/presets/kernel-paths/gemma2-f16-f32a.json +0 -60
  121. package/src/config/presets/kernel-paths/gemma2-q4k-dequant-f16a.json +0 -61
  122. package/src/config/presets/kernel-paths/gemma2-q4k-dequant-f32a-nosubgroups.json +0 -60
  123. package/src/config/presets/kernel-paths/gemma2-q4k-fused-f32a.json +0 -57
  124. package/src/config/presets/kernel-paths/gemma3-f16-fused-f16a-online.json +0 -200
  125. package/src/config/presets/kernel-paths/gemma3-f16-fused-f32a-online-streamingprefill.json +0 -223
  126. package/src/config/presets/kernel-paths/gemma3-f16-fused-f32a-online.json +0 -223
  127. package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f16a-online.json +0 -60
  128. package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32a-nosubgroups.json +0 -61
  129. package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32a-online.json +0 -61
  130. package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32a-small-attn.json +0 -61
  131. package/src/config/presets/kernel-paths/gemma3-q4k-dequant-f32w-f32a-online.json +0 -56
  132. package/src/config/presets/kernel-paths/lfm2-q4k-dequant-f32a-nosubgroups.json +0 -61
  133. package/src/config/presets/kernel-paths/lfm2-q4k-dequant-f32a-online.json +0 -61
  134. package/src/config/presets/kernel-paths/registry.json +0 -145
  135. package/src/config/presets/models/deepseek.json +0 -20
  136. package/src/config/presets/models/diffusion.json +0 -10
  137. package/src/config/presets/models/embeddinggemma.json +0 -74
  138. package/src/config/presets/models/functiongemma.json +0 -31
  139. package/src/config/presets/models/gemma2.json +0 -60
  140. package/src/config/presets/models/gemma3.json +0 -78
  141. package/src/config/presets/models/gemma4.json +0 -61
  142. package/src/config/presets/models/gpt-oss.json +0 -68
  143. package/src/config/presets/models/granite-docling.json +0 -70
  144. package/src/config/presets/models/janus-text.json +0 -27
  145. package/src/config/presets/models/kimi-k2.json +0 -25
  146. package/src/config/presets/models/lfm2.json +0 -88
  147. package/src/config/presets/models/llama3.json +0 -40
  148. package/src/config/presets/models/mamba.json +0 -34
  149. package/src/config/presets/models/mixtral.json +0 -37
  150. package/src/config/presets/models/modernbert.json +0 -32
  151. package/src/config/presets/models/qwen3.json +0 -49
  152. package/src/config/presets/models/qwen3_5.json +0 -16
  153. package/src/config/presets/models/qwen3_vl.json +0 -40
  154. package/src/config/presets/models/transformer.json +0 -78
  155. package/src/config/presets/models/translategemma.json +0 -30
  156. package/src/config/presets/platforms/nvidia-gb200-8gpu.json +0 -45
  157. package/src/config/presets/platforms/nvidia-gb200-nvl72.json +0 -45
  158. package/src/config/presets/platforms/nvidia-gh200-nvl2.json +0 -44
  159. package/src/config/presets/platforms/nvidia-gh200.json +0 -44
  160. package/src/config/presets/runtime/compute/f16-activations.json +0 -30
  161. package/src/config/presets/runtime/compute/f16-batched.json +0 -32
  162. package/src/config/presets/runtime/default.json +0 -101
  163. package/src/config/presets/runtime/diagnostics/debug-logits.json +0 -53
  164. package/src/config/presets/runtime/experiments/bench/gemma3-bench-q4k.json +0 -54
  165. package/src/config/presets/runtime/experiments/debug/gemma3-debug-q4k.json +0 -210
  166. package/src/config/presets/runtime/experiments/verify/gemma3-verify.json +0 -39
  167. package/src/config/presets/runtime/experiments/verify/lfm2-verify.json +0 -46
  168. package/src/config/presets/runtime/experiments/verify/translategemma-verify.json +0 -39
  169. package/src/config/presets/runtime/kernels/dequant-f16-q4k.json +0 -13
  170. package/src/config/presets/runtime/kernels/dequant-f32-q4k.json +0 -13
  171. package/src/config/presets/runtime/kernels/embeddinggemma-q4k-dequant-f32a.json +0 -37
  172. package/src/config/presets/runtime/kernels/fused-q4k.json +0 -13
  173. package/src/config/presets/runtime/kernels/gemma2-q4k-dequant-f16a.json +0 -33
  174. package/src/config/presets/runtime/kernels/gemma2-q4k-dequant-f32a-nosubgroups.json +0 -33
  175. package/src/config/presets/runtime/kernels/gemma2-q4k-fused-f32a.json +0 -33
  176. package/src/config/presets/runtime/kernels/safe-q4k.json +0 -13
  177. package/src/config/presets/runtime/model/gemma2-debug.json +0 -77
  178. package/src/config/presets/runtime/model/gemma2-pipeline-debug.json +0 -66
  179. package/src/config/presets/runtime/model/gemma2-pipeline.json +0 -75
  180. package/src/config/presets/runtime/model/gemma3-layer-probe.json +0 -85
  181. package/src/config/presets/runtime/model/qwen3-5-layer-probe.json +0 -52
  182. package/src/config/presets/runtime/model/qwen3-5-linear-attn-debug.json +0 -90
  183. package/src/config/presets/runtime/modes/bench.json +0 -37
  184. package/src/config/presets/runtime/modes/debug.json +0 -39
  185. package/src/config/presets/runtime/modes/default.json +0 -10
  186. package/src/config/presets/runtime/modes/embedding-bench.json +0 -28
  187. package/src/config/presets/runtime/modes/embedding.json +0 -54
  188. package/src/config/presets/runtime/modes/low-memory.json +0 -40
  189. package/src/config/presets/runtime/modes/production.json +0 -48
  190. package/src/config/presets/runtime/modes/simulation.json +0 -30
  191. package/src/config/presets/runtime/modes/trace-layers.json +0 -127
  192. package/src/config/presets/runtime/platform/metal-apple-q4k.json +0 -11
  193. package/src/config/presets/runtime/tiers/gemma4-16gb.json +0 -69
  194. package/src/config/presets/runtime/tiers/gemma4-24gb.json +0 -66
  195. package/src/config/presets/runtime/tiers/gemma4-32gb.json +0 -66
  196. package/src/config/quantization-contract-check.d.ts +0 -12
  197. package/src/config/quantization-contract-check.js +0 -91
  198. package/src/config/required-inference-fields-contract-check.d.ts +0 -24
  199. package/src/config/required-inference-fields-contract-check.js +0 -237
  200. package/src/config/runtime-merge.d.ts +0 -5
  201. package/src/config/runtime-merge.js +0 -21
  202. package/src/config/runtime.d.ts +0 -28
  203. package/src/config/runtime.js +0 -64
  204. package/src/config/schema/adapter.schema.d.ts +0 -53
  205. package/src/config/schema/adapter.schema.js +0 -60
  206. package/src/config/schema/backward-registry.schema.d.ts +0 -14
  207. package/src/config/schema/backward-registry.schema.js +0 -46
  208. package/src/config/schema/benchmark.schema.d.ts +0 -54
  209. package/src/config/schema/benchmark.schema.js +0 -74
  210. package/src/config/schema/bridge.schema.d.ts +0 -25
  211. package/src/config/schema/bridge.schema.js +0 -22
  212. package/src/config/schema/browser-suite-metrics.schema.d.ts +0 -17
  213. package/src/config/schema/browser-suite-metrics.schema.js +0 -46
  214. package/src/config/schema/buffer-pool.schema.d.ts +0 -92
  215. package/src/config/schema/buffer-pool.schema.js +0 -50
  216. package/src/config/schema/conversion-report.schema.d.ts +0 -40
  217. package/src/config/schema/conversion-report.schema.js +0 -108
  218. package/src/config/schema/conversion.schema.d.ts +0 -184
  219. package/src/config/schema/conversion.schema.js +0 -13
  220. package/src/config/schema/converter.schema.d.ts +0 -123
  221. package/src/config/schema/converter.schema.js +0 -136
  222. package/src/config/schema/debug.schema.d.ts +0 -290
  223. package/src/config/schema/debug.schema.js +0 -134
  224. package/src/config/schema/diffusion.schema.d.ts +0 -88
  225. package/src/config/schema/diffusion.schema.js +0 -62
  226. package/src/config/schema/distill-training.schema.d.ts +0 -48
  227. package/src/config/schema/distill-training.schema.js +0 -139
  228. package/src/config/schema/distribution.schema.d.ts +0 -155
  229. package/src/config/schema/distribution.schema.js +0 -81
  230. package/src/config/schema/doppler.schema.d.ts +0 -75
  231. package/src/config/schema/doppler.schema.js +0 -341
  232. package/src/config/schema/ecosystem.schema.d.ts +0 -255
  233. package/src/config/schema/ecosystem.schema.js +0 -534
  234. package/src/config/schema/emulation.schema.d.ts +0 -351
  235. package/src/config/schema/emulation.schema.js +0 -299
  236. package/src/config/schema/energy.schema.d.ts +0 -102
  237. package/src/config/schema/energy.schema.js +0 -72
  238. package/src/config/schema/execution-v0.schema.d.ts +0 -187
  239. package/src/config/schema/execution-v0.schema.js +0 -55
  240. package/src/config/schema/gpu-cache.schema.d.ts +0 -26
  241. package/src/config/schema/gpu-cache.schema.js +0 -8
  242. package/src/config/schema/harness.schema.d.ts +0 -32
  243. package/src/config/schema/harness.schema.js +0 -20
  244. package/src/config/schema/hotswap.schema.d.ts +0 -55
  245. package/src/config/schema/hotswap.schema.js +0 -18
  246. package/src/config/schema/index.d.ts +0 -885
  247. package/src/config/schema/index.js +0 -491
  248. package/src/config/schema/inference-defaults.schema.d.ts +0 -276
  249. package/src/config/schema/inference-defaults.schema.js +0 -188
  250. package/src/config/schema/inference.schema.d.ts +0 -298
  251. package/src/config/schema/inference.schema.js +0 -39
  252. package/src/config/schema/intent-bundle.schema.d.ts +0 -28
  253. package/src/config/schema/intent-bundle.schema.js +0 -12
  254. package/src/config/schema/kernel-path.schema.d.ts +0 -184
  255. package/src/config/schema/kernel-path.schema.js +0 -9
  256. package/src/config/schema/kernel-registry.schema.d.ts +0 -199
  257. package/src/config/schema/kernel-registry.schema.js +0 -46
  258. package/src/config/schema/kernel-thresholds.schema.d.ts +0 -302
  259. package/src/config/schema/kernel-thresholds.schema.js +0 -195
  260. package/src/config/schema/kernel-warmup.schema.d.ts +0 -19
  261. package/src/config/schema/kernel-warmup.schema.js +0 -5
  262. package/src/config/schema/kvcache.schema.d.ts +0 -131
  263. package/src/config/schema/kvcache.schema.js +0 -31
  264. package/src/config/schema/loading.schema.d.ts +0 -153
  265. package/src/config/schema/loading.schema.js +0 -84
  266. package/src/config/schema/lora.schema.d.ts +0 -12
  267. package/src/config/schema/lora.schema.js +0 -12
  268. package/src/config/schema/manifest.schema.d.ts +0 -507
  269. package/src/config/schema/manifest.schema.js +0 -146
  270. package/src/config/schema/memory-limits.schema.d.ts +0 -107
  271. package/src/config/schema/memory-limits.schema.js +0 -57
  272. package/src/config/schema/moe.schema.d.ts +0 -78
  273. package/src/config/schema/moe.schema.js +0 -31
  274. package/src/config/schema/platform.schema.d.ts +0 -121
  275. package/src/config/schema/platform.schema.js +0 -1
  276. package/src/config/schema/preset.schema.d.ts +0 -124
  277. package/src/config/schema/preset.schema.js +0 -1
  278. package/src/config/schema/quantization-defaults.schema.d.ts +0 -34
  279. package/src/config/schema/quantization-defaults.schema.js +0 -5
  280. package/src/config/schema/quantization.schema.d.ts +0 -10
  281. package/src/config/schema/quantization.schema.js +0 -33
  282. package/src/config/schema/shared-runtime.schema.d.ts +0 -75
  283. package/src/config/schema/shared-runtime.schema.js +0 -45
  284. package/src/config/schema/speculative.schema.d.ts +0 -21
  285. package/src/config/schema/speculative.schema.js +0 -11
  286. package/src/config/schema/storage.schema.d.ts +0 -123
  287. package/src/config/schema/storage.schema.js +0 -66
  288. package/src/config/schema/tooling.schema.d.ts +0 -29
  289. package/src/config/schema/tooling.schema.js +0 -12
  290. package/src/config/schema/training-metrics.schema.d.ts +0 -89
  291. package/src/config/schema/training-metrics.schema.js +0 -374
  292. package/src/config/schema/training.schema.d.ts +0 -88
  293. package/src/config/schema/training.schema.js +0 -106
  294. package/src/config/schema/tuner.schema.d.ts +0 -39
  295. package/src/config/schema/tuner.schema.js +0 -13
  296. package/src/config/schema/ul-training.schema.d.ts +0 -61
  297. package/src/config/schema/ul-training.schema.js +0 -140
  298. package/src/config/schema/units.schema.d.ts +0 -27
  299. package/src/config/schema/units.schema.js +0 -26
  300. package/src/config/training-defaults.d.ts +0 -24
  301. package/src/config/training-defaults.js +0 -99
  302. package/src/converter/conversion-plan.d.ts +0 -64
  303. package/src/converter/conversion-plan.js +0 -565
  304. package/src/converter/core.d.ts +0 -264
  305. package/src/converter/core.js +0 -1383
  306. package/src/converter/execution-v0-manifest.d.ts +0 -15
  307. package/src/converter/execution-v0-manifest.js +0 -149
  308. package/src/converter/index.d.ts +0 -99
  309. package/src/converter/index.js +0 -60
  310. package/src/converter/manifest-inference.d.ts +0 -20
  311. package/src/converter/manifest-inference.js +0 -513
  312. package/src/converter/parsers/diffusion.d.ts +0 -50
  313. package/src/converter/parsers/diffusion.js +0 -327
  314. package/src/converter/parsers/gguf.d.ts +0 -22
  315. package/src/converter/parsers/gguf.js +0 -46
  316. package/src/converter/parsers/index.d.ts +0 -21
  317. package/src/converter/parsers/index.js +0 -12
  318. package/src/converter/parsers/transformer.d.ts +0 -16
  319. package/src/converter/parsers/transformer.js +0 -29
  320. package/src/converter/quantization-info.d.ts +0 -37
  321. package/src/converter/quantization-info.js +0 -422
  322. package/src/converter/quantizer.d.ts +0 -101
  323. package/src/converter/quantizer.js +0 -444
  324. package/src/converter/rope-config.d.ts +0 -15
  325. package/src/converter/rope-config.js +0 -262
  326. package/src/converter/shard-packer.d.ts +0 -138
  327. package/src/converter/shard-packer.js +0 -425
  328. package/src/converter/tokenizer-utils.d.ts +0 -12
  329. package/src/converter/tokenizer-utils.js +0 -104
  330. package/src/debug/config.d.ts +0 -78
  331. package/src/debug/config.js +0 -347
  332. package/src/debug/history.d.ts +0 -65
  333. package/src/debug/history.js +0 -71
  334. package/src/debug/index.d.ts +0 -268
  335. package/src/debug/index.js +0 -192
  336. package/src/debug/log.d.ts +0 -46
  337. package/src/debug/log.js +0 -132
  338. package/src/debug/perf.d.ts +0 -33
  339. package/src/debug/perf.js +0 -51
  340. package/src/debug/reference/README.md +0 -114
  341. package/src/debug/reference/hf_attn_debug.py +0 -114
  342. package/src/debug/reference/hf_embed_check.py +0 -89
  343. package/src/debug/reference/hf_layer_out.py +0 -100
  344. package/src/debug/reference/hf_qwen35_linear_attn_debug.py +0 -268
  345. package/src/debug/reference/hf_rope_check.py +0 -116
  346. package/src/debug/reference/hf_weights.py +0 -75
  347. package/src/debug/signals.d.ts +0 -63
  348. package/src/debug/signals.js +0 -39
  349. package/src/debug/stats.d.ts +0 -47
  350. package/src/debug/stats.js +0 -160
  351. package/src/debug/tensor.d.ts +0 -125
  352. package/src/debug/tensor.js +0 -268
  353. package/src/debug/trace.d.ts +0 -17
  354. package/src/debug/trace.js +0 -167
  355. package/src/diffusion/image-regression.d.ts +0 -31
  356. package/src/diffusion/image-regression.js +0 -107
  357. package/src/diffusion/index.d.ts +0 -8
  358. package/src/diffusion/index.js +0 -8
  359. package/src/distribution/p2p-control-plane.d.ts +0 -52
  360. package/src/distribution/p2p-control-plane.js +0 -272
  361. package/src/distribution/p2p-observability.d.ts +0 -116
  362. package/src/distribution/p2p-observability.js +0 -303
  363. package/src/distribution/p2p-transport-contract.d.ts +0 -57
  364. package/src/distribution/p2p-transport-contract.js +0 -310
  365. package/src/distribution/p2p-webrtc-browser.d.ts +0 -37
  366. package/src/distribution/p2p-webrtc-browser.js +0 -454
  367. package/src/distribution/shard-delivery.d.ts +0 -251
  368. package/src/distribution/shard-delivery.js +0 -2186
  369. package/src/energy/index.d.ts +0 -2
  370. package/src/energy/index.js +0 -2
  371. package/src/errors/doppler-error.d.ts +0 -21
  372. package/src/errors/doppler-error.js +0 -25
  373. package/src/errors/index.d.ts +0 -1
  374. package/src/errors/index.js +0 -1
  375. package/src/formats/gguf/index.d.ts +0 -8
  376. package/src/formats/gguf/index.js +0 -4
  377. package/src/formats/gguf/types.d.ts +0 -137
  378. package/src/formats/gguf/types.js +0 -460
  379. package/src/formats/index.d.ts +0 -51
  380. package/src/formats/index.js +0 -13
  381. package/src/formats/rdrr/classification.d.ts +0 -39
  382. package/src/formats/rdrr/classification.js +0 -307
  383. package/src/formats/rdrr/groups.d.ts +0 -35
  384. package/src/formats/rdrr/groups.js +0 -73
  385. package/src/formats/rdrr/index.d.ts +0 -25
  386. package/src/formats/rdrr/index.js +0 -19
  387. package/src/formats/rdrr/manifest.d.ts +0 -32
  388. package/src/formats/rdrr/manifest.js +0 -108
  389. package/src/formats/rdrr/parsing.d.ts +0 -27
  390. package/src/formats/rdrr/parsing.js +0 -151
  391. package/src/formats/rdrr/tensor-config-validator.d.ts +0 -42
  392. package/src/formats/rdrr/tensor-config-validator.js +0 -156
  393. package/src/formats/rdrr/types.d.ts +0 -201
  394. package/src/formats/rdrr/types.js +0 -16
  395. package/src/formats/rdrr/validation.d.ts +0 -9
  396. package/src/formats/rdrr/validation.js +0 -213
  397. package/src/formats/safetensors/index.d.ts +0 -8
  398. package/src/formats/safetensors/index.js +0 -4
  399. package/src/formats/safetensors/types.d.ts +0 -67
  400. package/src/formats/safetensors/types.js +0 -102
  401. package/src/formats/tokenizer/index.d.ts +0 -5
  402. package/src/formats/tokenizer/index.js +0 -3
  403. package/src/formats/tokenizer/types.d.ts +0 -9
  404. package/src/formats/tokenizer/types.js +0 -22
  405. package/src/generation/index.d.ts +0 -18
  406. package/src/generation/index.js +0 -12
  407. package/src/gpu/command-recorder.d.ts +0 -175
  408. package/src/gpu/command-recorder.js +0 -498
  409. package/src/gpu/device.d.ts +0 -142
  410. package/src/gpu/device.js +0 -462
  411. package/src/gpu/kernel-runtime.d.ts +0 -20
  412. package/src/gpu/kernel-runtime.js +0 -39
  413. package/src/gpu/kernel-selection-cache.d.ts +0 -13
  414. package/src/gpu/kernel-selection-cache.js +0 -13
  415. package/src/gpu/kernel-selection-log.d.ts +0 -12
  416. package/src/gpu/kernel-selection-log.js +0 -28
  417. package/src/gpu/kernel-selector.d.ts +0 -11
  418. package/src/gpu/kernel-selector.js +0 -10
  419. package/src/gpu/kernel-tuner/benchmarks.d.ts +0 -144
  420. package/src/gpu/kernel-tuner/benchmarks.js +0 -902
  421. package/src/gpu/kernel-tuner/cache.d.ts +0 -55
  422. package/src/gpu/kernel-tuner/cache.js +0 -133
  423. package/src/gpu/kernel-tuner/index.d.ts +0 -59
  424. package/src/gpu/kernel-tuner/index.js +0 -38
  425. package/src/gpu/kernel-tuner/tuner.d.ts +0 -82
  426. package/src/gpu/kernel-tuner/tuner.js +0 -247
  427. package/src/gpu/kernel-tuner/types.d.ts +0 -101
  428. package/src/gpu/kernel-tuner/types.js +0 -4
  429. package/src/gpu/kernel-tuner.d.ts +0 -33
  430. package/src/gpu/kernel-tuner.js +0 -12
  431. package/src/gpu/kernels/README.md +0 -127
  432. package/src/gpu/kernels/attention.d.ts +0 -236
  433. package/src/gpu/kernels/attention.js +0 -1439
  434. package/src/gpu/kernels/attention.wgsl +0 -249
  435. package/src/gpu/kernels/attention_bdpa_decode_f16.wgsl +0 -246
  436. package/src/gpu/kernels/attention_decode.wgsl +0 -233
  437. package/src/gpu/kernels/attention_decode_chunked_f16.wgsl +0 -183
  438. package/src/gpu/kernels/attention_decode_chunked_f16kv.wgsl +0 -208
  439. package/src/gpu/kernels/attention_decode_f16.wgsl +0 -202
  440. package/src/gpu/kernels/attention_decode_f16kv.wgsl +0 -224
  441. package/src/gpu/kernels/attention_decode_online_f16.wgsl +0 -223
  442. package/src/gpu/kernels/attention_decode_online_f16kv.wgsl +0 -225
  443. package/src/gpu/kernels/attention_decode_optimized.wgsl +0 -445
  444. package/src/gpu/kernels/attention_decode_paged_f16.wgsl +0 -172
  445. package/src/gpu/kernels/attention_decode_paged_f16kv.wgsl +0 -174
  446. package/src/gpu/kernels/attention_decode_subgroup.wgsl +0 -233
  447. package/src/gpu/kernels/attention_decode_tiered_f16.wgsl +0 -218
  448. package/src/gpu/kernels/attention_decode_tiered_f16kv.wgsl +0 -220
  449. package/src/gpu/kernels/attention_decode_tiered_int4_f16kv.wgsl +0 -242
  450. package/src/gpu/kernels/attention_decode_tiered_int8_f16kv.wgsl +0 -242
  451. package/src/gpu/kernels/attention_f16.wgsl +0 -214
  452. package/src/gpu/kernels/attention_f16kv.wgsl +0 -242
  453. package/src/gpu/kernels/attention_small.wgsl +0 -260
  454. package/src/gpu/kernels/attention_small_f16.wgsl +0 -240
  455. package/src/gpu/kernels/attention_small_f16kv.wgsl +0 -266
  456. package/src/gpu/kernels/attention_streaming.wgsl +0 -149
  457. package/src/gpu/kernels/attention_streaming_f16.wgsl +0 -147
  458. package/src/gpu/kernels/attention_streaming_f16kv.wgsl +0 -151
  459. package/src/gpu/kernels/backward/adam.d.ts +0 -28
  460. package/src/gpu/kernels/backward/adam.js +0 -203
  461. package/src/gpu/kernels/backward/adam.wgsl +0 -50
  462. package/src/gpu/kernels/backward/attention_backward.d.ts +0 -22
  463. package/src/gpu/kernels/backward/attention_backward.js +0 -364
  464. package/src/gpu/kernels/backward/attention_backward.wgsl +0 -49
  465. package/src/gpu/kernels/backward/bias_add_backward.d.ts +0 -17
  466. package/src/gpu/kernels/backward/bias_add_backward.js +0 -24
  467. package/src/gpu/kernels/backward/bias_add_backward.wgsl +0 -33
  468. package/src/gpu/kernels/backward/conv2d_backward.d.ts +0 -31
  469. package/src/gpu/kernels/backward/conv2d_backward.js +0 -148
  470. package/src/gpu/kernels/backward/conv2d_backward_input.wgsl +0 -83
  471. package/src/gpu/kernels/backward/conv2d_backward_weight.wgsl +0 -70
  472. package/src/gpu/kernels/backward/cross_entropy_backward.d.ts +0 -23
  473. package/src/gpu/kernels/backward/cross_entropy_backward.js +0 -29
  474. package/src/gpu/kernels/backward/cross_entropy_backward.wgsl +0 -39
  475. package/src/gpu/kernels/backward/embed_backward.d.ts +0 -29
  476. package/src/gpu/kernels/backward/embed_backward.js +0 -118
  477. package/src/gpu/kernels/backward/embed_backward.wgsl +0 -73
  478. package/src/gpu/kernels/backward/gelu_backward.d.ts +0 -16
  479. package/src/gpu/kernels/backward/gelu_backward.js +0 -39
  480. package/src/gpu/kernels/backward/gelu_backward.wgsl +0 -38
  481. package/src/gpu/kernels/backward/groupnorm_backward.d.ts +0 -24
  482. package/src/gpu/kernels/backward/groupnorm_backward.js +0 -29
  483. package/src/gpu/kernels/backward/groupnorm_backward.wgsl +0 -143
  484. package/src/gpu/kernels/backward/index.d.ts +0 -17
  485. package/src/gpu/kernels/backward/index.js +0 -23
  486. package/src/gpu/kernels/backward/layernorm_backward.d.ts +0 -22
  487. package/src/gpu/kernels/backward/layernorm_backward.js +0 -135
  488. package/src/gpu/kernels/backward/layernorm_backward.wgsl +0 -194
  489. package/src/gpu/kernels/backward/matmul_backward.d.ts +0 -32
  490. package/src/gpu/kernels/backward/matmul_backward.js +0 -124
  491. package/src/gpu/kernels/backward/matmul_backward.wgsl +0 -90
  492. package/src/gpu/kernels/backward/matmul_transpose_a.wgsl +0 -84
  493. package/src/gpu/kernels/backward/pixel_shuffle_backward.d.ts +0 -22
  494. package/src/gpu/kernels/backward/pixel_shuffle_backward.js +0 -30
  495. package/src/gpu/kernels/backward/pixel_shuffle_backward.wgsl +0 -54
  496. package/src/gpu/kernels/backward/rmsnorm_backward.d.ts +0 -24
  497. package/src/gpu/kernels/backward/rmsnorm_backward.js +0 -101
  498. package/src/gpu/kernels/backward/rmsnorm_backward.wgsl +0 -78
  499. package/src/gpu/kernels/backward/rope_backward.d.ts +0 -25
  500. package/src/gpu/kernels/backward/rope_backward.js +0 -109
  501. package/src/gpu/kernels/backward/rope_backward.wgsl +0 -59
  502. package/src/gpu/kernels/backward/scale_backward.d.ts +0 -16
  503. package/src/gpu/kernels/backward/scale_backward.js +0 -84
  504. package/src/gpu/kernels/backward/scale_backward.wgsl +0 -27
  505. package/src/gpu/kernels/backward/silu_backward.d.ts +0 -16
  506. package/src/gpu/kernels/backward/silu_backward.js +0 -39
  507. package/src/gpu/kernels/backward/silu_backward.wgsl +0 -31
  508. package/src/gpu/kernels/backward/softmax_backward.d.ts +0 -16
  509. package/src/gpu/kernels/backward/softmax_backward.js +0 -43
  510. package/src/gpu/kernels/backward/softmax_backward.wgsl +0 -44
  511. package/src/gpu/kernels/backward/upsample2d_backward.d.ts +0 -21
  512. package/src/gpu/kernels/backward/upsample2d_backward.js +0 -30
  513. package/src/gpu/kernels/backward/upsample2d_backward.wgsl +0 -59
  514. package/src/gpu/kernels/backward/utils.d.ts +0 -45
  515. package/src/gpu/kernels/backward/utils.js +0 -371
  516. package/src/gpu/kernels/bf16_to_f16.wgsl +0 -54
  517. package/src/gpu/kernels/bf16_to_f32.wgsl +0 -70
  518. package/src/gpu/kernels/bias_add.wgsl +0 -42
  519. package/src/gpu/kernels/bias_add_f16.wgsl +0 -47
  520. package/src/gpu/kernels/cast.d.ts +0 -67
  521. package/src/gpu/kernels/cast.js +0 -464
  522. package/src/gpu/kernels/cast_f16_to_f32.wgsl +0 -31
  523. package/src/gpu/kernels/cast_f32_to_f16.wgsl +0 -36
  524. package/src/gpu/kernels/check-finiteness.d.ts +0 -15
  525. package/src/gpu/kernels/check-finiteness.js +0 -149
  526. package/src/gpu/kernels/check-stop.d.ts +0 -31
  527. package/src/gpu/kernels/check-stop.js +0 -170
  528. package/src/gpu/kernels/clamp.d.ts +0 -22
  529. package/src/gpu/kernels/clamp.js +0 -42
  530. package/src/gpu/kernels/clamp.wgsl +0 -24
  531. package/src/gpu/kernels/constants.d.ts +0 -168
  532. package/src/gpu/kernels/constants.js +0 -129
  533. package/src/gpu/kernels/conv2d.d.ts +0 -34
  534. package/src/gpu/kernels/conv2d.js +0 -91
  535. package/src/gpu/kernels/conv2d.wgsl +0 -70
  536. package/src/gpu/kernels/conv2d_f16.wgsl +0 -72
  537. package/src/gpu/kernels/cross_entropy_loss.d.ts +0 -21
  538. package/src/gpu/kernels/cross_entropy_loss.js +0 -60
  539. package/src/gpu/kernels/cross_entropy_loss.wgsl +0 -39
  540. package/src/gpu/kernels/depthwise_conv2d.d.ts +0 -29
  541. package/src/gpu/kernels/depthwise_conv2d.js +0 -109
  542. package/src/gpu/kernels/depthwise_conv2d.wgsl +0 -55
  543. package/src/gpu/kernels/depthwise_conv2d_f16.wgsl +0 -59
  544. package/src/gpu/kernels/dequant.d.ts +0 -108
  545. package/src/gpu/kernels/dequant.js +0 -576
  546. package/src/gpu/kernels/dequant_f16_out.wgsl +0 -153
  547. package/src/gpu/kernels/dequant_f16_out_vec4.wgsl +0 -152
  548. package/src/gpu/kernels/dequant_f16_rowwise.wgsl +0 -139
  549. package/src/gpu/kernels/dequant_f32_rowwise.wgsl +0 -133
  550. package/src/gpu/kernels/dequant_mxfp4.wgsl +0 -120
  551. package/src/gpu/kernels/dequant_mxfp4_expert.wgsl +0 -129
  552. package/src/gpu/kernels/dequant_mxfp4_expert_f16.wgsl +0 -105
  553. package/src/gpu/kernels/dequant_mxfp4_vec4.wgsl +0 -116
  554. package/src/gpu/kernels/dequant_q6k.wgsl +0 -140
  555. package/src/gpu/kernels/dequant_q8_0.wgsl +0 -98
  556. package/src/gpu/kernels/dequant_shared.wgsl +0 -204
  557. package/src/gpu/kernels/dequant_shared_vec4.wgsl +0 -155
  558. package/src/gpu/kernels/dequant_subgroup.wgsl +0 -206
  559. package/src/gpu/kernels/dispatch.d.ts +0 -157
  560. package/src/gpu/kernels/dispatch.js +0 -235
  561. package/src/gpu/kernels/energy.d.ts +0 -113
  562. package/src/gpu/kernels/energy.js +0 -448
  563. package/src/gpu/kernels/energy_eval.wgsl +0 -26
  564. package/src/gpu/kernels/energy_eval_f16.wgsl +0 -30
  565. package/src/gpu/kernels/energy_quintel_grad.wgsl +0 -92
  566. package/src/gpu/kernels/energy_quintel_grad_f16.wgsl +0 -96
  567. package/src/gpu/kernels/energy_quintel_reduce.wgsl +0 -112
  568. package/src/gpu/kernels/energy_quintel_reduce_f16.wgsl +0 -116
  569. package/src/gpu/kernels/energy_quintel_update.wgsl +0 -92
  570. package/src/gpu/kernels/energy_quintel_update_f16.wgsl +0 -96
  571. package/src/gpu/kernels/energy_update.wgsl +0 -25
  572. package/src/gpu/kernels/energy_update_f16.wgsl +0 -30
  573. package/src/gpu/kernels/feature-check.d.ts +0 -42
  574. package/src/gpu/kernels/feature-check.js +0 -70
  575. package/src/gpu/kernels/fused_ffn.d.ts +0 -65
  576. package/src/gpu/kernels/fused_ffn.js +0 -337
  577. package/src/gpu/kernels/fused_ffn.wgsl +0 -420
  578. package/src/gpu/kernels/fused_ffn_f16.wgsl +0 -213
  579. package/src/gpu/kernels/fused_ffn_q4k.wgsl +0 -375
  580. package/src/gpu/kernels/fused_matmul_q4.wgsl +0 -404
  581. package/src/gpu/kernels/fused_matmul_q4_batched.wgsl +0 -194
  582. package/src/gpu/kernels/fused_matmul_q4_batched_f16.wgsl +0 -170
  583. package/src/gpu/kernels/fused_matmul_q4_batched_f16a.wgsl +0 -154
  584. package/src/gpu/kernels/fused_matmul_q4_f16a.wgsl +0 -219
  585. package/src/gpu/kernels/fused_matmul_q4_multicol_f16.wgsl +0 -216
  586. package/src/gpu/kernels/fused_matmul_q4_multicol_f16a.wgsl +0 -204
  587. package/src/gpu/kernels/fused_matmul_residual.d.ts +0 -46
  588. package/src/gpu/kernels/fused_matmul_residual.js +0 -175
  589. package/src/gpu/kernels/fused_matmul_rmsnorm.d.ts +0 -64
  590. package/src/gpu/kernels/fused_matmul_rmsnorm.js +0 -290
  591. package/src/gpu/kernels/fused_matmul_rmsnorm.wgsl +0 -324
  592. package/src/gpu/kernels/fused_matmul_rmsnorm_f16.wgsl +0 -303
  593. package/src/gpu/kernels/fused_swiglu.wgsl +0 -63
  594. package/src/gpu/kernels/fused_swiglu_f16.wgsl +0 -57
  595. package/src/gpu/kernels/gated-short-conv.d.ts +0 -63
  596. package/src/gpu/kernels/gated-short-conv.js +0 -284
  597. package/src/gpu/kernels/gather.d.ts +0 -64
  598. package/src/gpu/kernels/gather.js +0 -137
  599. package/src/gpu/kernels/gather.wgsl +0 -61
  600. package/src/gpu/kernels/gather_f16.wgsl +0 -65
  601. package/src/gpu/kernels/gather_f16_f16_out.wgsl +0 -55
  602. package/src/gpu/kernels/gather_f16_out.wgsl +0 -55
  603. package/src/gpu/kernels/gather_f16_vec4.wgsl +0 -76
  604. package/src/gpu/kernels/gather_f16_vec4_f16_out.wgsl +0 -68
  605. package/src/gpu/kernels/gather_vec4.wgsl +0 -74
  606. package/src/gpu/kernels/gather_vec4_f16_out.wgsl +0 -68
  607. package/src/gpu/kernels/gelu.d.ts +0 -33
  608. package/src/gpu/kernels/gelu.js +0 -55
  609. package/src/gpu/kernels/gelu.wgsl +0 -64
  610. package/src/gpu/kernels/gelu_f16.wgsl +0 -66
  611. package/src/gpu/kernels/gptoss_mxfp4_expert_fused.wgsl +0 -127
  612. package/src/gpu/kernels/gptoss_router_topk.wgsl +0 -119
  613. package/src/gpu/kernels/grouped_pointwise_conv2d.d.ts +0 -27
  614. package/src/gpu/kernels/grouped_pointwise_conv2d.js +0 -103
  615. package/src/gpu/kernels/grouped_pointwise_conv2d.wgsl +0 -44
  616. package/src/gpu/kernels/grouped_pointwise_conv2d_f16.wgsl +0 -48
  617. package/src/gpu/kernels/groupnorm.d.ts +0 -31
  618. package/src/gpu/kernels/groupnorm.js +0 -102
  619. package/src/gpu/kernels/groupnorm_apply.wgsl +0 -41
  620. package/src/gpu/kernels/groupnorm_apply_f16.wgsl +0 -46
  621. package/src/gpu/kernels/groupnorm_stats.wgsl +0 -76
  622. package/src/gpu/kernels/groupnorm_stats_f16.wgsl +0 -79
  623. package/src/gpu/kernels/index.d.ts +0 -374
  624. package/src/gpu/kernels/index.js +0 -315
  625. package/src/gpu/kernels/kernel-base.d.ts +0 -33
  626. package/src/gpu/kernels/kernel-base.js +0 -46
  627. package/src/gpu/kernels/kernel-configs.d.ts +0 -65
  628. package/src/gpu/kernels/kernel-configs.js +0 -50
  629. package/src/gpu/kernels/kernel-tuning.d.ts +0 -42
  630. package/src/gpu/kernels/kernel-tuning.js +0 -149
  631. package/src/gpu/kernels/kv-quantize.d.ts +0 -37
  632. package/src/gpu/kernels/kv-quantize.js +0 -141
  633. package/src/gpu/kernels/kv_quantize_int4.wgsl +0 -119
  634. package/src/gpu/kernels/kv_quantize_int8.wgsl +0 -119
  635. package/src/gpu/kernels/layernorm.d.ts +0 -37
  636. package/src/gpu/kernels/layernorm.js +0 -96
  637. package/src/gpu/kernels/layernorm.wgsl +0 -121
  638. package/src/gpu/kernels/layernorm_f16.wgsl +0 -103
  639. package/src/gpu/kernels/linear-attention-core.d.ts +0 -39
  640. package/src/gpu/kernels/linear-attention-core.js +0 -555
  641. package/src/gpu/kernels/logit-merge.d.ts +0 -110
  642. package/src/gpu/kernels/logit-merge.js +0 -394
  643. package/src/gpu/kernels/matmul-dispatch.d.ts +0 -38
  644. package/src/gpu/kernels/matmul-dispatch.js +0 -155
  645. package/src/gpu/kernels/matmul-selection.d.ts +0 -87
  646. package/src/gpu/kernels/matmul-selection.js +0 -518
  647. package/src/gpu/kernels/matmul.d.ts +0 -114
  648. package/src/gpu/kernels/matmul.js +0 -384
  649. package/src/gpu/kernels/matmul_f16.wgsl +0 -170
  650. package/src/gpu/kernels/matmul_f16_tiled.wgsl +0 -165
  651. package/src/gpu/kernels/matmul_f16w_f32a.wgsl +0 -89
  652. package/src/gpu/kernels/matmul_f16w_f32a_tiled.wgsl +0 -154
  653. package/src/gpu/kernels/matmul_f32.wgsl +0 -100
  654. package/src/gpu/kernels/matmul_gemv.wgsl +0 -80
  655. package/src/gpu/kernels/matmul_gemv_f16a.wgsl +0 -81
  656. package/src/gpu/kernels/matmul_gemv_residual.wgsl +0 -119
  657. package/src/gpu/kernels/matmul_gemv_residual_f16.wgsl +0 -78
  658. package/src/gpu/kernels/matmul_gemv_subgroup.wgsl +0 -343
  659. package/src/gpu/kernels/matmul_gemv_subgroup_f16a.wgsl +0 -514
  660. package/src/gpu/kernels/modulate.d.ts +0 -29
  661. package/src/gpu/kernels/modulate.js +0 -57
  662. package/src/gpu/kernels/modulate.wgsl +0 -40
  663. package/src/gpu/kernels/modulate_f16.wgsl +0 -43
  664. package/src/gpu/kernels/moe.d.ts +0 -164
  665. package/src/gpu/kernels/moe.js +0 -542
  666. package/src/gpu/kernels/moe_gather.wgsl +0 -170
  667. package/src/gpu/kernels/moe_gather_f16.wgsl +0 -82
  668. package/src/gpu/kernels/moe_gather_vec4.wgsl +0 -74
  669. package/src/gpu/kernels/moe_offsets.wgsl +0 -48
  670. package/src/gpu/kernels/pipeline-cache.d.ts +0 -88
  671. package/src/gpu/kernels/pipeline-cache.js +0 -305
  672. package/src/gpu/kernels/pixel_shuffle.d.ts +0 -27
  673. package/src/gpu/kernels/pixel_shuffle.js +0 -57
  674. package/src/gpu/kernels/pixel_shuffle.wgsl +0 -43
  675. package/src/gpu/kernels/pixel_shuffle_f16.wgsl +0 -46
  676. package/src/gpu/kernels/relu.d.ts +0 -18
  677. package/src/gpu/kernels/relu.js +0 -66
  678. package/src/gpu/kernels/relu.wgsl +0 -22
  679. package/src/gpu/kernels/relu_f16.wgsl +0 -24
  680. package/src/gpu/kernels/repeat_channels.d.ts +0 -21
  681. package/src/gpu/kernels/repeat_channels.js +0 -68
  682. package/src/gpu/kernels/repeat_channels.wgsl +0 -28
  683. package/src/gpu/kernels/repeat_channels_f16.wgsl +0 -30
  684. package/src/gpu/kernels/residual.d.ts +0 -74
  685. package/src/gpu/kernels/residual.js +0 -173
  686. package/src/gpu/kernels/residual.wgsl +0 -56
  687. package/src/gpu/kernels/residual_f16.wgsl +0 -36
  688. package/src/gpu/kernels/residual_f16_vec4.wgsl +0 -48
  689. package/src/gpu/kernels/residual_vec4.wgsl +0 -47
  690. package/src/gpu/kernels/rmsnorm.d.ts +0 -53
  691. package/src/gpu/kernels/rmsnorm.js +0 -215
  692. package/src/gpu/kernels/rmsnorm.wgsl +0 -425
  693. package/src/gpu/kernels/rmsnorm_f16.wgsl +0 -172
  694. package/src/gpu/kernels/rope.d.ts +0 -50
  695. package/src/gpu/kernels/rope.js +0 -66
  696. package/src/gpu/kernels/rope.wgsl +0 -344
  697. package/src/gpu/kernels/rope_f16.wgsl +0 -271
  698. package/src/gpu/kernels/rule-matcher.d.ts +0 -30
  699. package/src/gpu/kernels/rule-matcher.js +0 -42
  700. package/src/gpu/kernels/rule-registry.d.ts +0 -7
  701. package/src/gpu/kernels/rule-registry.js +0 -41
  702. package/src/gpu/kernels/sample.d.ts +0 -75
  703. package/src/gpu/kernels/sample.js +0 -565
  704. package/src/gpu/kernels/sample.wgsl +0 -407
  705. package/src/gpu/kernels/sample_f16.wgsl +0 -361
  706. package/src/gpu/kernels/sana_linear_attention.d.ts +0 -27
  707. package/src/gpu/kernels/sana_linear_attention.js +0 -129
  708. package/src/gpu/kernels/sana_linear_attention_apply.wgsl +0 -43
  709. package/src/gpu/kernels/sana_linear_attention_apply_f16.wgsl +0 -46
  710. package/src/gpu/kernels/sana_linear_attention_summary.wgsl +0 -51
  711. package/src/gpu/kernels/sana_linear_attention_summary_f16.wgsl +0 -53
  712. package/src/gpu/kernels/scale.d.ts +0 -35
  713. package/src/gpu/kernels/scale.js +0 -44
  714. package/src/gpu/kernels/scale.wgsl +0 -38
  715. package/src/gpu/kernels/scatter_add.wgsl +0 -88
  716. package/src/gpu/kernels/scatter_add_dynamic.wgsl +0 -59
  717. package/src/gpu/kernels/scatter_add_dynamic_f16.wgsl +0 -52
  718. package/src/gpu/kernels/scatter_add_dynamic_f16_weights.wgsl +0 -50
  719. package/src/gpu/kernels/scatter_add_vec4.wgsl +0 -70
  720. package/src/gpu/kernels/shader-cache.d.ts +0 -56
  721. package/src/gpu/kernels/shader-cache.js +0 -213
  722. package/src/gpu/kernels/silu.d.ts +0 -76
  723. package/src/gpu/kernels/silu.js +0 -406
  724. package/src/gpu/kernels/silu.wgsl +0 -109
  725. package/src/gpu/kernels/silu_f16.wgsl +0 -108
  726. package/src/gpu/kernels/softmax.d.ts +0 -57
  727. package/src/gpu/kernels/softmax.js +0 -125
  728. package/src/gpu/kernels/softmax.wgsl +0 -388
  729. package/src/gpu/kernels/softmax_subgroup.wgsl +0 -175
  730. package/src/gpu/kernels/split_qg.d.ts +0 -50
  731. package/src/gpu/kernels/split_qg.js +0 -46
  732. package/src/gpu/kernels/split_qg.wgsl +0 -58
  733. package/src/gpu/kernels/split_qg_f16.wgsl +0 -62
  734. package/src/gpu/kernels/split_qkv.d.ts +0 -51
  735. package/src/gpu/kernels/split_qkv.js +0 -51
  736. package/src/gpu/kernels/split_qkv.wgsl +0 -71
  737. package/src/gpu/kernels/split_qkv_f16.wgsl +0 -75
  738. package/src/gpu/kernels/topk.wgsl +0 -243
  739. package/src/gpu/kernels/topk_f16.wgsl +0 -108
  740. package/src/gpu/kernels/topk_f16_weights.wgsl +0 -101
  741. package/src/gpu/kernels/transpose.d.ts +0 -21
  742. package/src/gpu/kernels/transpose.js +0 -51
  743. package/src/gpu/kernels/transpose.wgsl +0 -33
  744. package/src/gpu/kernels/types.d.ts +0 -21
  745. package/src/gpu/kernels/types.js +0 -4
  746. package/src/gpu/kernels/uniform-utils.d.ts +0 -48
  747. package/src/gpu/kernels/uniform-utils.js +0 -94
  748. package/src/gpu/kernels/upsample2d.d.ts +0 -25
  749. package/src/gpu/kernels/upsample2d.js +0 -67
  750. package/src/gpu/kernels/upsample2d.wgsl +0 -34
  751. package/src/gpu/kernels/upsample2d_f16.wgsl +0 -38
  752. package/src/gpu/kernels/utils.d.ts +0 -106
  753. package/src/gpu/kernels/utils.js +0 -246
  754. package/src/gpu/multi-model-recorder.d.ts +0 -21
  755. package/src/gpu/multi-model-recorder.js +0 -31
  756. package/src/gpu/partitioned-buffer-pool.d.ts +0 -28
  757. package/src/gpu/partitioned-buffer-pool.js +0 -57
  758. package/src/gpu/perf-guards.d.ts +0 -25
  759. package/src/gpu/perf-guards.js +0 -133
  760. package/src/gpu/profiler.d.ts +0 -114
  761. package/src/gpu/profiler.js +0 -396
  762. package/src/gpu/readback-utils.d.ts +0 -16
  763. package/src/gpu/readback-utils.js +0 -41
  764. package/src/gpu/submit-tracker.d.ts +0 -111
  765. package/src/gpu/submit-tracker.js +0 -242
  766. package/src/gpu/tensor.d.ts +0 -69
  767. package/src/gpu/tensor.js +0 -75
  768. package/src/gpu/uniform-cache.d.ts +0 -109
  769. package/src/gpu/uniform-cache.js +0 -263
  770. package/src/gpu/weight-buffer.d.ts +0 -115
  771. package/src/gpu/weight-buffer.js +0 -118
  772. package/src/hotswap/intent-bundle.d.ts +0 -37
  773. package/src/hotswap/intent-bundle.js +0 -129
  774. package/src/hotswap/manifest.d.ts +0 -42
  775. package/src/hotswap/manifest.js +0 -124
  776. package/src/hotswap/runtime.d.ts +0 -31
  777. package/src/hotswap/runtime.js +0 -150
  778. package/src/index-browser.d.ts +0 -92
  779. package/src/index-browser.js +0 -68
  780. package/src/index-internal.d.ts +0 -2
  781. package/src/index-internal.js +0 -2
  782. package/src/index.d.ts +0 -103
  783. package/src/index.js +0 -76
  784. package/src/inference/README.md +0 -593
  785. package/src/inference/browser-harness-contract-helpers.d.ts +0 -5
  786. package/src/inference/browser-harness-contract-helpers.js +0 -28
  787. package/src/inference/browser-harness-diffusion-energy-suites.d.ts +0 -2
  788. package/src/inference/browser-harness-diffusion-energy-suites.js +0 -269
  789. package/src/inference/browser-harness-model-helpers.d.ts +0 -16
  790. package/src/inference/browser-harness-model-helpers.js +0 -217
  791. package/src/inference/browser-harness-report-helpers.d.ts +0 -7
  792. package/src/inference/browser-harness-report-helpers.js +0 -42
  793. package/src/inference/browser-harness-runtime-helpers.d.ts +0 -61
  794. package/src/inference/browser-harness-runtime-helpers.js +0 -415
  795. package/src/inference/browser-harness-suite-helpers.d.ts +0 -28
  796. package/src/inference/browser-harness-suite-helpers.js +0 -268
  797. package/src/inference/browser-harness-text-helpers.d.ts +0 -27
  798. package/src/inference/browser-harness-text-helpers.js +0 -788
  799. package/src/inference/browser-harness.d.ts +0 -242
  800. package/src/inference/browser-harness.js +0 -990
  801. package/src/inference/decode-buffers.d.ts +0 -108
  802. package/src/inference/decode-buffers.js +0 -181
  803. package/src/inference/decode-ring.d.ts +0 -52
  804. package/src/inference/decode-ring.js +0 -273
  805. package/src/inference/expert-router.d.ts +0 -27
  806. package/src/inference/expert-router.js +0 -55
  807. package/src/inference/functiongemma.d.ts +0 -15
  808. package/src/inference/functiongemma.js +0 -1
  809. package/src/inference/kv-cache/base.d.ts +0 -150
  810. package/src/inference/kv-cache/base.js +0 -1076
  811. package/src/inference/kv-cache/basis-decomposed-paged.d.ts +0 -50
  812. package/src/inference/kv-cache/basis-decomposed-paged.js +0 -276
  813. package/src/inference/kv-cache/index.d.ts +0 -35
  814. package/src/inference/kv-cache/index.js +0 -20
  815. package/src/inference/kv-cache/sliding-window.d.ts +0 -72
  816. package/src/inference/kv-cache/sliding-window.js +0 -243
  817. package/src/inference/kv-cache/tiered.d.ts +0 -89
  818. package/src/inference/kv-cache/tiered.js +0 -576
  819. package/src/inference/kv-cache/types.d.ts +0 -188
  820. package/src/inference/kv-cache/types.js +0 -80
  821. package/src/inference/kv-cache.d.ts +0 -36
  822. package/src/inference/kv-cache.js +0 -18
  823. package/src/inference/moe-router.d.ts +0 -212
  824. package/src/inference/moe-router.js +0 -585
  825. package/src/inference/multi-model-network.d.ts +0 -139
  826. package/src/inference/multi-model-network.js +0 -771
  827. package/src/inference/multi-pipeline-pool.d.ts +0 -62
  828. package/src/inference/multi-pipeline-pool.js +0 -161
  829. package/src/inference/network-evolution.d.ts +0 -55
  830. package/src/inference/network-evolution.js +0 -79
  831. package/src/inference/pipelines/context.d.ts +0 -21
  832. package/src/inference/pipelines/context.js +0 -184
  833. package/src/inference/pipelines/diffusion/helpers.d.ts +0 -29
  834. package/src/inference/pipelines/diffusion/helpers.js +0 -120
  835. package/src/inference/pipelines/diffusion/index.d.ts +0 -3
  836. package/src/inference/pipelines/diffusion/index.js +0 -3
  837. package/src/inference/pipelines/diffusion/init.d.ts +0 -24
  838. package/src/inference/pipelines/diffusion/init.js +0 -138
  839. package/src/inference/pipelines/diffusion/pipeline.d.ts +0 -38
  840. package/src/inference/pipelines/diffusion/pipeline.js +0 -772
  841. package/src/inference/pipelines/diffusion/sana-transformer.d.ts +0 -53
  842. package/src/inference/pipelines/diffusion/sana-transformer.js +0 -738
  843. package/src/inference/pipelines/diffusion/scheduler.d.ts +0 -35
  844. package/src/inference/pipelines/diffusion/scheduler.js +0 -153
  845. package/src/inference/pipelines/diffusion/sd3-transformer.d.ts +0 -20
  846. package/src/inference/pipelines/diffusion/sd3-transformer.js +0 -1194
  847. package/src/inference/pipelines/diffusion/sd3-weights.d.ts +0 -21
  848. package/src/inference/pipelines/diffusion/sd3-weights.js +0 -287
  849. package/src/inference/pipelines/diffusion/text-encoder-gpu.d.ts +0 -87
  850. package/src/inference/pipelines/diffusion/text-encoder-gpu.js +0 -1224
  851. package/src/inference/pipelines/diffusion/text-encoder.d.ts +0 -29
  852. package/src/inference/pipelines/diffusion/text-encoder.js +0 -195
  853. package/src/inference/pipelines/diffusion/types.d.ts +0 -116
  854. package/src/inference/pipelines/diffusion/types.js +0 -1
  855. package/src/inference/pipelines/diffusion/vae.d.ts +0 -20
  856. package/src/inference/pipelines/diffusion/vae.js +0 -1375
  857. package/src/inference/pipelines/diffusion/weights.d.ts +0 -40
  858. package/src/inference/pipelines/diffusion/weights.js +0 -150
  859. package/src/inference/pipelines/dream/energy-head-pipeline.d.ts +0 -29
  860. package/src/inference/pipelines/dream/energy-head-pipeline.js +0 -6
  861. package/src/inference/pipelines/dream/pipeline.d.ts +0 -17
  862. package/src/inference/pipelines/dream/pipeline.js +0 -8
  863. package/src/inference/pipelines/energy/index.d.ts +0 -1
  864. package/src/inference/pipelines/energy/index.js +0 -1
  865. package/src/inference/pipelines/energy/pipeline.d.ts +0 -27
  866. package/src/inference/pipelines/energy/pipeline.js +0 -686
  867. package/src/inference/pipelines/energy/quintel.d.ts +0 -92
  868. package/src/inference/pipelines/energy/quintel.js +0 -218
  869. package/src/inference/pipelines/energy/types.d.ts +0 -63
  870. package/src/inference/pipelines/energy/types.js +0 -1
  871. package/src/inference/pipelines/energy-head/index.d.ts +0 -6
  872. package/src/inference/pipelines/energy-head/index.js +0 -6
  873. package/src/inference/pipelines/energy-head/row-head-pipeline.d.ts +0 -103
  874. package/src/inference/pipelines/energy-head/row-head-pipeline.js +0 -491
  875. package/src/inference/pipelines/factory.d.ts +0 -10
  876. package/src/inference/pipelines/factory.js +0 -6
  877. package/src/inference/pipelines/index.d.ts +0 -22
  878. package/src/inference/pipelines/index.js +0 -19
  879. package/src/inference/pipelines/registry.d.ts +0 -15
  880. package/src/inference/pipelines/registry.js +0 -23
  881. package/src/inference/pipelines/rng.d.ts +0 -2
  882. package/src/inference/pipelines/rng.js +0 -17
  883. package/src/inference/pipelines/structured/index.d.ts +0 -8
  884. package/src/inference/pipelines/structured/index.js +0 -8
  885. package/src/inference/pipelines/structured/json-head-pipeline.d.ts +0 -58
  886. package/src/inference/pipelines/structured/json-head-pipeline.js +0 -196
  887. package/src/inference/pipelines/text/attention/index.d.ts +0 -24
  888. package/src/inference/pipelines/text/attention/index.js +0 -17
  889. package/src/inference/pipelines/text/attention/output-projection.d.ts +0 -12
  890. package/src/inference/pipelines/text/attention/output-projection.js +0 -8
  891. package/src/inference/pipelines/text/attention/projections.d.ts +0 -113
  892. package/src/inference/pipelines/text/attention/projections.js +0 -526
  893. package/src/inference/pipelines/text/attention/record.d.ts +0 -36
  894. package/src/inference/pipelines/text/attention/record.js +0 -686
  895. package/src/inference/pipelines/text/attention/run.d.ts +0 -38
  896. package/src/inference/pipelines/text/attention/run.js +0 -942
  897. package/src/inference/pipelines/text/attention/types.d.ts +0 -98
  898. package/src/inference/pipelines/text/attention/types.js +0 -67
  899. package/src/inference/pipelines/text/attention.d.ts +0 -23
  900. package/src/inference/pipelines/text/attention.js +0 -12
  901. package/src/inference/pipelines/text/bdpa-steamroller.d.ts +0 -22
  902. package/src/inference/pipelines/text/bdpa-steamroller.js +0 -158
  903. package/src/inference/pipelines/text/buffer-types.d.ts +0 -7
  904. package/src/inference/pipelines/text/buffer-types.js +0 -4
  905. package/src/inference/pipelines/text/chat-format.d.ts +0 -46
  906. package/src/inference/pipelines/text/chat-format.js +0 -390
  907. package/src/inference/pipelines/text/config.d.ts +0 -245
  908. package/src/inference/pipelines/text/config.js +0 -731
  909. package/src/inference/pipelines/text/debug-utils/config.d.ts +0 -144
  910. package/src/inference/pipelines/text/debug-utils/config.js +0 -156
  911. package/src/inference/pipelines/text/debug-utils/index.d.ts +0 -53
  912. package/src/inference/pipelines/text/debug-utils/index.js +0 -44
  913. package/src/inference/pipelines/text/debug-utils/logging.d.ts +0 -106
  914. package/src/inference/pipelines/text/debug-utils/logging.js +0 -152
  915. package/src/inference/pipelines/text/debug-utils/tensor.d.ts +0 -119
  916. package/src/inference/pipelines/text/debug-utils/tensor.js +0 -268
  917. package/src/inference/pipelines/text/debug-utils/utils.d.ts +0 -77
  918. package/src/inference/pipelines/text/debug-utils/utils.js +0 -139
  919. package/src/inference/pipelines/text/debug-utils.d.ts +0 -42
  920. package/src/inference/pipelines/text/debug-utils.js +0 -34
  921. package/src/inference/pipelines/text/embed.d.ts +0 -67
  922. package/src/inference/pipelines/text/embed.js +0 -474
  923. package/src/inference/pipelines/text/execution-plan.d.ts +0 -116
  924. package/src/inference/pipelines/text/execution-plan.js +0 -329
  925. package/src/inference/pipelines/text/execution-v0-contract-helpers.d.ts +0 -59
  926. package/src/inference/pipelines/text/execution-v0-contract-helpers.js +0 -937
  927. package/src/inference/pipelines/text/execution-v0-runtime-builders.d.ts +0 -15
  928. package/src/inference/pipelines/text/execution-v0-runtime-builders.js +0 -286
  929. package/src/inference/pipelines/text/execution-v0.d.ts +0 -66
  930. package/src/inference/pipelines/text/execution-v0.js +0 -266
  931. package/src/inference/pipelines/text/ffn/dense.d.ts +0 -40
  932. package/src/inference/pipelines/text/ffn/dense.js +0 -759
  933. package/src/inference/pipelines/text/ffn/index.d.ts +0 -23
  934. package/src/inference/pipelines/text/ffn/index.js +0 -16
  935. package/src/inference/pipelines/text/ffn/moe.d.ts +0 -21
  936. package/src/inference/pipelines/text/ffn/moe.js +0 -49
  937. package/src/inference/pipelines/text/ffn/sandwich.d.ts +0 -25
  938. package/src/inference/pipelines/text/ffn/sandwich.js +0 -196
  939. package/src/inference/pipelines/text/ffn/standard.d.ts +0 -23
  940. package/src/inference/pipelines/text/ffn/standard.js +0 -87
  941. package/src/inference/pipelines/text/ffn/types.d.ts +0 -30
  942. package/src/inference/pipelines/text/ffn/types.js +0 -25
  943. package/src/inference/pipelines/text/ffn.d.ts +0 -31
  944. package/src/inference/pipelines/text/ffn.js +0 -18
  945. package/src/inference/pipelines/text/finiteness-guard-status.d.ts +0 -11
  946. package/src/inference/pipelines/text/finiteness-guard-status.js +0 -21
  947. package/src/inference/pipelines/text/finiteness-policy.d.ts +0 -35
  948. package/src/inference/pipelines/text/finiteness-policy.js +0 -45
  949. package/src/inference/pipelines/text/generator-helpers.d.ts +0 -34
  950. package/src/inference/pipelines/text/generator-helpers.js +0 -176
  951. package/src/inference/pipelines/text/generator-runtime.d.ts +0 -93
  952. package/src/inference/pipelines/text/generator-runtime.js +0 -392
  953. package/src/inference/pipelines/text/generator-steps.d.ts +0 -136
  954. package/src/inference/pipelines/text/generator-steps.js +0 -1214
  955. package/src/inference/pipelines/text/generator.d.ts +0 -46
  956. package/src/inference/pipelines/text/generator.js +0 -1515
  957. package/src/inference/pipelines/text/index.d.ts +0 -5
  958. package/src/inference/pipelines/text/index.js +0 -6
  959. package/src/inference/pipelines/text/init.d.ts +0 -314
  960. package/src/inference/pipelines/text/init.js +0 -1126
  961. package/src/inference/pipelines/text/kernel-path-auto-select.d.ts +0 -12
  962. package/src/inference/pipelines/text/kernel-path-auto-select.js +0 -92
  963. package/src/inference/pipelines/text/kernel-trace.d.ts +0 -152
  964. package/src/inference/pipelines/text/kernel-trace.js +0 -330
  965. package/src/inference/pipelines/text/layer-plan.d.ts +0 -65
  966. package/src/inference/pipelines/text/layer-plan.js +0 -249
  967. package/src/inference/pipelines/text/layer.d.ts +0 -56
  968. package/src/inference/pipelines/text/layer.js +0 -951
  969. package/src/inference/pipelines/text/linear-attention.d.ts +0 -109
  970. package/src/inference/pipelines/text/linear-attention.js +0 -907
  971. package/src/inference/pipelines/text/logits/cpu.d.ts +0 -81
  972. package/src/inference/pipelines/text/logits/cpu.js +0 -91
  973. package/src/inference/pipelines/text/logits/gpu.d.ts +0 -113
  974. package/src/inference/pipelines/text/logits/gpu.js +0 -411
  975. package/src/inference/pipelines/text/logits/index.d.ts +0 -62
  976. package/src/inference/pipelines/text/logits/index.js +0 -306
  977. package/src/inference/pipelines/text/logits/types.d.ts +0 -46
  978. package/src/inference/pipelines/text/logits/types.js +0 -4
  979. package/src/inference/pipelines/text/logits/utils.d.ts +0 -56
  980. package/src/inference/pipelines/text/logits/utils.js +0 -68
  981. package/src/inference/pipelines/text/logits.d.ts +0 -27
  982. package/src/inference/pipelines/text/logits.js +0 -16
  983. package/src/inference/pipelines/text/lora-apply.d.ts +0 -28
  984. package/src/inference/pipelines/text/lora-apply.js +0 -76
  985. package/src/inference/pipelines/text/lora-types.d.ts +0 -39
  986. package/src/inference/pipelines/text/lora-types.js +0 -18
  987. package/src/inference/pipelines/text/lora.d.ts +0 -18
  988. package/src/inference/pipelines/text/lora.js +0 -12
  989. package/src/inference/pipelines/text/model-load.d.ts +0 -58
  990. package/src/inference/pipelines/text/model-load.js +0 -739
  991. package/src/inference/pipelines/text/moe-cache.d.ts +0 -32
  992. package/src/inference/pipelines/text/moe-cache.js +0 -108
  993. package/src/inference/pipelines/text/moe-cpu-gptoss.d.ts +0 -9
  994. package/src/inference/pipelines/text/moe-cpu-gptoss.js +0 -115
  995. package/src/inference/pipelines/text/moe-cpu.d.ts +0 -13
  996. package/src/inference/pipelines/text/moe-cpu.js +0 -120
  997. package/src/inference/pipelines/text/moe-gpu.d.ts +0 -13
  998. package/src/inference/pipelines/text/moe-gpu.js +0 -653
  999. package/src/inference/pipelines/text/moe-helpers.d.ts +0 -12
  1000. package/src/inference/pipelines/text/moe-helpers.js +0 -21
  1001. package/src/inference/pipelines/text/moe-impl.d.ts +0 -117
  1002. package/src/inference/pipelines/text/moe-impl.js +0 -9
  1003. package/src/inference/pipelines/text/moe-shape-validator.d.ts +0 -40
  1004. package/src/inference/pipelines/text/moe-shape-validator.js +0 -98
  1005. package/src/inference/pipelines/text/ops.d.ts +0 -167
  1006. package/src/inference/pipelines/text/ops.js +0 -437
  1007. package/src/inference/pipelines/text/probes.d.ts +0 -31
  1008. package/src/inference/pipelines/text/probes.js +0 -171
  1009. package/src/inference/pipelines/text/sampling.d.ts +0 -54
  1010. package/src/inference/pipelines/text/sampling.js +0 -249
  1011. package/src/inference/pipelines/text/state.d.ts +0 -112
  1012. package/src/inference/pipelines/text/state.js +0 -154
  1013. package/src/inference/pipelines/text/types.d.ts +0 -627
  1014. package/src/inference/pipelines/text/types.js +0 -4
  1015. package/src/inference/pipelines/text/weights.d.ts +0 -110
  1016. package/src/inference/pipelines/text/weights.js +0 -173
  1017. package/src/inference/pipelines/text.d.ts +0 -162
  1018. package/src/inference/pipelines/text.js +0 -666
  1019. package/src/inference/pipelines/vision/encoder.js +0 -386
  1020. package/src/inference/pipelines/vision/image-preprocess.js +0 -151
  1021. package/src/inference/pipelines/vision/index.js +0 -173
  1022. package/src/inference/pipelines/vision/ops.js +0 -78
  1023. package/src/inference/pipelines/vision/patch-embed.js +0 -151
  1024. package/src/inference/speculative.d.ts +0 -239
  1025. package/src/inference/speculative.js +0 -402
  1026. package/src/inference/test-harness.d.ts +0 -178
  1027. package/src/inference/test-harness.js +0 -361
  1028. package/src/inference/tokenizer.d.ts +0 -72
  1029. package/src/inference/tokenizer.js +0 -239
  1030. package/src/inference/tokenizers/base.d.ts +0 -39
  1031. package/src/inference/tokenizers/base.js +0 -69
  1032. package/src/inference/tokenizers/bpe.d.ts +0 -27
  1033. package/src/inference/tokenizers/bpe.js +0 -180
  1034. package/src/inference/tokenizers/bundled.d.ts +0 -63
  1035. package/src/inference/tokenizers/bundled.js +0 -1009
  1036. package/src/inference/tokenizers/sentencepiece.d.ts +0 -28
  1037. package/src/inference/tokenizers/sentencepiece.js +0 -401
  1038. package/src/inference/tokenizers/types.d.ts +0 -166
  1039. package/src/inference/tokenizers/types.js +0 -7
  1040. package/src/loader/doppler-loader.d.ts +0 -137
  1041. package/src/loader/doppler-loader.js +0 -1069
  1042. package/src/loader/dtype-utils.d.ts +0 -40
  1043. package/src/loader/dtype-utils.js +0 -61
  1044. package/src/loader/embedding-loader.d.ts +0 -56
  1045. package/src/loader/embedding-loader.js +0 -211
  1046. package/src/loader/experts/expert-cache.d.ts +0 -156
  1047. package/src/loader/experts/expert-cache.js +0 -386
  1048. package/src/loader/experts/expert-loader.d.ts +0 -108
  1049. package/src/loader/experts/expert-loader.js +0 -392
  1050. package/src/loader/final-weights-loader.d.ts +0 -68
  1051. package/src/loader/final-weights-loader.js +0 -268
  1052. package/src/loader/index.d.ts +0 -150
  1053. package/src/loader/index.js +0 -124
  1054. package/src/loader/layer-loader.d.ts +0 -63
  1055. package/src/loader/layer-loader.js +0 -457
  1056. package/src/loader/loader-state.d.ts +0 -51
  1057. package/src/loader/loader-state.js +0 -142
  1058. package/src/loader/loader-types.d.ts +0 -236
  1059. package/src/loader/loader-types.js +0 -4
  1060. package/src/loader/manifest-config.d.ts +0 -97
  1061. package/src/loader/manifest-config.js +0 -134
  1062. package/src/loader/memory-monitor.d.ts +0 -112
  1063. package/src/loader/memory-monitor.js +0 -284
  1064. package/src/loader/multi-model-loader.d.ts +0 -51
  1065. package/src/loader/multi-model-loader.js +0 -133
  1066. package/src/loader/quantization-constants.d.ts +0 -23
  1067. package/src/loader/quantization-constants.js +0 -14
  1068. package/src/loader/shard-cache.d.ts +0 -60
  1069. package/src/loader/shard-cache.js +0 -638
  1070. package/src/loader/shard-resolver.d.ts +0 -12
  1071. package/src/loader/shard-resolver.js +0 -105
  1072. package/src/loader/tensors/tensor-loader.d.ts +0 -157
  1073. package/src/loader/tensors/tensor-loader.js +0 -618
  1074. package/src/loader/tensors/tensor-reader.d.ts +0 -22
  1075. package/src/loader/tensors/tensor-reader.js +0 -113
  1076. package/src/loader/tensors/tensor-role.d.ts +0 -7
  1077. package/src/loader/tensors/tensor-role.js +0 -12
  1078. package/src/loader/weight-downcast.d.ts +0 -62
  1079. package/src/loader/weight-downcast.js +0 -213
  1080. package/src/loader/weights.d.ts +0 -22
  1081. package/src/loader/weights.js +0 -4
  1082. package/src/memory/address-table.d.ts +0 -104
  1083. package/src/memory/address-table.js +0 -114
  1084. package/src/memory/buffer-pool.d.ts +0 -204
  1085. package/src/memory/buffer-pool.js +0 -821
  1086. package/src/memory/capability.d.ts +0 -49
  1087. package/src/memory/capability.js +0 -95
  1088. package/src/memory/heap-manager.d.ts +0 -104
  1089. package/src/memory/heap-manager.js +0 -264
  1090. package/src/memory/unified-detect.d.ts +0 -59
  1091. package/src/memory/unified-detect.js +0 -192
  1092. package/src/rules/converter/execution.rules.json +0 -20
  1093. package/src/rules/converter/tensor-roles.rules.json +0 -13
  1094. package/src/rules/converter/tokenizer.rules.json +0 -7
  1095. package/src/rules/execution-rules-contract-check.d.ts +0 -17
  1096. package/src/rules/execution-rules-contract-check.js +0 -245
  1097. package/src/rules/inference/attention.rules.json +0 -54
  1098. package/src/rules/inference/config.rules.json +0 -58
  1099. package/src/rules/inference/dtype.rules.json +0 -99
  1100. package/src/rules/inference/execution.rules.json +0 -45
  1101. package/src/rules/inference/ffn.rules.json +0 -35
  1102. package/src/rules/inference/kernel-path.rules.json +0 -92
  1103. package/src/rules/inference/layer-pattern.rules.json +0 -16
  1104. package/src/rules/inference/layer.rules.json +0 -7
  1105. package/src/rules/inference/moe.rules.json +0 -48
  1106. package/src/rules/kernels/attention.rules.json +0 -61
  1107. package/src/rules/kernels/conv2d.rules.json +0 -6
  1108. package/src/rules/kernels/depthwise-conv2d.rules.json +0 -6
  1109. package/src/rules/kernels/dequant.rules.json +0 -58
  1110. package/src/rules/kernels/energy.rules.json +0 -22
  1111. package/src/rules/kernels/fused-ffn.rules.json +0 -13
  1112. package/src/rules/kernels/fused-matmul-residual.rules.json +0 -6
  1113. package/src/rules/kernels/fused-matmul-rmsnorm.rules.json +0 -8
  1114. package/src/rules/kernels/gather.rules.json +0 -12
  1115. package/src/rules/kernels/gelu.rules.json +0 -11
  1116. package/src/rules/kernels/grouped-pointwise-conv2d.rules.json +0 -6
  1117. package/src/rules/kernels/groupnorm.rules.json +0 -10
  1118. package/src/rules/kernels/kernel-validator.d.ts +0 -24
  1119. package/src/rules/kernels/kernel-validator.js +0 -160
  1120. package/src/rules/kernels/kv_quantize.rules.json +0 -7
  1121. package/src/rules/kernels/layernorm.rules.json +0 -6
  1122. package/src/rules/kernels/matmul.rules.json +0 -60
  1123. package/src/rules/kernels/modulate.rules.json +0 -6
  1124. package/src/rules/kernels/moe.rules.gptoss.json +0 -105
  1125. package/src/rules/kernels/moe.rules.json +0 -11
  1126. package/src/rules/kernels/moe.rules.mixtral.json +0 -75
  1127. package/src/rules/kernels/pixel_shuffle.rules.json +0 -6
  1128. package/src/rules/kernels/relu.rules.json +0 -6
  1129. package/src/rules/kernels/repeat-channels.rules.json +0 -6
  1130. package/src/rules/kernels/residual.rules.json +0 -12
  1131. package/src/rules/kernels/rmsnorm.rules.json +0 -11
  1132. package/src/rules/kernels/rope.rules.json +0 -6
  1133. package/src/rules/kernels/sample.rules.json +0 -6
  1134. package/src/rules/kernels/sana-linear-attention.rules.json +0 -6
  1135. package/src/rules/kernels/scale.rules.json +0 -6
  1136. package/src/rules/kernels/silu.rules.json +0 -21
  1137. package/src/rules/kernels/softmax.rules.json +0 -25
  1138. package/src/rules/kernels/split-qg.rules.json +0 -6
  1139. package/src/rules/kernels/split-qkv.rules.json +0 -6
  1140. package/src/rules/kernels/upsample2d.rules.json +0 -6
  1141. package/src/rules/layer-pattern-contract-check.d.ts +0 -17
  1142. package/src/rules/layer-pattern-contract-check.js +0 -231
  1143. package/src/rules/loader/tensor-loader.rules.json +0 -15
  1144. package/src/rules/loader/weights.rules.json +0 -41
  1145. package/src/rules/rule-registry.d.ts +0 -77
  1146. package/src/rules/rule-registry.js +0 -243
  1147. package/src/rules/tooling/command-runtime.rules.json +0 -56
  1148. package/src/storage/backends/idb-store.d.ts +0 -52
  1149. package/src/storage/backends/idb-store.js +0 -590
  1150. package/src/storage/backends/memory-store.d.ts +0 -36
  1151. package/src/storage/backends/memory-store.js +0 -242
  1152. package/src/storage/backends/opfs-store.d.ts +0 -41
  1153. package/src/storage/backends/opfs-store.js +0 -473
  1154. package/src/storage/blake3.d.ts +0 -17
  1155. package/src/storage/blake3.js +0 -269
  1156. package/src/storage/download-types.d.ts +0 -157
  1157. package/src/storage/download-types.js +0 -48
  1158. package/src/storage/downloader.d.ts +0 -103
  1159. package/src/storage/downloader.js +0 -1121
  1160. package/src/storage/emulated-vram.d.ts +0 -264
  1161. package/src/storage/emulated-vram.js +0 -576
  1162. package/src/storage/export.d.ts +0 -20
  1163. package/src/storage/export.js +0 -159
  1164. package/src/storage/index.d.ts +0 -256
  1165. package/src/storage/index.js +0 -188
  1166. package/src/storage/inventory.d.ts +0 -26
  1167. package/src/storage/inventory.js +0 -218
  1168. package/src/storage/preflight.d.ts +0 -144
  1169. package/src/storage/preflight.js +0 -316
  1170. package/src/storage/quickstart-downloader.d.ts +0 -157
  1171. package/src/storage/quickstart-downloader.js +0 -268
  1172. package/src/storage/quota.d.ts +0 -150
  1173. package/src/storage/quota.js +0 -304
  1174. package/src/storage/registry.d.ts +0 -28
  1175. package/src/storage/registry.js +0 -131
  1176. package/src/storage/reports.d.ts +0 -20
  1177. package/src/storage/reports.js +0 -94
  1178. package/src/storage/shard-manager.d.ts +0 -151
  1179. package/src/storage/shard-manager.js +0 -850
  1180. package/src/storage/source-artifact-store.d.ts +0 -52
  1181. package/src/storage/source-artifact-store.js +0 -234
  1182. package/src/sw.d.ts +0 -1
  1183. package/src/sw.js +0 -187
  1184. package/src/tooling/browser-command-runner.d.ts +0 -28
  1185. package/src/tooling/browser-command-runner.js +0 -82
  1186. package/src/tooling/command-api-constants.d.ts +0 -9
  1187. package/src/tooling/command-api-constants.js +0 -9
  1188. package/src/tooling/command-api-family-normalizers.d.ts +0 -9
  1189. package/src/tooling/command-api-family-normalizers.js +0 -343
  1190. package/src/tooling/command-api-helpers.d.ts +0 -25
  1191. package/src/tooling/command-api-helpers.js +0 -262
  1192. package/src/tooling/command-api.d.ts +0 -173
  1193. package/src/tooling/command-api.js +0 -76
  1194. package/src/tooling/command-envelope.d.ts +0 -81
  1195. package/src/tooling/command-envelope.js +0 -198
  1196. package/src/tooling/command-runner-shared.d.ts +0 -73
  1197. package/src/tooling/command-runner-shared.js +0 -180
  1198. package/src/tooling/command-runner.html +0 -45
  1199. package/src/tooling/conversion-config-materializer.d.ts +0 -24
  1200. package/src/tooling/conversion-config-materializer.js +0 -97
  1201. package/src/tooling/lean-execution-contract-runner.d.ts +0 -43
  1202. package/src/tooling/lean-execution-contract-runner.js +0 -158
  1203. package/src/tooling/lean-execution-contract.d.ts +0 -16
  1204. package/src/tooling/lean-execution-contract.js +0 -228
  1205. package/src/tooling/node-browser-command-runner.d.ts +0 -34
  1206. package/src/tooling/node-browser-command-runner.js +0 -813
  1207. package/src/tooling/node-command-runner.d.ts +0 -36
  1208. package/src/tooling/node-command-runner.js +0 -168
  1209. package/src/tooling/node-convert-worker-pool.d.ts +0 -16
  1210. package/src/tooling/node-convert-worker-pool.js +0 -186
  1211. package/src/tooling/node-convert-worker.d.ts +0 -1
  1212. package/src/tooling/node-convert-worker.js +0 -60
  1213. package/src/tooling/node-converter.d.ts +0 -1
  1214. package/src/tooling/node-converter.js +0 -1333
  1215. package/src/tooling/node-file-fetch.d.ts +0 -1
  1216. package/src/tooling/node-file-fetch.js +0 -38
  1217. package/src/tooling/node-source-runtime.d.ts +0 -19
  1218. package/src/tooling/node-source-runtime.js +0 -610
  1219. package/src/tooling/node-webgpu.d.ts +0 -6
  1220. package/src/tooling/node-webgpu.js +0 -284
  1221. package/src/tooling/opfs-cache.d.ts +0 -11
  1222. package/src/tooling/opfs-cache.js +0 -191
  1223. package/src/tooling/runtime-input-composition.d.ts +0 -38
  1224. package/src/tooling/runtime-input-composition.js +0 -86
  1225. package/src/tooling/source-runtime-bundle.d.ts +0 -137
  1226. package/src/tooling/source-runtime-bundle.js +0 -711
  1227. package/src/tooling/source-runtime-materializer.d.ts +0 -6
  1228. package/src/tooling/source-runtime-materializer.js +0 -93
  1229. package/src/tooling-exports.browser.d.ts +0 -7
  1230. package/src/tooling-exports.browser.js +0 -2
  1231. package/src/tooling-exports.d.ts +0 -22
  1232. package/src/tooling-exports.js +0 -7
  1233. package/src/tooling-exports.shared.d.ts +0 -105
  1234. package/src/tooling-exports.shared.js +0 -92
  1235. package/src/training/README.md +0 -153
  1236. package/src/training/artifacts.d.ts +0 -160
  1237. package/src/training/artifacts.js +0 -896
  1238. package/src/training/attention-backward.d.ts +0 -30
  1239. package/src/training/attention-backward.js +0 -232
  1240. package/src/training/attention-forward.d.ts +0 -22
  1241. package/src/training/attention-forward.js +0 -82
  1242. package/src/training/autograd.d.ts +0 -51
  1243. package/src/training/autograd.js +0 -408
  1244. package/src/training/checkpoint-watch.d.ts +0 -8
  1245. package/src/training/checkpoint-watch.js +0 -139
  1246. package/src/training/checkpoint.d.ts +0 -36
  1247. package/src/training/checkpoint.js +0 -277
  1248. package/src/training/clip.d.ts +0 -9
  1249. package/src/training/clip.js +0 -55
  1250. package/src/training/dataloader.d.ts +0 -8
  1251. package/src/training/dataloader.js +0 -44
  1252. package/src/training/datasets/index.d.ts +0 -12
  1253. package/src/training/datasets/index.js +0 -6
  1254. package/src/training/datasets/jsonl.d.ts +0 -11
  1255. package/src/training/datasets/jsonl.js +0 -50
  1256. package/src/training/datasets/reploid.d.ts +0 -3
  1257. package/src/training/datasets/reploid.js +0 -36
  1258. package/src/training/datasets/text-pairs.d.ts +0 -21
  1259. package/src/training/datasets/text-pairs.js +0 -42
  1260. package/src/training/datasets/token-batch.d.ts +0 -21
  1261. package/src/training/datasets/token-batch.js +0 -52
  1262. package/src/training/datasets/translation-pairs.d.ts +0 -34
  1263. package/src/training/datasets/translation-pairs.js +0 -49
  1264. package/src/training/distillation/artifacts.d.ts +0 -71
  1265. package/src/training/distillation/artifacts.js +0 -132
  1266. package/src/training/distillation/checkpoint-watch.d.ts +0 -10
  1267. package/src/training/distillation/checkpoint-watch.js +0 -58
  1268. package/src/training/distillation/dataset.d.ts +0 -59
  1269. package/src/training/distillation/dataset.js +0 -337
  1270. package/src/training/distillation/eval.d.ts +0 -34
  1271. package/src/training/distillation/eval.js +0 -310
  1272. package/src/training/distillation/index.d.ts +0 -29
  1273. package/src/training/distillation/index.js +0 -29
  1274. package/src/training/distillation/runtime.d.ts +0 -20
  1275. package/src/training/distillation/runtime.js +0 -121
  1276. package/src/training/distillation/scoreboard.d.ts +0 -6
  1277. package/src/training/distillation/scoreboard.js +0 -8
  1278. package/src/training/distillation/stage-a.d.ts +0 -45
  1279. package/src/training/distillation/stage-a.js +0 -338
  1280. package/src/training/distillation/stage-b.d.ts +0 -24
  1281. package/src/training/distillation/stage-b.js +0 -20
  1282. package/src/training/distillation/student-fixture.d.ts +0 -22
  1283. package/src/training/distillation/student-fixture.js +0 -846
  1284. package/src/training/distillation/suite-data.d.ts +0 -45
  1285. package/src/training/distillation/suite-data.js +0 -189
  1286. package/src/training/export.d.ts +0 -32
  1287. package/src/training/export.js +0 -112
  1288. package/src/training/index.d.ts +0 -62
  1289. package/src/training/index.js +0 -51
  1290. package/src/training/lora-pipeline.d.ts +0 -40
  1291. package/src/training/lora-pipeline.js +0 -793
  1292. package/src/training/lora.d.ts +0 -19
  1293. package/src/training/lora.js +0 -71
  1294. package/src/training/loss-scaling.d.ts +0 -21
  1295. package/src/training/loss-scaling.js +0 -80
  1296. package/src/training/loss.d.ts +0 -10
  1297. package/src/training/loss.js +0 -40
  1298. package/src/training/objectives/base.d.ts +0 -58
  1299. package/src/training/objectives/base.js +0 -38
  1300. package/src/training/objectives/cross_entropy.d.ts +0 -18
  1301. package/src/training/objectives/cross_entropy.js +0 -34
  1302. package/src/training/objectives/distill_kd.d.ts +0 -16
  1303. package/src/training/objectives/distill_kd.js +0 -365
  1304. package/src/training/objectives/distill_triplet.d.ts +0 -16
  1305. package/src/training/objectives/distill_triplet.js +0 -408
  1306. package/src/training/objectives/index.d.ts +0 -12
  1307. package/src/training/objectives/index.js +0 -6
  1308. package/src/training/objectives/ul_stage1_joint.d.ts +0 -16
  1309. package/src/training/objectives/ul_stage1_joint.js +0 -188
  1310. package/src/training/objectives/ul_stage2_base.d.ts +0 -16
  1311. package/src/training/objectives/ul_stage2_base.js +0 -218
  1312. package/src/training/operator-artifacts.d.ts +0 -62
  1313. package/src/training/operator-artifacts.js +0 -140
  1314. package/src/training/operator-command.d.ts +0 -5
  1315. package/src/training/operator-command.js +0 -455
  1316. package/src/training/operator-eval.d.ts +0 -48
  1317. package/src/training/operator-eval.js +0 -230
  1318. package/src/training/operator-scoreboard.d.ts +0 -5
  1319. package/src/training/operator-scoreboard.js +0 -44
  1320. package/src/training/optimizer.d.ts +0 -22
  1321. package/src/training/optimizer.js +0 -127
  1322. package/src/training/runner.d.ts +0 -248
  1323. package/src/training/runner.js +0 -1220
  1324. package/src/training/suite.d.ts +0 -299
  1325. package/src/training/suite.js +0 -2196
  1326. package/src/training/tensor-factory.d.ts +0 -9
  1327. package/src/training/tensor-factory.js +0 -13
  1328. package/src/training/trainer.d.ts +0 -89
  1329. package/src/training/trainer.js +0 -299
  1330. package/src/training/ul_dataset.d.ts +0 -47
  1331. package/src/training/ul_dataset.js +0 -151
  1332. package/src/training/ul_schedule.d.ts +0 -6
  1333. package/src/training/ul_schedule.js +0 -29
  1334. package/src/training/workloads.d.ts +0 -164
  1335. package/src/training/workloads.js +0 -530
  1336. package/src/types/chrome.d.ts +0 -36
  1337. package/src/types/chrome.js +0 -1
  1338. package/src/types/gpu.d.ts +0 -185
  1339. package/src/types/gpu.js +0 -5
  1340. package/src/types/index.d.ts +0 -3
  1341. package/src/types/index.js +0 -3
  1342. package/src/types/inference.d.ts +0 -197
  1343. package/src/types/inference.js +0 -5
  1344. package/src/types/model.d.ts +0 -130
  1345. package/src/types/model.js +0 -5
  1346. package/src/utils/hf-resolve-url.d.ts +0 -16
  1347. package/src/utils/hf-resolve-url.js +0 -17
  1348. package/src/utils/index.d.ts +0 -7
  1349. package/src/utils/index.js +0 -7
  1350. package/src/utils/load-json.d.ts +0 -5
  1351. package/src/utils/load-json.js +0 -23
  1352. package/src/utils/plain-object.d.ts +0 -1
  1353. package/src/utils/plain-object.js +0 -3
  1354. package/src/utils/sha256.d.ts +0 -4
  1355. package/src/utils/sha256.js +0 -135
  1356. package/src/version.d.ts +0 -2
  1357. package/src/version.js +0 -2
  1358. package/tools/convert-safetensors-node.js +0 -233
  1359. package/tools/doppler-cli.js +0 -1452
@@ -1,1439 +0,0 @@
1
-
2
-
3
- import { getDevice, getDeviceEpoch, getDeviceLimits, getKernelCapabilities } from '../device.js';
4
- import { acquireBuffer } from '../../memory/buffer-pool.js';
5
- import { createTensor } from '../tensor.js';
6
- import { KernelBase } from './kernel-base.js';
7
- import { TILE_SIZES } from './constants.js';
8
- import { getKernelThresholds, padToQ4KBlock } from '../../config/schema/index.js';
9
- import { createUniformBufferWithView, getKernelConfig, hasRequiredFeatures } from './utils.js';
10
- import { dispatchIndirect, recordDispatchIndirect } from './dispatch.js';
11
- import { releaseUniformBuffer } from '../uniform-cache.js';
12
- import { log, trace } from '../../debug/index.js';
13
- import { getKernelPathAttentionVariant, getKernelPathStrict } from '../../config/kernel-path-loader.js';
14
- import { selectRuleValue as selectKernelRuleValue } from './rule-registry.js';
15
- import { selectRuleValue as selectSharedRuleValue } from '../../rules/rule-registry.js';
16
- import { logKernelSelectionOnce } from '../kernel-selection-log.js';
17
-
18
- // Track if we've logged the attention tier selection (avoid spam)
19
- let loggedAttentionTier = false;
20
-
21
- function getRequiredVariantMaxKVLen(operation, variant, errorLabel) {
22
- const config = getKernelConfig(operation, variant);
23
- const maxKVLen = config.variantMetadata?.maxKVLen;
24
- if (!Number.isFinite(maxKVLen)) {
25
- throw new Error(`Kernel config missing ${errorLabel} maxKVLen`);
26
- }
27
- return maxKVLen;
28
- }
29
-
30
- function getChunkedMaxKVLen() {
31
- return getRequiredVariantMaxKVLen('attention', 'decode_chunked_f16kv', 'attention.decode_chunked_f16kv');
32
- }
33
-
34
- function getTieredMaxKVLen() {
35
- return getRequiredVariantMaxKVLen('attention_tiered', 'decode_tiered_f16', 'attention_tiered.decode_tiered_f16');
36
- }
37
-
38
- function getTieredQuantMaxKVLen() {
39
- return getRequiredVariantMaxKVLen(
40
- 'attention_tiered_quant',
41
- 'decode_tiered_int8_f16kv',
42
- 'attention_tiered_quant.decode_tiered_int8_f16kv'
43
- );
44
- }
45
-
46
-
47
- let kvLenFallbackBuffer = null;
48
- let kvLenFallbackBufferEpoch = -1;
49
- const U32_BYTES = Uint32Array.BYTES_PER_ELEMENT;
50
-
51
-
52
- function getKvLenFallbackBuffer(device) {
53
- const epoch = getDeviceEpoch();
54
- if (!kvLenFallbackBuffer || kvLenFallbackBufferEpoch !== epoch) {
55
- kvLenFallbackBuffer = device.createBuffer({
56
- label: 'attention_kv_len_fallback',
57
- size: U32_BYTES,
58
- usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_DST,
59
- });
60
- device.queue.writeBuffer(kvLenFallbackBuffer, 0, new Uint32Array([0]));
61
- kvLenFallbackBufferEpoch = epoch;
62
- }
63
- return kvLenFallbackBuffer;
64
- }
65
-
66
- let pageTableFallbackBuffer = null;
67
- let pageTableFallbackBufferEpoch = -1;
68
-
69
- function getPageTableFallbackBuffer(device) {
70
- const epoch = getDeviceEpoch();
71
- if (!pageTableFallbackBuffer || pageTableFallbackBufferEpoch !== epoch) {
72
- pageTableFallbackBuffer = device.createBuffer({
73
- label: 'attention_page_table_fallback',
74
- size: U32_BYTES,
75
- usage: GPUBufferUsage.STORAGE | GPUBufferUsage.COPY_DST,
76
- });
77
- device.queue.writeBuffer(pageTableFallbackBuffer, 0, new Uint32Array([0]));
78
- pageTableFallbackBufferEpoch = epoch;
79
- }
80
- return pageTableFallbackBuffer;
81
- }
82
-
83
-
84
-
85
-
86
- class AttentionKernel extends KernelBase {
87
-
88
- async getPipeline(variant) {
89
- return this.getPipelineFor('attention', variant);
90
- }
91
-
92
-
93
- dispatch(
94
- pipeline,
95
- bindGroup,
96
- workgroups
97
- ) {
98
- this.dispatchKernel(pipeline, bindGroup, workgroups, 'attention');
99
- }
100
-
101
-
102
- record(
103
- recorder,
104
- pipeline,
105
- bindGroup,
106
- workgroups
107
- ) {
108
- this.recordKernel(recorder, pipeline, bindGroup, workgroups, 'attention');
109
- }
110
- }
111
-
112
- class AttentionTieredKernel extends KernelBase {
113
-
114
- async getPipeline(variant) {
115
- return this.getPipelineFor('attention_tiered', variant);
116
- }
117
-
118
-
119
- dispatch(
120
- pipeline,
121
- bindGroup,
122
- workgroups
123
- ) {
124
- this.dispatchKernel(pipeline, bindGroup, workgroups, 'attention_tiered');
125
- }
126
-
127
-
128
- record(
129
- recorder,
130
- pipeline,
131
- bindGroup,
132
- workgroups
133
- ) {
134
- this.recordKernel(recorder, pipeline, bindGroup, workgroups, 'attention_tiered');
135
- }
136
- }
137
-
138
- class AttentionTieredQuantKernel extends KernelBase {
139
-
140
- async getPipeline(variant) {
141
- return this.getPipelineFor('attention_tiered_quant', variant);
142
- }
143
-
144
-
145
- dispatch(
146
- pipeline,
147
- bindGroup,
148
- workgroups
149
- ) {
150
- this.dispatchKernel(pipeline, bindGroup, workgroups, 'attention_tiered_quant');
151
- }
152
-
153
-
154
- record(
155
- recorder,
156
- pipeline,
157
- bindGroup,
158
- workgroups
159
- ) {
160
- this.recordKernel(recorder, pipeline, bindGroup, workgroups, 'attention_tiered_quant');
161
- }
162
- }
163
-
164
- class AttentionBDPAKernel extends KernelBase {
165
- async getPipeline(variant) {
166
- return this.getPipelineFor('attention_bdpa', variant);
167
- }
168
-
169
- dispatch(
170
- pipeline,
171
- bindGroup,
172
- workgroups
173
- ) {
174
- this.dispatchKernel(pipeline, bindGroup, workgroups, 'attention_bdpa');
175
- }
176
-
177
- record(
178
- recorder,
179
- pipeline,
180
- bindGroup,
181
- workgroups
182
- ) {
183
- this.recordKernel(recorder, pipeline, bindGroup, workgroups, 'attention_bdpa');
184
- }
185
- }
186
-
187
-
188
- function selectAttentionTier(
189
- headDim,
190
- seqLen,
191
- useF16KV,
192
- forcedTier,
193
- sharedLimit,
194
- caps
195
- ) {
196
- const isDecode = seqLen === 1;
197
- const thresholds = getKernelThresholds().attention;
198
- const largeRequired = useF16KV
199
- ? thresholds.largeSharedF16
200
- : thresholds.largeSharedF32;
201
- const canLarge =
202
- headDim <= thresholds.largeMaxHeadDim &&
203
- sharedLimit >= largeRequired;
204
- const smallRequired = useF16KV
205
- ? thresholds.smallSharedF16
206
- : thresholds.smallSharedF32;
207
- const canSmall =
208
- headDim <= thresholds.smallMaxHeadDim &&
209
- sharedLimit >= smallRequired;
210
- const canSubgroup =
211
- caps.hasSubgroups &&
212
- headDim <= thresholds.subgroupMaxHeadDim &&
213
- sharedLimit >= thresholds.subgroupShared &&
214
- isDecode;
215
-
216
-
217
- let tier = forcedTier;
218
- let reason = forcedTier ? `forced:${forcedTier}` : '';
219
-
220
- if (tier === 'tiled_large' && !canLarge) {
221
- throw new Error(`Requested tiled_large but device doesn't support it (headDim=${headDim}, shared=${sharedLimit}).`);
222
- }
223
- if (tier === 'tiled_small' && !canSmall) {
224
- throw new Error(`Requested tiled_small but device doesn't support it (headDim=${headDim}, shared=${sharedLimit}).`);
225
- }
226
- if (tier === 'subgroup' && !canSubgroup) {
227
- throw new Error(`Requested subgroup attention but device doesn't support it (headDim=${headDim}, shared=${sharedLimit}, subgroups=${caps.hasSubgroups}).`);
228
- }
229
-
230
- if (!tier) {
231
- tier = selectKernelRuleValue('attention', 'tier', { canSubgroup, canLarge, canSmall, isDecode });
232
- if (!reason) {
233
- if (canSubgroup) {
234
- reason = 'subgroup_capable';
235
- } else if (canLarge) {
236
- reason = 'tiled_large_capable';
237
- } else if (canSmall) {
238
- reason = 'tiled_small_capable';
239
- } else if (isDecode) {
240
- reason = 'decode_streaming_fallback';
241
- } else {
242
- reason = 'streaming_fallback';
243
- }
244
- }
245
- if (tier === 'subgroup' && !loggedAttentionTier) {
246
- trace.attn(0, `Using subgroup decode kernel (headDim=${headDim}, hasSubgroups=true)`);
247
- loggedAttentionTier = true;
248
- }
249
- }
250
-
251
- return { tier, reason };
252
- }
253
-
254
- // Track if we've logged chunked kernel selection
255
- let loggedChunkedKernel = false;
256
-
257
-
258
- function resolveAttentionVariant(
259
- tier,
260
- isDecode,
261
- useF16KV,
262
- useF16Q,
263
- numHeads,
264
- headDim,
265
- kvLen,
266
- isPaged,
267
- caps,
268
- sharedLimit
269
- ) {
270
- const base = selectKernelRuleValue('attention', 'phase', { isDecode });
271
- const useF16 = useF16KV && useF16Q;
272
- const suffix = selectKernelRuleValue('attention', 'suffix', { useF16, useF16KV });
273
-
274
- // Check if chunked kernel is viable:
275
- // - Decode only (seqLen=1)
276
- // - F16 KV cache
277
- // - Large headDim (parallelizes across dimensions)
278
- // - KV length within shared memory limit (from kernel config)
279
- const chunkedMaxKVLen = getChunkedMaxKVLen();
280
- const minHeadDimForChunked = getKernelThresholds().attention.minHeadDimForChunked;
281
- const canUseChunked = isDecode && useF16KV && headDim >= minHeadDimForChunked && kvLen <= chunkedMaxKVLen;
282
- const decodeSubgroupMaxKVLen = chunkedMaxKVLen;
283
- const decodeSubgroupMaxHeadDim = getKernelThresholds().attention.subgroupMaxHeadDim;
284
- const canUseDecodeSubgroup = isDecode && !useF16KV && !useF16Q && headDim <= decodeSubgroupMaxHeadDim && kvLen <= decodeSubgroupMaxKVLen;
285
- const canUseDecodeOptimized = isDecode
286
- && useF16KV
287
- && caps.hasF16
288
- && caps.hasSubgroups
289
- && headDim <= decodeSubgroupMaxHeadDim
290
- && sharedLimit >= getKernelThresholds().attention.subgroupShared;
291
- const chunkedVariant = selectKernelRuleValue('attention', 'chunkedVariant', { useF16 });
292
- const pagedVariant = selectKernelRuleValue('attention', 'pagedVariant', { useF16 });
293
- const optimizedVariant = selectKernelRuleValue('attention', 'optimizedVariant', { useF16 });
294
- const variant = selectKernelRuleValue(
295
- 'attention',
296
- 'variant',
297
- {
298
- tier,
299
- useF16KV,
300
- canUseChunked,
301
- canUseDecodeSubgroup,
302
- canUseDecodeOptimized,
303
- base,
304
- suffix,
305
- chunkedVariant,
306
- pagedVariant,
307
- optimizedVariant,
308
- isPaged,
309
- isDecode,
310
- }
311
- );
312
-
313
- if (variant === chunkedVariant && !loggedChunkedKernel) {
314
- trace.attn(0, `Using chunked decode kernel (headDim=${headDim}, numHeads=${numHeads}, f16kv=${!useF16Q})`);
315
- loggedChunkedKernel = true;
316
- }
317
-
318
- return variant;
319
- }
320
-
321
-
322
- function calculateAttentionWorkgroups(tier, seqLen, numHeads) {
323
- if (tier === 'subgroup') {
324
- return numHeads;
325
- }
326
- if (tier === 'streaming') {
327
- return seqLen * numHeads;
328
- }
329
- if (tier === 'tiled_large') {
330
- return Math.ceil(seqLen / TILE_SIZES.ATTENTION_LARGE_BLOCK_SIZE) * numHeads;
331
- }
332
- return Math.ceil(seqLen / TILE_SIZES.ATTENTION_SMALL_BLOCK_SIZE) * numHeads;
333
- }
334
-
335
-
336
- function inferAttentionTierFromVariant(variant) {
337
- if (variant === 'decode_subgroup') return 'subgroup';
338
- if (variant.startsWith('decode_online')) return 'subgroup';
339
- if (variant.startsWith('decode_paged')) return 'tiled_large';
340
- if (variant.startsWith('prefill_streaming') || variant.startsWith('decode_streaming') || variant === 'decode_chunked_f16kv') {
341
- return 'streaming';
342
- }
343
- if (variant.startsWith('prefill_small') || variant.startsWith('decode_small')) return 'tiled_small';
344
- return 'tiled_large';
345
- }
346
-
347
-
348
- function validateAttentionVariant(
349
- variant,
350
- isDecode,
351
- useF16KV,
352
- useF16Q,
353
- caps,
354
- headDim,
355
- kvLen,
356
- sharedLimit
357
- ) {
358
- const normalized = variant.trim();
359
-
360
- let config;
361
- try {
362
- config = getKernelConfig('attention', normalized);
363
- } catch {
364
- throw new Error(`Unknown attention kernel variant "${variant}".`);
365
- }
366
-
367
- if (!hasRequiredFeatures(config.requires, caps)) {
368
- throw new Error(`Attention kernel "${variant}" requires unsupported GPU features.`);
369
- }
370
-
371
- const expectsF16KV = normalized.includes('_f16kv');
372
- const expectsF16 = normalized.includes('_f16') && !expectsF16KV;
373
- if (expectsF16) {
374
- if (!(useF16KV && useF16Q)) {
375
- const kvLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16KV });
376
- const qLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16Q });
377
- throw new Error(`Attention kernel "${variant}" requires f16 Q/K/V but got Q=${qLabel}, KV=${kvLabel}.`);
378
- }
379
- } else if (expectsF16KV) {
380
- if (!useF16KV || useF16Q) {
381
- const kvLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16KV });
382
- const qLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16Q });
383
- throw new Error(`Attention kernel "${variant}" requires f32 Q with f16 KV but got Q=${qLabel}, KV=${kvLabel}.`);
384
- }
385
- } else {
386
- if (useF16KV || useF16Q) {
387
- const kvLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16KV });
388
- const qLabel = selectSharedRuleValue('shared', 'dtype', 'f16OrF32', { useF16: useF16Q });
389
- throw new Error(`Attention kernel "${variant}" requires f32 Q/K/V but got Q=${qLabel}, KV=${kvLabel}.`);
390
- }
391
- }
392
-
393
- const isDecodeVariant = normalized.startsWith('decode');
394
- const isPrefillVariant = normalized.startsWith('prefill');
395
- if (isDecode && isPrefillVariant) {
396
- throw new Error(`Attention kernel "${variant}" is prefill-only but decode requested.`);
397
- }
398
- if (!isDecode && isDecodeVariant) {
399
- throw new Error(`Attention kernel "${variant}" is decode-only but prefill requested.`);
400
- }
401
-
402
- const thresholds = getKernelThresholds().attention;
403
- const chunkedMaxKVLen = getChunkedMaxKVLen();
404
- const isChunked = normalized.startsWith('decode_chunked');
405
- if (isChunked) {
406
- const minHeadDimForChunked = thresholds.minHeadDimForChunked;
407
- if (headDim < minHeadDimForChunked) {
408
- throw new Error(`Attention kernel "${variant}" requires headDim >= ${minHeadDimForChunked} but got ${headDim}.`);
409
- }
410
- if (kvLen > chunkedMaxKVLen) {
411
- throw new Error(`Attention kernel "${variant}" requires kvLen <= ${chunkedMaxKVLen} but got ${kvLen}.`);
412
- }
413
- }
414
-
415
- if (normalized === 'decode_subgroup') {
416
- if (!caps.hasSubgroups) {
417
- throw new Error(`Attention kernel "${variant}" requires subgroup support.`);
418
- }
419
- if (headDim > thresholds.subgroupMaxHeadDim) {
420
- throw new Error(`Attention kernel "${variant}" requires headDim <= ${thresholds.subgroupMaxHeadDim} but got ${headDim}.`);
421
- }
422
- if (kvLen > chunkedMaxKVLen) {
423
- throw new Error(`Attention kernel "${variant}" requires kvLen <= ${chunkedMaxKVLen} but got ${kvLen}.`);
424
- }
425
- if (sharedLimit < thresholds.subgroupShared) {
426
- throw new Error(`Attention kernel "${variant}" requires shared >= ${thresholds.subgroupShared} but got ${sharedLimit}.`);
427
- }
428
- }
429
-
430
- if (normalized.startsWith('decode_online')) {
431
- if (!caps.hasSubgroups) {
432
- throw new Error(`Attention kernel "${variant}" requires subgroup support.`);
433
- }
434
- if (headDim > thresholds.subgroupMaxHeadDim) {
435
- throw new Error(`Attention kernel "${variant}" requires headDim <= ${thresholds.subgroupMaxHeadDim} but got ${headDim}.`);
436
- }
437
- if (sharedLimit < thresholds.subgroupShared) {
438
- throw new Error(`Attention kernel "${variant}" requires shared >= ${thresholds.subgroupShared} but got ${sharedLimit}.`);
439
- }
440
- }
441
-
442
- if (normalized.startsWith('prefill') || normalized.startsWith('decode')) {
443
- const isSmall = normalized.includes('_small');
444
- const isStreaming = normalized.includes('_streaming');
445
- const isTiled = !isStreaming
446
- && !normalized.startsWith('decode_subgroup')
447
- && !normalized.startsWith('decode_online')
448
- && !isChunked;
449
- if (isTiled) {
450
- const requiredShared = isSmall
451
- ? (useF16KV ? thresholds.smallSharedF16 : thresholds.smallSharedF32)
452
- : (useF16KV ? thresholds.largeSharedF16 : thresholds.largeSharedF32);
453
- const maxHeadDim = isSmall ? thresholds.smallMaxHeadDim : thresholds.largeMaxHeadDim;
454
- if (headDim > maxHeadDim) {
455
- throw new Error(`Attention kernel "${variant}" requires headDim <= ${maxHeadDim} but got ${headDim}.`);
456
- }
457
- if (sharedLimit < requiredShared) {
458
- throw new Error(`Attention kernel "${variant}" requires shared >= ${requiredShared} but got ${sharedLimit}.`);
459
- }
460
- }
461
- }
462
-
463
- return normalized;
464
- }
465
-
466
-
467
- function resolveAttentionPlan(
468
- seqLen,
469
- kvLen,
470
- headDim,
471
- numHeads,
472
- kvDtype,
473
- qDtype,
474
- sharedLimit,
475
- caps,
476
- layerIdx,
477
- isPaged,
478
- kernelPath
479
- ) {
480
- const useF16KV = kvDtype === 'f16';
481
- const useF16Q = qDtype === 'f16';
482
- const isDecode = seqLen === 1;
483
- const phase = selectKernelRuleValue('attention', 'phase', { isDecode });
484
- const pathVariant = getKernelPathAttentionVariant(phase, layerIdx, kernelPath);
485
- const strictPath = getKernelPathStrict();
486
-
487
- if (pathVariant) {
488
- let variantOverride;
489
- try {
490
- variantOverride = validateAttentionVariant(
491
- pathVariant,
492
- isDecode,
493
- useF16KV,
494
- useF16Q,
495
- caps,
496
- headDim,
497
- kvLen,
498
- sharedLimit
499
- );
500
- } catch (error) {
501
- if (strictPath) {
502
- throw error;
503
- }
504
- const reason = error instanceof Error ? error.message : String(error);
505
- log.warn(
506
- 'Attention',
507
- `Kernel path override "${pathVariant}" rejected; falling back to capability selection: ${reason}`
508
- );
509
- const adaptiveSelection = selectAttentionTier(headDim, seqLen, useF16KV, null, sharedLimit, caps);
510
- const adaptiveVariant = resolveAttentionVariant(
511
- adaptiveSelection.tier,
512
- isDecode,
513
- useF16KV,
514
- useF16Q,
515
- numHeads,
516
- headDim,
517
- kvLen,
518
- isPaged,
519
- caps,
520
- sharedLimit
521
- );
522
- const workgroups = calculateAttentionWorkgroups(adaptiveSelection.tier, seqLen, numHeads);
523
- logKernelSelectionOnce('attention', {
524
- variant: adaptiveVariant,
525
- reason: `path_override_fallback:${adaptiveSelection.tier}`,
526
- });
527
- return {
528
- tier: adaptiveSelection.tier,
529
- variant: adaptiveVariant,
530
- workgroups,
531
- useF16KV,
532
- isDecode,
533
- };
534
- }
535
- let selectionReason = 'path_override';
536
-
537
- if (!isDecode && variantOverride.startsWith('prefill_streaming') && seqLen <= 64) {
538
- const adaptivePrefillVariant = variantOverride.endsWith('_f16kv')
539
- ? 'prefill_f16kv'
540
- : variantOverride.endsWith('_f16')
541
- ? 'prefill_f16'
542
- : 'prefill';
543
- try {
544
- const validatedAdaptive = validateAttentionVariant(
545
- adaptivePrefillVariant,
546
- isDecode,
547
- useF16KV,
548
- useF16Q,
549
- caps,
550
- headDim,
551
- kvLen,
552
- sharedLimit
553
- );
554
- if (validatedAdaptive !== variantOverride) {
555
- variantOverride = validatedAdaptive;
556
- selectionReason = 'path_override_adaptive_prefill';
557
- }
558
- } catch {
559
- // Keep original strict-path variant when adaptive fallback is not valid.
560
- }
561
- }
562
-
563
- const tier = inferAttentionTierFromVariant(variantOverride);
564
- const workgroups = calculateAttentionWorkgroups(tier, seqLen, numHeads);
565
- logKernelSelectionOnce('attention', {
566
- variant: variantOverride,
567
- reason: `${selectionReason}:${tier}`,
568
- });
569
- return { tier, variant: variantOverride, workgroups, useF16KV, isDecode };
570
- }
571
-
572
- const selection = selectAttentionTier(headDim, seqLen, useF16KV, null, sharedLimit, caps);
573
- const tier = selection.tier;
574
- const variant = resolveAttentionVariant(
575
- tier,
576
- isDecode,
577
- useF16KV,
578
- useF16Q,
579
- numHeads,
580
- headDim,
581
- kvLen,
582
- isPaged,
583
- caps,
584
- sharedLimit
585
- );
586
- const validatedVariant = validateAttentionVariant(
587
- variant,
588
- isDecode,
589
- useF16KV,
590
- useF16Q,
591
- caps,
592
- headDim,
593
- kvLen,
594
- sharedLimit
595
- );
596
- const workgroups = calculateAttentionWorkgroups(tier, seqLen, numHeads);
597
-
598
- logKernelSelectionOnce('attention', {
599
- variant: validatedVariant,
600
- reason: selection.reason,
601
- });
602
-
603
- return { tier, variant: validatedVariant, workgroups, useF16KV, isDecode };
604
- }
605
-
606
- export function resolveAttentionPlanForTest(
607
- seqLen,
608
- kvLen,
609
- headDim,
610
- numHeads,
611
- kvDtype,
612
- qDtype,
613
- sharedLimit,
614
- caps,
615
- layerIdx,
616
- isPaged = false,
617
- kernelPath = null
618
- ) {
619
- return resolveAttentionPlan(
620
- seqLen,
621
- kvLen,
622
- headDim,
623
- numHeads,
624
- kvDtype,
625
- qDtype,
626
- sharedLimit,
627
- caps,
628
- layerIdx,
629
- isPaged,
630
- kernelPath
631
- );
632
- }
633
-
634
-
635
- function createAttentionUniformBuffer(
636
- device,
637
- recorder,
638
- params
639
- ) {
640
- return createUniformBufferWithView(
641
- 'attention_uniforms',
642
- 64, // 60 bytes used + 4 padding for 16-byte alignment
643
- (view) => {
644
- view.setUint32(0, params.numHeads, true);
645
- view.setUint32(4, params.numKVHeads, true);
646
- view.setUint32(8, params.headDim, true);
647
- view.setUint32(12, params.kvLen, true);
648
- view.setUint32(16, params.seqLen, true);
649
- view.setFloat32(20, params.scale, true);
650
- view.setUint32(24, params.causal ? 1 : 0, true);
651
- view.setUint32(28, params.startPos, true);
652
- view.setFloat32(32, params.attnSoftcap, true); // Gemma 2: 50.0, 0 = disabled
653
- view.setUint32(36, params.slidingWindow, true); // Sliding window size, 0 = disabled
654
- view.setUint32(40, params.kvLenSource, true); // 0 = uniform kvLen, 1 = buffer
655
- view.setUint32(44, params.kvStart ?? 0, true);
656
- view.setUint32(48, params.pageSize ?? 0, true);
657
- view.setUint32(52, params.kvLayout ?? 0, true);
658
- view.setUint32(56, 0, true);
659
- },
660
- recorder,
661
- device
662
- );
663
- }
664
-
665
- function createTieredAttentionUniformBuffer(
666
- device,
667
- recorder,
668
- params
669
- ) {
670
- return createUniformBufferWithView(
671
- 'attention_tiered_uniforms',
672
- 80,
673
- (view) => {
674
- view.setUint32(0, params.numHeads, true);
675
- view.setUint32(4, params.numKVHeads, true);
676
- view.setUint32(8, params.headDim, true);
677
- view.setUint32(12, params.coldLen, true);
678
- view.setUint32(16, params.hotLen, true);
679
- view.setUint32(20, params.seqLen, true);
680
- view.setFloat32(24, params.scale, true);
681
- view.setUint32(28, params.causal ? 1 : 0, true);
682
- view.setUint32(32, params.startPos, true);
683
- view.setFloat32(36, params.attnSoftcap, true);
684
- view.setUint32(40, params.slidingWindow, true);
685
- view.setUint32(44, params.hotWindow, true);
686
- view.setUint32(48, params.hotStart, true);
687
- view.setUint32(52, params.coldPageSize, true);
688
- view.setUint32(56, params.coldLayout ?? 0, true);
689
- view.setUint32(60, params.hotLayout ?? 1, true);
690
- view.setUint32(64, 0, true);
691
- },
692
- recorder,
693
- device
694
- );
695
- }
696
-
697
- function createTieredQuantAttentionUniformBuffer(
698
- device,
699
- recorder,
700
- params
701
- ) {
702
- return createUniformBufferWithView(
703
- 'attention_tiered_quant_uniforms',
704
- 64,
705
- (view) => {
706
- view.setUint32(0, params.numHeads, true);
707
- view.setUint32(4, params.numKVHeads, true);
708
- view.setUint32(8, params.headDim, true);
709
- view.setUint32(12, params.coldLen, true);
710
- view.setUint32(16, params.hotLen, true);
711
- view.setUint32(20, params.seqLen, true);
712
- view.setFloat32(24, params.scale, true);
713
- view.setUint32(28, params.causal ? 1 : 0, true);
714
- view.setUint32(32, params.startPos, true);
715
- view.setFloat32(36, params.attnSoftcap, true);
716
- view.setUint32(40, params.slidingWindow, true);
717
- view.setUint32(44, params.hotWindow, true);
718
- view.setUint32(48, params.hotStart, true);
719
- view.setUint32(52, params.packedStride, true);
720
- view.setUint32(56, 0, true);
721
- },
722
- recorder,
723
- device
724
- );
725
- }
726
-
727
- function createBDPAAttentionUniformBuffer(
728
- device,
729
- recorder,
730
- params
731
- ) {
732
- return createUniformBufferWithView(
733
- 'attention_bdpa_uniforms',
734
- 64,
735
- (view) => {
736
- view.setUint32(0, params.numHeads, true);
737
- view.setUint32(4, params.numKVHeads, true);
738
- view.setUint32(8, params.headDim, true);
739
- view.setUint32(12, params.kvLen, true);
740
- view.setUint32(16, params.seqLen, true);
741
- view.setFloat32(20, params.scale, true);
742
- view.setUint32(24, params.causal ? 1 : 0, true);
743
- view.setUint32(28, params.startPos, true);
744
- view.setFloat32(32, params.attnSoftcap, true);
745
- view.setUint32(36, params.slidingWindow, true);
746
- view.setUint32(40, 0, true); // padding
747
- view.setUint32(44, 0, true); // padding
748
- view.setUint32(48, 0, true); // padding
749
- view.setUint32(52, 0, true); // padding
750
- view.setUint32(56, 0, true); // padding
751
- view.setUint32(60, 0, true); // padding
752
- },
753
- recorder,
754
- device
755
- );
756
- }
757
-
758
- function resolveAttentionExecution(recorder) {
759
- return {
760
- recorder: recorder || null,
761
- device: recorder?.device || getDevice(),
762
- };
763
- }
764
-
765
- function assertAttentionBindGroupBuffer(kernelName, variant, bindingIndex, bindingLabel, buffer, details = []) {
766
- const isGpuBuffer = buffer && (
767
- typeof GPUBuffer === 'undefined'
768
- ? true
769
- : buffer instanceof GPUBuffer
770
- );
771
- if (isGpuBuffer) {
772
- return;
773
- }
774
- const detailText = details.filter(Boolean).join(', ');
775
- throw new Error(
776
- `[${kernelName}] variant="${variant}" binding ${bindingIndex} "${bindingLabel}" requires a GPUBuffer` +
777
- (detailText ? ` (${detailText})` : '') +
778
- '.'
779
- );
780
- }
781
-
782
- function releaseAttentionUniform(execution, uniformBuffer) {
783
- if (!execution.recorder) {
784
- releaseUniformBuffer(uniformBuffer);
785
- }
786
- }
787
-
788
- function dispatchAttentionKernel(execution, kernel, pipeline, bindGroup, workgroups) {
789
- if (execution.recorder) {
790
- kernel.record(execution.recorder, pipeline, bindGroup, workgroups);
791
- return;
792
- }
793
- kernel.dispatch(pipeline, bindGroup, workgroups);
794
- }
795
-
796
- async function executeAttentionBDPA(
797
- recorder,
798
- Q,
799
- basisK,
800
- basisV,
801
- pagedK,
802
- pagedV,
803
- index,
804
- numHeads,
805
- headDim,
806
- options = {}
807
- ) {
808
- const execution = resolveAttentionExecution(recorder);
809
- const {
810
- seqLen = 1,
811
- kvLen = seqLen,
812
- numKVHeads = numHeads,
813
- scale = 1.0 / Math.sqrt(headDim),
814
- causal = true,
815
- startPos = 0,
816
- outputBuffer = null,
817
- attnSoftcap = 0,
818
- slidingWindow = 0,
819
- ropeCos = null,
820
- ropeSin = null,
821
- } = options;
822
-
823
- if (seqLen !== 1) {
824
- throw new Error(`BDPA attention currently supports decode only (seqLen=1), got seqLen=${seqLen}.`);
825
- }
826
- if (Q.dtype !== 'f16' || basisK.dtype !== 'f16' || basisV.dtype !== 'f16') {
827
- throw new Error(`BDPA attention requires f16 Q/basis tensors; got Q=${Q.dtype}, basisK=${basisK.dtype}, basisV=${basisV.dtype}.`);
828
- }
829
- if (!(ropeCos instanceof GPUBuffer) || !(ropeSin instanceof GPUBuffer)) {
830
- throw new Error('BDPA attention requires GPU ropeCos/ropeSin buffers.');
831
- }
832
-
833
- const variant = 'decode_bdpa_f16';
834
- const caps = getKernelCapabilities();
835
- const config = getKernelConfig('attention_bdpa', variant);
836
- if (!hasRequiredFeatures(config.requires, caps)) {
837
- throw new Error(`BDPA attention kernel "${variant}" requires unsupported GPU features.`);
838
- }
839
- const maxKVLen = config.variantMetadata?.maxKVLen;
840
- if (Number.isFinite(maxKVLen) && kvLen > maxKVLen) {
841
- throw new Error(`BDPA attention requires kvLen <= ${maxKVLen} but got ${kvLen}.`);
842
- }
843
-
844
- const kernel = new AttentionBDPAKernel(execution.device);
845
- const pipeline = await kernel.getPipeline(variant);
846
-
847
- const outputDtype = config.outputDtype;
848
- if (!outputDtype) {
849
- throw new Error(`Kernel config missing outputDtype for attention_bdpa variant "${variant}".`);
850
- }
851
- const bytesPerElement = outputDtype === 'f16' ? 2 : 4;
852
- const paddedHiddenSize = padToQ4KBlock(numHeads * headDim);
853
- const outputSize = seqLen * paddedHiddenSize * bytesPerElement;
854
- const outputBuf = outputBuffer || acquireBuffer(outputSize, undefined, 'attention_bdpa_output');
855
-
856
- const uniformBuffer = createBDPAAttentionUniformBuffer(execution.device, execution.recorder, {
857
- numHeads,
858
- numKVHeads,
859
- headDim,
860
- kvLen,
861
- seqLen,
862
- scale,
863
- causal,
864
- startPos,
865
- attnSoftcap,
866
- slidingWindow,
867
- });
868
-
869
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 0, 'uniforms', uniformBuffer);
870
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 1, 'Q', Q?.buffer, [
871
- `QLabel=${Q?.label ?? 'unknown'}`,
872
- `QDtype=${Q?.dtype ?? 'unknown'}`,
873
- ]);
874
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 2, 'basisK', basisK?.buffer, [
875
- `basisKLabel=${basisK?.label ?? 'unknown'}`,
876
- `basisKDtype=${basisK?.dtype ?? 'unknown'}`,
877
- ]);
878
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 3, 'basisV', basisV?.buffer, [
879
- `basisVLabel=${basisV?.label ?? 'unknown'}`,
880
- `basisVDtype=${basisV?.dtype ?? 'unknown'}`,
881
- ]);
882
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 4, 'pagedK', pagedK);
883
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 5, 'pagedV', pagedV);
884
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 6, 'index', index);
885
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 7, 'ropeCos', ropeCos);
886
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 8, 'ropeSin', ropeSin);
887
- assertAttentionBindGroupBuffer('attention_bdpa', variant, 9, 'output', outputBuf);
888
-
889
- const bindGroup = execution.device.createBindGroup({
890
- label: 'attention_bdpa_bind_group',
891
- layout: pipeline.getBindGroupLayout(0),
892
- entries: [
893
- { binding: 0, resource: { buffer: uniformBuffer } },
894
- { binding: 1, resource: { buffer: Q.buffer } },
895
- { binding: 2, resource: { buffer: basisK.buffer } },
896
- { binding: 3, resource: { buffer: basisV.buffer } },
897
- { binding: 4, resource: { buffer: pagedK } },
898
- { binding: 5, resource: { buffer: pagedV } },
899
- { binding: 6, resource: { buffer: index } },
900
- { binding: 7, resource: { buffer: ropeCos } },
901
- { binding: 8, resource: { buffer: ropeSin } },
902
- { binding: 9, resource: { buffer: outputBuf } },
903
- ],
904
- });
905
-
906
- dispatchAttentionKernel(execution, kernel, pipeline, bindGroup, numHeads);
907
- releaseAttentionUniform(execution, uniformBuffer);
908
-
909
- return createTensor(outputBuf, outputDtype, [seqLen, numHeads, headDim], 'attention_bdpa_output');
910
- }
911
-
912
- async function executeAttention(
913
- recorder,
914
- Q,
915
- K,
916
- V,
917
- mask,
918
- numHeads,
919
- headDim,
920
- options = {}
921
- ) {
922
- const execution = resolveAttentionExecution(recorder);
923
- const {
924
- seqLen = 1,
925
- kvLen = seqLen,
926
- numKVHeads = numHeads,
927
- scale = 1.0 / Math.sqrt(headDim),
928
- causal = true,
929
- startPos = 0,
930
- layerIdx,
931
- outputBuffer = null,
932
- attnSoftcap = 0,
933
- slidingWindow = 0,
934
- kvLenBuffer = null,
935
- indirectBuffer = null,
936
- indirectOffset = 0,
937
- kvStart = 0,
938
- kvLayout = 'contiguous',
939
- kvPageTable = null,
940
- kvPageSize = 0,
941
- kernelPath = null,
942
- } = options;
943
-
944
- const limits = getDeviceLimits();
945
- const sharedLimit = limits?.maxComputeWorkgroupStorageSize ?? Infinity;
946
- const caps = getKernelCapabilities();
947
-
948
- const kvDtype = K.dtype;
949
- const qDtype = Q.dtype;
950
- const isPaged = kvLayout === 'paged';
951
- const plan = resolveAttentionPlan(
952
- seqLen,
953
- kvLen,
954
- headDim,
955
- numHeads,
956
- kvDtype,
957
- qDtype,
958
- sharedLimit,
959
- caps,
960
- layerIdx,
961
- isPaged,
962
- kernelPath
963
- );
964
-
965
- if (execution.recorder) {
966
- trace.attn(0, `recordAttention: isDecode=${plan.isDecode}, tier=${plan.tier}, variant=${plan.variant}, seqLen=${seqLen}, kvLen=${kvLen}, numHeads=${numHeads}, headDim=${headDim}, useF16KV=${plan.useF16KV}`);
967
- }
968
-
969
- const kernel = new AttentionKernel(execution.device);
970
- const pipeline = await kernel.getPipeline(plan.variant);
971
-
972
- const outputConfig = getKernelConfig('attention', plan.variant);
973
- const outputDtype = outputConfig.outputDtype;
974
- if (!outputDtype) {
975
- if (execution.recorder) {
976
- throw new Error(`Kernel config missing outputDtype for attention variant "${plan.variant}".`);
977
- }
978
- throw new Error(`[Attention] outputDtype is required for variant "${plan.variant}".`);
979
- }
980
- const bytesPerElement = outputDtype === 'f16' ? 2 : 4;
981
- const paddedHiddenSize = padToQ4KBlock(numHeads * headDim);
982
- const outputSize = seqLen * paddedHiddenSize * bytesPerElement;
983
- const outputBuf = outputBuffer || acquireBuffer(outputSize, undefined, 'attention_output');
984
-
985
- const uniformBuffer = createAttentionUniformBuffer(execution.device, execution.recorder, {
986
- numHeads,
987
- numKVHeads,
988
- headDim,
989
- kvLen,
990
- seqLen,
991
- scale,
992
- causal,
993
- startPos,
994
- attnSoftcap,
995
- slidingWindow,
996
- kvLenSource: kvLenBuffer ? 1 : 0,
997
- kvStart,
998
- pageSize: kvPageSize,
999
- kvLayout: kvLayout === 'paged' ? 2 : (kvLayout === 'ring' ? 1 : 0),
1000
- });
1001
-
1002
- const kvLenBinding = kvLenBuffer || getKvLenFallbackBuffer(execution.device);
1003
- const pageTableBinding = kvPageTable || getPageTableFallbackBuffer(execution.device);
1004
- assertAttentionBindGroupBuffer('attention', plan.variant, 0, 'uniforms', uniformBuffer);
1005
- assertAttentionBindGroupBuffer('attention', plan.variant, 1, 'Q', Q?.buffer, [
1006
- `QLabel=${Q?.label ?? 'unknown'}`,
1007
- `QDtype=${Q?.dtype ?? 'unknown'}`,
1008
- ]);
1009
- assertAttentionBindGroupBuffer('attention', plan.variant, 2, 'K', K?.buffer, [
1010
- `KLabel=${K?.label ?? 'unknown'}`,
1011
- `KDtype=${K?.dtype ?? 'unknown'}`,
1012
- ]);
1013
- assertAttentionBindGroupBuffer('attention', plan.variant, 3, 'V', V?.buffer, [
1014
- `VLabel=${V?.label ?? 'unknown'}`,
1015
- `VDtype=${V?.dtype ?? 'unknown'}`,
1016
- ]);
1017
- assertAttentionBindGroupBuffer('attention', plan.variant, 4, 'output', outputBuf);
1018
- assertAttentionBindGroupBuffer('attention', plan.variant, 5, 'kvLen', kvLenBinding);
1019
- assertAttentionBindGroupBuffer('attention', plan.variant, 6, 'pageTable', pageTableBinding, [
1020
- `kvLayout=${kvLayout}`,
1021
- ]);
1022
- const bindGroup = execution.device.createBindGroup({
1023
- label: 'attention_bind_group',
1024
- layout: pipeline.getBindGroupLayout(0),
1025
- entries: [
1026
- { binding: 0, resource: { buffer: uniformBuffer } },
1027
- { binding: 1, resource: { buffer: Q.buffer } },
1028
- { binding: 2, resource: { buffer: K.buffer } },
1029
- { binding: 3, resource: { buffer: V.buffer } },
1030
- { binding: 4, resource: { buffer: outputBuf } },
1031
- { binding: 5, resource: { buffer: kvLenBinding } },
1032
- { binding: 6, resource: { buffer: pageTableBinding } },
1033
- ],
1034
- });
1035
-
1036
- if (!indirectBuffer && limits && plan.workgroups > limits.maxComputeWorkgroupsPerDimension) {
1037
- throw new Error(
1038
- `Attention dispatch requires ${plan.workgroups} workgroups but device limit is ` +
1039
- `${limits.maxComputeWorkgroupsPerDimension}. Reduce prompt length or use streaming attention.`
1040
- );
1041
- }
1042
-
1043
- if (indirectBuffer) {
1044
- if (execution.recorder) {
1045
- recordDispatchIndirect(execution.recorder, pipeline, bindGroup, indirectBuffer, indirectOffset, 'attention');
1046
- } else {
1047
- dispatchIndirect(execution.device, pipeline, bindGroup, indirectBuffer, indirectOffset, 'attention');
1048
- }
1049
- } else {
1050
- dispatchAttentionKernel(execution, kernel, pipeline, bindGroup, plan.workgroups);
1051
- }
1052
-
1053
- releaseAttentionUniform(execution, uniformBuffer);
1054
-
1055
- return createTensor(outputBuf, outputDtype, [seqLen, numHeads, headDim], 'attention_output');
1056
- }
1057
-
1058
- async function executeAttentionTiered(
1059
- recorder,
1060
- Q,
1061
- hotK,
1062
- hotV,
1063
- coldK,
1064
- coldV,
1065
- numHeads,
1066
- headDim,
1067
- options = {}
1068
- ) {
1069
- const execution = resolveAttentionExecution(recorder);
1070
- const {
1071
- seqLen = 1,
1072
- coldLen = 0,
1073
- hotLen = 0,
1074
- numKVHeads = numHeads,
1075
- scale = 1.0 / Math.sqrt(headDim),
1076
- causal = true,
1077
- startPos = 0,
1078
- outputBuffer = null,
1079
- attnSoftcap = 0,
1080
- slidingWindow = 0,
1081
- hotWindow = hotLen,
1082
- hotStart = 0,
1083
- coldPageTable = null,
1084
- coldPageSize = 0,
1085
- coldLayout = 2,
1086
- hotLayout = 1,
1087
- } = options;
1088
-
1089
- const totalLen = coldLen + hotLen;
1090
- const maxKVLen = getTieredMaxKVLen();
1091
- if (totalLen > maxKVLen) {
1092
- throw new Error(`Tiered attention requires total KV len <= ${maxKVLen} but got ${totalLen}.`);
1093
- }
1094
-
1095
- const useF16 = Q.dtype === 'f16' && hotK.dtype === 'f16' && coldK.dtype === 'f16';
1096
- const useF16KV = hotK.dtype === 'f16' && coldK.dtype === 'f16';
1097
- const variant = selectKernelRuleValue('attention', 'tieredVariant', { useF16 });
1098
- const caps = getKernelCapabilities();
1099
- const config = getKernelConfig('attention_tiered', variant);
1100
- if (!hasRequiredFeatures(config.requires, caps)) {
1101
- throw new Error(`Tiered attention kernel "${variant}" requires unsupported GPU features.`);
1102
- }
1103
- if (!useF16KV) {
1104
- throw new Error('Tiered attention requires f16 KV buffers.');
1105
- }
1106
-
1107
- const kernel = new AttentionTieredKernel(execution.device);
1108
- const pipeline = await kernel.getPipeline(variant);
1109
-
1110
- const outputDtype = config.outputDtype;
1111
- if (!outputDtype) {
1112
- throw new Error(`Kernel config missing outputDtype for attention_tiered variant "${variant}".`);
1113
- }
1114
- const bytesPerElement = outputDtype === 'f16' ? 2 : 4;
1115
- const paddedHiddenSize = padToQ4KBlock(numHeads * headDim);
1116
- const outputSize = seqLen * paddedHiddenSize * bytesPerElement;
1117
- const outputBuf = outputBuffer || acquireBuffer(outputSize, undefined, 'attention_tiered_output');
1118
-
1119
- const uniformBuffer = createTieredAttentionUniformBuffer(execution.device, execution.recorder, {
1120
- numHeads,
1121
- numKVHeads,
1122
- headDim,
1123
- coldLen,
1124
- hotLen,
1125
- seqLen,
1126
- scale,
1127
- causal,
1128
- startPos,
1129
- attnSoftcap,
1130
- slidingWindow,
1131
- hotWindow,
1132
- hotStart,
1133
- coldPageSize,
1134
- coldLayout,
1135
- hotLayout,
1136
- });
1137
-
1138
- const pageTableBinding = coldPageTable || getPageTableFallbackBuffer(execution.device);
1139
- assertAttentionBindGroupBuffer('attention_tiered', variant, 0, 'uniforms', uniformBuffer);
1140
- assertAttentionBindGroupBuffer('attention_tiered', variant, 1, 'Q', Q?.buffer, [
1141
- `QLabel=${Q?.label ?? 'unknown'}`,
1142
- `QDtype=${Q?.dtype ?? 'unknown'}`,
1143
- ]);
1144
- assertAttentionBindGroupBuffer('attention_tiered', variant, 2, 'hotK', hotK?.buffer, [
1145
- `hotKLabel=${hotK?.label ?? 'unknown'}`,
1146
- `hotKDtype=${hotK?.dtype ?? 'unknown'}`,
1147
- ]);
1148
- assertAttentionBindGroupBuffer('attention_tiered', variant, 3, 'hotV', hotV?.buffer, [
1149
- `hotVLabel=${hotV?.label ?? 'unknown'}`,
1150
- `hotVDtype=${hotV?.dtype ?? 'unknown'}`,
1151
- ]);
1152
- assertAttentionBindGroupBuffer('attention_tiered', variant, 4, 'coldK', coldK?.buffer, [
1153
- `coldKLabel=${coldK?.label ?? 'unknown'}`,
1154
- `coldKDtype=${coldK?.dtype ?? 'unknown'}`,
1155
- ]);
1156
- assertAttentionBindGroupBuffer('attention_tiered', variant, 5, 'coldV', coldV?.buffer, [
1157
- `coldVLabel=${coldV?.label ?? 'unknown'}`,
1158
- `coldVDtype=${coldV?.dtype ?? 'unknown'}`,
1159
- ]);
1160
- assertAttentionBindGroupBuffer('attention_tiered', variant, 6, 'output', outputBuf);
1161
- assertAttentionBindGroupBuffer('attention_tiered', variant, 7, 'pageTable', pageTableBinding, [
1162
- `coldLayout=${coldLayout}`,
1163
- ]);
1164
- const bindGroup = execution.device.createBindGroup({
1165
- label: 'attention_tiered_bind_group',
1166
- layout: pipeline.getBindGroupLayout(0),
1167
- entries: [
1168
- { binding: 0, resource: { buffer: uniformBuffer } },
1169
- { binding: 1, resource: { buffer: Q.buffer } },
1170
- { binding: 2, resource: { buffer: hotK.buffer } },
1171
- { binding: 3, resource: { buffer: hotV.buffer } },
1172
- { binding: 4, resource: { buffer: coldK.buffer } },
1173
- { binding: 5, resource: { buffer: coldV.buffer } },
1174
- { binding: 6, resource: { buffer: outputBuf } },
1175
- { binding: 7, resource: { buffer: pageTableBinding } },
1176
- ],
1177
- });
1178
-
1179
- dispatchAttentionKernel(execution, kernel, pipeline, bindGroup, numHeads);
1180
- releaseAttentionUniform(execution, uniformBuffer);
1181
-
1182
- return createTensor(outputBuf, outputDtype, [seqLen, numHeads, headDim], 'attention_tiered_output');
1183
- }
1184
-
1185
- async function executeAttentionTieredQuant(
1186
- recorder,
1187
- Q,
1188
- hotK,
1189
- hotV,
1190
- coldPackedK,
1191
- coldPackedV,
1192
- coldScalesK,
1193
- coldScalesV,
1194
- numHeads,
1195
- headDim,
1196
- options = {}
1197
- ) {
1198
- const execution = resolveAttentionExecution(recorder);
1199
- const {
1200
- seqLen = 1,
1201
- coldLen = 0,
1202
- hotLen = 0,
1203
- numKVHeads = numHeads,
1204
- scale = 1.0 / Math.sqrt(headDim),
1205
- causal = true,
1206
- startPos = 0,
1207
- outputBuffer = null,
1208
- attnSoftcap = 0,
1209
- slidingWindow = 0,
1210
- hotWindow = hotLen,
1211
- hotStart = 0,
1212
- packedStride = 0,
1213
- mode = 'int8',
1214
- } = options;
1215
-
1216
- const totalLen = coldLen + hotLen;
1217
- const maxKVLen = getTieredQuantMaxKVLen();
1218
- if (totalLen > maxKVLen) {
1219
- throw new Error(`Tiered quant attention requires total KV len <= ${maxKVLen} but got ${totalLen}.`);
1220
- }
1221
- if (!Number.isFinite(packedStride) || packedStride <= 0) {
1222
- throw new Error('Tiered quant attention requires packedStride > 0.');
1223
- }
1224
-
1225
- if (Q.dtype !== 'f32') {
1226
- throw new Error('Tiered quant attention requires f32 Q.');
1227
- }
1228
-
1229
- const variant = selectKernelRuleValue('attention', 'tieredQuantVariant', { mode });
1230
- const caps = getKernelCapabilities();
1231
- const config = getKernelConfig('attention_tiered_quant', variant);
1232
- if (!hasRequiredFeatures(config.requires, caps)) {
1233
- throw new Error(`Tiered quant attention kernel "${variant}" requires unsupported GPU features.`);
1234
- }
1235
-
1236
- const kernel = new AttentionTieredQuantKernel(execution.device);
1237
- const pipeline = await kernel.getPipeline(variant);
1238
-
1239
- const outputDtype = config.outputDtype;
1240
- if (!outputDtype) {
1241
- throw new Error(`Kernel config missing outputDtype for attention_tiered_quant variant "${variant}".`);
1242
- }
1243
- const bytesPerElement = outputDtype === 'f16' ? 2 : 4;
1244
- const paddedHiddenSize = padToQ4KBlock(numHeads * headDim);
1245
- const outputSize = seqLen * paddedHiddenSize * bytesPerElement;
1246
- const outputBuf = outputBuffer || acquireBuffer(outputSize, undefined, 'attention_tiered_quant_output');
1247
-
1248
- const uniformBuffer = createTieredQuantAttentionUniformBuffer(execution.device, execution.recorder, {
1249
- numHeads,
1250
- numKVHeads,
1251
- headDim,
1252
- coldLen,
1253
- hotLen,
1254
- seqLen,
1255
- scale,
1256
- causal,
1257
- startPos,
1258
- attnSoftcap,
1259
- slidingWindow,
1260
- hotWindow,
1261
- hotStart,
1262
- packedStride,
1263
- });
1264
-
1265
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 0, 'uniforms', uniformBuffer);
1266
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 1, 'Q', Q?.buffer, [
1267
- `QLabel=${Q?.label ?? 'unknown'}`,
1268
- `QDtype=${Q?.dtype ?? 'unknown'}`,
1269
- ]);
1270
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 2, 'hotK', hotK?.buffer, [
1271
- `hotKLabel=${hotK?.label ?? 'unknown'}`,
1272
- `hotKDtype=${hotK?.dtype ?? 'unknown'}`,
1273
- ]);
1274
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 3, 'hotV', hotV?.buffer, [
1275
- `hotVLabel=${hotV?.label ?? 'unknown'}`,
1276
- `hotVDtype=${hotV?.dtype ?? 'unknown'}`,
1277
- ]);
1278
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 4, 'coldPackedK', coldPackedK);
1279
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 5, 'coldPackedV', coldPackedV);
1280
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 6, 'coldScalesK', coldScalesK);
1281
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 7, 'coldScalesV', coldScalesV);
1282
- assertAttentionBindGroupBuffer('attention_tiered_quant', variant, 8, 'output', outputBuf);
1283
- const bindGroup = execution.device.createBindGroup({
1284
- label: 'attention_tiered_quant_bind_group',
1285
- layout: pipeline.getBindGroupLayout(0),
1286
- entries: [
1287
- { binding: 0, resource: { buffer: uniformBuffer } },
1288
- { binding: 1, resource: { buffer: Q.buffer } },
1289
- { binding: 2, resource: { buffer: hotK.buffer } },
1290
- { binding: 3, resource: { buffer: hotV.buffer } },
1291
- { binding: 4, resource: { buffer: coldPackedK } },
1292
- { binding: 5, resource: { buffer: coldPackedV } },
1293
- { binding: 6, resource: { buffer: coldScalesK } },
1294
- { binding: 7, resource: { buffer: coldScalesV } },
1295
- { binding: 8, resource: { buffer: outputBuf } },
1296
- ],
1297
- });
1298
-
1299
- dispatchAttentionKernel(execution, kernel, pipeline, bindGroup, numHeads);
1300
- releaseAttentionUniform(execution, uniformBuffer);
1301
-
1302
- return createTensor(outputBuf, outputDtype, [seqLen, numHeads, headDim], 'attention_tiered_quant_output');
1303
- }
1304
-
1305
- export async function runAttentionBDPA(
1306
- Q,
1307
- basisK,
1308
- basisV,
1309
- pagedK,
1310
- pagedV,
1311
- index,
1312
- numHeads,
1313
- headDim,
1314
- options = {}
1315
- ) {
1316
- return executeAttentionBDPA(null, Q, basisK, basisV, pagedK, pagedV, index, numHeads, headDim, options);
1317
- }
1318
-
1319
- export async function recordAttentionBDPA(
1320
- recorder,
1321
- Q,
1322
- basisK,
1323
- basisV,
1324
- pagedK,
1325
- pagedV,
1326
- index,
1327
- numHeads,
1328
- headDim,
1329
- options = {}
1330
- ) {
1331
- return executeAttentionBDPA(recorder, Q, basisK, basisV, pagedK, pagedV, index, numHeads, headDim, options);
1332
- }
1333
-
1334
- export async function runAttention(
1335
- Q,
1336
- K,
1337
- V,
1338
- mask,
1339
- numHeads,
1340
- headDim,
1341
- options = {}
1342
- ) {
1343
- return executeAttention(null, Q, K, V, mask, numHeads, headDim, options);
1344
- }
1345
-
1346
- export async function recordAttention(
1347
- recorder,
1348
- Q,
1349
- K,
1350
- V,
1351
- mask,
1352
- numHeads,
1353
- headDim,
1354
- options = {}
1355
- ) {
1356
- return executeAttention(recorder, Q, K, V, mask, numHeads, headDim, options);
1357
- }
1358
-
1359
- export async function runAttentionTiered(
1360
- Q,
1361
- hotK,
1362
- hotV,
1363
- coldK,
1364
- coldV,
1365
- numHeads,
1366
- headDim,
1367
- options = {}
1368
- ) {
1369
- return executeAttentionTiered(null, Q, hotK, hotV, coldK, coldV, numHeads, headDim, options);
1370
- }
1371
-
1372
- export async function recordAttentionTiered(
1373
- recorder,
1374
- Q,
1375
- hotK,
1376
- hotV,
1377
- coldK,
1378
- coldV,
1379
- numHeads,
1380
- headDim,
1381
- options = {}
1382
- ) {
1383
- return executeAttentionTiered(recorder, Q, hotK, hotV, coldK, coldV, numHeads, headDim, options);
1384
- }
1385
-
1386
- export async function runAttentionTieredQuant(
1387
- Q,
1388
- hotK,
1389
- hotV,
1390
- coldPackedK,
1391
- coldPackedV,
1392
- coldScalesK,
1393
- coldScalesV,
1394
- numHeads,
1395
- headDim,
1396
- options = {}
1397
- ) {
1398
- return executeAttentionTieredQuant(
1399
- null,
1400
- Q,
1401
- hotK,
1402
- hotV,
1403
- coldPackedK,
1404
- coldPackedV,
1405
- coldScalesK,
1406
- coldScalesV,
1407
- numHeads,
1408
- headDim,
1409
- options
1410
- );
1411
- }
1412
-
1413
- export async function recordAttentionTieredQuant(
1414
- recorder,
1415
- Q,
1416
- hotK,
1417
- hotV,
1418
- coldPackedK,
1419
- coldPackedV,
1420
- coldScalesK,
1421
- coldScalesV,
1422
- numHeads,
1423
- headDim,
1424
- options = {}
1425
- ) {
1426
- return executeAttentionTieredQuant(
1427
- recorder,
1428
- Q,
1429
- hotK,
1430
- hotV,
1431
- coldPackedK,
1432
- coldPackedV,
1433
- coldScalesK,
1434
- coldScalesV,
1435
- numHeads,
1436
- headDim,
1437
- options
1438
- );
1439
- }