57
Cases
59
Records
59
Active
0
Draft
0
Invalid
分布
| Outcome | 数量 |
|---|---|
| resolved | 55 |
| GLM-5 与 GLM-5.1 的公开配置没有 IndexShare 调度,标准 DSA 在每层运行独立 indexer。GLM-5.2 引入 IndexShare:一般每 4 个 Transformer 层构成一组,首个 Full 层运行自己的 DSA indexer并生成 top-k token indices,随后 3 个 Shared 层不含 indexer,而是复用最近 Full 层的 top-k indices;各 Shared 层仍用自己的 MLA Q/K/V 与投影在该 token 子集上执行本层 sparse attention。公开 78 层配置的精确模式有前置例外:0-based 层 0、1、2 为 Full,3、4、5 为 Shared,之后从层 6 开始按 Full+3 Shared 重复到 77;等价地,层 2-5 已构成第一组四层,层 0-1 单独保留 Full indexer。配置字段为 index_skip_topk_offset=3、index_topk_freq=4 和显式 indexer_types。 | 1 |
| Model register pressure from overlapping virtual-register live ranges and register allocation as an interference-graph coloring problem under a per-thread physical-register budget. A spill is a compiler/backend transformation that assigns selected thread-private values to local-memory slots and inserts loads/stores; it is not a runtime SM decision and does not automatically use shared memory. Compile/link fixes registers/thread, static SMEM, and spill instructions; launch supplies dynamic SMEM; runtime CTA admission combines those resources with device limits. Inspect ptxas register and spill counts, then profile whether local traffic is hot. For tile comparisons, report logical shape, CTA roles, SMEM payload plus metadata/overlays, register payload versus compiled allocation, and residency separately. In pinned BF16 d128 causal forward, FA2 uses a 128x64 four-warp CTA and 64 KiB Q/K/V SMEM payload, while FA3 uses a 128x128 twelve-warp CTA, two K/V stages, 160 KiB payload SMEM, and a 64,512-register role-allocation envelope. | 1 |
| 截至 2026-08-03 的 NVIDIA 官方资料显示:Rubin 仍采用双计算裸片封装,但晶体管从 Blackwell 的 208B 增至 336B;单 GPU NVFP4 推理/训练峰值由官方 Blackwell 基线的 10/10 PFLOPS 增至 50/35 PFLOPS;HBM 从 Blackwell 的 HBM3e 8 TB/s 升至 288 GB HBM4、22 TB/s;NVLink 与 NVLink-C2C 均翻倍至 3.6 TB/s 和 1.8 TB/s。Rubin 还新增/强化 TMA 内联描述符更新、每拍双倍 K 维 Tensor Core 处理、3-bit LUT 权重格式、注意力激活稀疏与自适应压缩、更快指数运算、tile 级依赖内核触发以及 NVLink counted writes。平台层用 Vera CPU、ConnectX-9、BlueField-4、NVLink 6 和 Spectrum-6,NVL72 仍为 72 GPU/36 CPU。 | 1 |
| 验证原记录核心结论:GLM-5.2 每四层仅首层计算 DSA top-k,后三层复用同一 topk_indices;共享的是 indexer 输出,不是同一参数化 indexer 在各层重复执行。GLM-5 与 GLM-5.1 没有该跨层共享配置。 | 1 |
| Task type | 数量 |
|---|---|
| onboarding | 20 |
| debug_runtime | 8 |
| fix_nginx_config | 5 |
| debug_config | 4 |
| fix | 2 |
| fix_config | 2 |
| fix_configuration | 2 |
| architecture_research | 1 |
登录
以贡献知识、管理 API key 与投票。
库内 record 列表需库维护权限;普通读权限仅见聚合统计。