semi·news
Headlines要闻 / Research研究 / /
Research digest · Wednesday, June 24, 2026 研究摘要 · 2026年6月24日 星期三

Memory Movement Becomes the Design Target 数据搬移成为设计靶心

This week's papers attack data movement from several levels: DRAM operations and disturbance, wafer-scale KV-cache placement, sparse NPU scheduling, and lower-energy device concepts. The strongest results pair architecture changes with measured hardware behavior or post-layout evidence, while several proposals still need silicon validation. 本周论文从多个层级压缩数据搬移成本:DRAM操作与扰动、晶圆级KV-cache放置、稀疏NPU调度,以及更低能耗的器件概念。最扎实的工作把架构改动与实测硬件行为或版图后证据结合起来,而若干提案仍需硅验证。

Look-back window: 7 days · 10 paper(s) 回溯窗口: 7天 · 10篇

Devices & Process 器件与工艺

A solid-state transcapacitor as a gain element for logic and memory 面向逻辑与存储增益的固态跨电容器

A. Mathuriya, R. Kotlyar, N. Reynolds, et al.

arXiv:2606.21772 · 2026-06-19

The paper proposes a three-terminal solid-state transcapacitor that modulates displacement current by controlling the channel's charge-voltage relationship. By avoiding dissipative transport current and the usual Boltzmann current-modulation limit, the concept targets lower voltage and charge for logic, memory access, and on-chip interconnects. This is a preprint-level device proposal; the candidate abstract provides no measured silicon or manufacturability evidence. 论文提出一种三端固态跨电容器,通过控制通道的电荷—电压关系来调制位移电流。该概念试图避开耗散性输运电流和常规Boltzmann电流调制极限,从而降低逻辑、存储访问与片上互连所需的电压和电荷。该工作仍是预印本阶段的器件提案,候选摘要未提供实测硅片或可制造性证据。

Circuits, Architecture & Reliability 电路、架构与可靠性

ColumnKeeper mitigates column-wide DRAM disturbance ColumnKeeper缓解DRAM列级扰动

A. K. Kakolyris, F. N. Bostanci, A. Olgun, et al.

arXiv:2606.22632 · 2026-06-21

ColumnKeeper is the first mitigation proposed for ColumnDisturb, a read-disturbance effect that spans columns across three consecutive DRAM subarrays rather than a few neighboring rows. Its deterministic variant tracks odd- and even-column activations with two counters per subarray and triggers targeted refresh, while a probabilistic variant trades fixed guarantees for configurable overhead. The work directly addresses a new reliability and security surface, but the available abstract does not expose full-system overhead numbers. ColumnKeeper是首个针对ColumnDisturb提出的缓解方案;这种读扰动不是局限于相邻行,而是沿列影响连续3个DRAM子阵列。其确定性版本为每个子阵列用两个计数器跟踪奇数列与偶数列激活,并触发定向刷新;概率版本则以可配置开销换取概率性保障。该工作直接回应了新的可靠性与安全攻击面,但现有摘要未给出完整系统开销数据。

DejaVu shows write history changes DRAM disturbance susceptibility DejaVu揭示写入历史会改变DRAM扰动敏感性

H. Luo, İ. E. Yüksel, A. Olgun, et al.

arXiv:2606.22297 · 2026-06-21

Experiments on 112 commercial DDR4 chips from all three major manufacturers show that a row's prior write pattern changes its read-disturbance threshold. Overwriting with opposite data lowers the minimum aggressor activation count needed for a bit flip, while writing the same data twice raises it; the team also observes effects in 32-row majority operations using processing-in-DRAM. The mechanism remains hypothesis-driven, but the broad COTS sample makes the reliability result difficult to dismiss as a single-vendor artifact. 对3家主要厂商共112颗商用DDR4芯片的实验表明,存储行此前的写入模式会改变其读扰动阈值。用相反数据覆写会降低触发位翻转所需的最小攻击行激活次数,而连续两次写入相同数据会提高阈值;团队还在采用DRAM内处理的32行多数操作中观察到影响。其物理机制仍停留在假设层面,但广泛的商用样本使该结果难以被归因于单一厂商特性。

An active interposer becomes the root of trust for 2.5D chiplets 主动式中介层成为2.5D chiplet的信任根

C. Williams, M. Nabeel, G. Chacon, et al.

arXiv:2606.22198 · 2026-06-20

This perspective organizes 2.5D chiplet threats around interconnect attacks, cache-coherence exploits, and microarchitectural side channels, then places an active silicon interposer at the system's root of trust. The architecture is intended to police chiplets and links sourced from mutually untrusted vendors rather than assuming any one die is authoritative. It is a security survey and design argument, not a measured implementation, so its area, latency, and verification costs remain open. 这篇观点论文将2.5D chiplet威胁归纳为互连攻击、缓存一致性利用和微架构侧信道,并把主动式硅中介层置于系统信任根位置。该架构旨在监管来自彼此不可信供应商的chiplet与链路,而不是默认某颗裸片天然可信。论文属于安全综述与设计论证,并非实测实现,因此面积、时延和验证成本仍待回答。

AI Accelerators & Compute-in-Memory AI加速器与存算一体

MOCAP balances KV memory for wafer-scale long-context prefill MOCAP为晶圆级长上下文预填充均衡KV存储

Z. Wang, H. Wang, Y. Xiao, et al.

arXiv:2606.22968 · 2026-06-22

MOCAP targets long-context, prefill-only LLM inference on wafer-scale chips, where causal KV-cache growth creates both memory and pipeline imbalance across sequence chunks. Its memory-balanced KV reallocation and chunked pipeline redistribute state and work so later chunks do not overwhelm individual stages. The architecture addresses a real wafer-scale bottleneck, but the candidate abstract does not provide enough benchmark detail to judge gains across models or hardware implementations. MOCAP面向晶圆级芯片上的长上下文、纯预填充LLM推理,解决因因果KV-cache持续增长而产生的跨序列分块存储与流水线失衡。其存储均衡KV重分配和分块流水线重新分布状态与计算,避免后续分块压垮个别阶段。该架构瞄准了真实的晶圆级瓶颈,但候选摘要缺少足够的基准细节,尚难判断其在不同模型与硬件实现上的收益。

Clutch accelerates vector-scalar comparison inside DRAM Clutch在DRAM内部加速向量—标量比较

D. Tokuda, T. Kubo, I. E. Yuksel, et al.

arXiv:2606.22812 · 2026-06-22

Clutch recodes vector values as temporal sequences of leading ones so a scalar comparison becomes a lookup-like DRAM row access rather than a long bit-serial command sequence. Chunked temporal coding is used to contain the otherwise prohibitive lookup-table footprint while preserving the data-movement advantage of processing-using-DRAM. The method is promising for databases and ML filters, but the available abstract does not establish production-DRAM support or measured silicon results. Clutch把向量值重编码为前导1的时间序列,使标量比较转化为类似查表的DRAM行访问,而不再需要冗长的位串行命令序列。分块时间编码用于控制原本难以接受的查找表容量,同时保留DRAM内处理减少数据搬移的优势。该方法适合数据库和ML筛选操作,但现有摘要未证明量产DRAM支持,也未给出实测硅结果。

NeutronSparse coordinates heterogeneous NPU engines for SpMM NeutronSparse协同异构NPU引擎执行SpMM

X. Ai, Z. Ling, H. Yuan, et al.

arXiv:2606.22482 · 2026-06-21

NeutronSparse addresses sparse matrix multiplication on Ascend 910B, where the official MindSpore implementation reaches only 36.3% of cuSPARSE performance on an Nvidia A100. It partitions work across heterogeneous NPU compute units according to sparsity and reorganizes tiles for locality, treating coordination rather than raw arithmetic as the primary bottleneck. The comparison spans different accelerators and software stacks, so the headline gap should not be read as a hardware-only result. NeutronSparse针对Ascend 910B上的稀疏矩阵乘法;官方MindSpore实现的性能仅达到Nvidia A100上cuSPARSE的36.3%。它依据稀疏度在异构NPU计算单元间划分负载,并按局部性重组tile,把协同效率而非原始算力视为首要瓶颈。由于比较跨越不同加速器与软件栈,这一性能差距不能简单解读为纯硬件结论。

AI Research for Hardware 面向硬件的AI研究

A roofline-inspired model predicts transformer fine-tuning energy 受Roofline启发的模型预测Transformer微调能耗

Mansour Zoubeirou a Mayaki

arXiv:2606.23546 · 2026-06-22

The paper models multi-GPU transformer-training energy using lightweight proxies for computation, memory traffic, and hardware efficiency derived from measured BERT sweeps. A speedup-based factor captures the effects of tensor parallelism and fully sharded data parallelism across heterogeneous configurations. The scaling law is useful for system planning, but its transfer to other model families, accelerators, and communication topologies still needs validation. 论文利用实测BERT配置扫描,以计算量、存储流量和硬件效率的轻量代理来建模多GPU Transformer训练能耗。一个基于加速比的因子用于刻画张量并行和全分片数据并行在异构配置中的影响。该缩放定律可用于系统规划,但能否迁移到其他模型家族、加速器和通信拓扑仍需验证。

Quantum Computing 量子计算

T-junction shuttling improves scaling in 2D ion-trap processors T形结穿梭提升二维离子阱处理器扩展性

J. Durandau, C. A. Brunet, F. Schmidt-Kaler, et al.

arXiv:2606.21899 · 2026-06-20

The study assigns separate costs to linear and junction ion shuttling, then evaluates QFT, carry, adder, shift, and comparator building blocks on one- and two-dimensional segmented traps. When junction and linear moves are assigned equal transport cost, the 2D architecture outperforms the 1D trap and its advantage grows with ion count. The conclusion is architectural rather than experimental and depends strongly on the assumed relative cost and fidelity of T-junction transport. 研究分别为直线与结点离子穿梭建立成本模型,并在一维和二维分段离子阱上评估QFT、进位、加法、移位与比较器等基本模块。当结点移动与直线移动被赋予相同运输成本时,二维架构优于一维架构,且优势随离子数增加。该结论属于架构分析而非实验演示,并高度依赖T形结运输相对成本与保真度的假设。

Electronic Design Automation 电子设计自动化

Height-quantized rows automate analog layout synthesis 高度量化行实现模拟版图自动综合

Endalk Y. Gebru, Ramprasath S., Ramesh Harjani, et al.

arXiv:2606.21767 · 2026-06-19

The flow maps analog building blocks into optimized, height-quantized rows to cope with restrictive rules and layout-dependent effects at advanced nodes. Across several test cases, it retains post-layout performance comparable to less-constrained custom baselines while reducing the schematic-to-post-layout gap by as much as 68.5% and area by up to 24.1%. These are post-layout results rather than measured silicon, so robustness across PDKs and larger mixed-signal blocks remains unproven. 该流程把模拟基本模块映射到经过优化的高度量化行,以应对先进制程的严格设计规则与版图相关效应。在多个测试用例中,其版图后性能与约束较少的定制基线相当,同时把原理图到版图后的性能差距最多缩小68.5%,面积最多降低24.1%。这些仍是版图后结果而非实测硅片,其跨PDK和更大规模混合信号模块的稳健性尚未得到证明。