Ascend950DT L2 带宽定为 7.5TB/s (读写各自独享) #39

Closed
opened 2026-09-09 02:36:35 +00:00 by admin · 1 comment
Owner

用户澄清

Ascend950DT 的 L2 带宽按 7.5TB/s, 读写各自独享 7.5TB/s (issue#38 落地时白皮书未分档, 曾沿用 950PR 的 5.2TB/s 待标定)。

改动

  • hardware/ascend950dt.py: 三个 DT SKU (ASCEND950DT / _C32 / _C28) bw_l2 = 7.5e12; 文档串同步更新;
  • 模型侧无需结构改动: bw_l2 单字段本就是"读口/写口各自独享"语义 (L2 重复读段与 Fixpipe→L2 写互不竞争, 分开计账, 见 timing.py::assemble_timing issue#23 口径);
  • 950PR 各档维持 5.2TB/s 不变;
  • tests TestIssue38/test_issue39 锁数值: DT 三档 bw_l2=7.5e12, PR 两档 5.2e12; 派生 bw_l2_pc = 7.5e12/36 等。

影响面

仅 DT 规格的 t_mte2_l2t_fixpipe(驻留 L2 时) 按 7.5/5.2 加速; 默认规格 (950PR) 不变 → examples 0 diff、压力回归行为不变。

## 用户澄清 Ascend950DT 的 L2 带宽按 **7.5TB/s**, 读写各自独享 7.5TB/s (issue#38 落地时白皮书未分档, 曾沿用 950PR 的 5.2TB/s 待标定)。 ## 改动 - `hardware/ascend950dt.py`: 三个 DT SKU (`ASCEND950DT` / `_C32` / `_C28`) `bw_l2 = 7.5e12`; 文档串同步更新; - 模型侧无需结构改动: `bw_l2` 单字段本就是"读口/写口各自独享"语义 (L2 重复读段与 Fixpipe→L2 写互不竞争, 分开计账, 见 `timing.py::assemble_timing` issue#23 口径); - 950PR 各档维持 5.2TB/s 不变; - `tests` TestIssue38/test_issue39 锁数值: DT 三档 bw_l2=7.5e12, PR 两档 5.2e12; 派生 `bw_l2_pc = 7.5e12/36` 等。 ## 影响面 仅 DT 规格的 `t_mte2_l2` 与 `t_fixpipe`(驻留 L2 时) 按 7.5/5.2 加速; 默认规格 (950PR) 不变 → examples 0 diff、压力回归行为不变。
admin closed this issue 2026-09-09 02:39:55 +00:00
Author
Owner

已完成并推送 (commit 8e784a7, Fix #39)。

落地

  • hardware/ascend950dt.py: ASCEND950DT / _C32 / _C28 三档 bw_l2 = 7.5e12 (7.5TB/s, 读写各自独享), 文档串同步更新;
  • 模型无结构改动: bw_l2 单字段本就是"读口/写口各自独享"语义 —— L2 重复读段 (读口) 与 Fixpipe→L2 写 (写口) 分开计账互不竞争 (timing.py::assemble_timing, issue#23 口径);
  • 950PR 两档维持 5.2TB/s 不变。

验证

  • 单测 88/88 通过 (新增锁定: DT 三档 bw_l2=7.5e12、PR 两档 5.2e12、bw_l2_pc=7.5e12/36 派生、S_A 场景 DT fixpipe 端到端 = output/7.5e12);
  • examples 44 例 0 diff (默认规格 950PR 不变);
  • 压力回归 10000 例干净, 分支分布与上轮逐数一致。

闭环。

已完成并推送 (commit 8e784a7, `Fix #39`)。 ## 落地 - `hardware/ascend950dt.py`: `ASCEND950DT` / `_C32` / `_C28` 三档 `bw_l2 = 7.5e12` (7.5TB/s, 读写各自独享), 文档串同步更新; - 模型无结构改动: `bw_l2` 单字段本就是"读口/写口各自独享"语义 —— L2 重复读段 (读口) 与 Fixpipe→L2 写 (写口) 分开计账互不竞争 (`timing.py::assemble_timing`, issue#23 口径); - 950PR 两档维持 5.2TB/s 不变。 ## 验证 - 单测 **88/88** 通过 (新增锁定: DT 三档 bw_l2=7.5e12、PR 两档 5.2e12、`bw_l2_pc=7.5e12/36` 派生、S_A 场景 DT fixpipe 端到端 = output/7.5e12); - examples 44 例 **0 diff** (默认规格 950PR 不变); - 压力回归 10000 例干净, 分支分布与上轮逐数一致。 闭环。
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: admin/matmul-analysis#39
No description provided.