返回精选
AI 精选动态 智能评分 60

NVIDIA 发布 SOLAR 自动化性能分析工具

来源: twitter关注列表
作者: elvis (@omarsar0)
发布于: 2026-06-27
收录于: 2026-06-27
AI 推荐理由
首次实现从深度学习框架源码自动推导理论性能下界,且在多基准上验证零违例。
核心解读
NVIDIA 发布论文介绍 SOLAR,该工具通过 LLM 前端将 PyTorch/JAX 代码转为 Affine Loop IR 再经确定性 pass 生成 einsum 图,由解析后端计算理论性能下界,在 KernelBench、Flax 模型及机器人任务上实测零 SOL 违例。
全文
elvis (@omarsar0) 转发了 DAIR.AI (@dair_ai) 的帖子: NEW paper from NVIDIA. (bookmark it) Speed-of-light performance analysis tells you the theoretical floor of a workload, but teams still derive it by hand and freeze it. SOLAR automates the whole thing straight from PyTorch or JAX source. An LLM frontend translates arbitrary code into an executable Affine Loop IR, validated by output comparison, then a deterministic pass lifts it into an einsum graph, and an analytical backend computes the bounds. The model is confined to translation, so the actual bound math stays deterministic. Across KernelBench, Flax models, and robotics workloads, they report zero observed SOL violations. Paper: https://t.co/KXgsPxcSnY Learn to build effective AI agents in our academy: https://t.co/LRnpZN7L4c ![photo](https://pbs.twimg.com/media/HL1zynKbwAA3KTo.jpg)
#技术#研究#发布