_2025-03-28_10:29:49_2025-03-28 10:29:49
Google AI芯片TPU核心架构--脉动阵列Systolic Array - 知乎
原文链接失效了?给我留言
TAGs:处理器 AI
Summary: Google's TPU (Tensor Processing Unit) is a specialized chip designed for artificial intelligence applications, with its core component being the "Matrix Multiply Unit." This unit uses a Systolic Array, a pulsing array, to enhance the speed and power efficiency of AI tasks, particularly in regards to convolution and matrix multiplication. The Systolic Array in TPU's architecture is the main focus, which is built around this matrix multiplication unit. It is accompanied by other data units like Unified Buffer and Weight FIFO, as well as activation pooling calculation units.
_2025-07-16_16:40:46_2025-07-16 16:40:46
Esperanto’s ET-SoC-1 Chip Integrates more than 1000 RISC-V Cores for Energy Efficient ML Recommendation – VLSIFacts
原文链接失效了?给我留言
TAGs:处理器 risc-v AI
Summary:
_2025-08-14_11:38:44_2025-08-14 11:38:44
Jim Keller:使用RISC-V构建AI —— 61DAC Keynote_哔哩哔哩_bilibili
原文链接失效了?给我留言
TAGs:处理器 risc-v AI
Summary:
_2025-10-14_11:43:54_2025-10-14 11:43:54
[PATCH v3 0_8] RISC-V_ Add support for Tenstorrent Blackhole SoC - Drew Fustini
原文链接失效了?给我留言
TAGs:处理器 risc-v AI tenstorrent
Summary:
_2025_1_10_12:03:31_2025_1_10 12:03:31
计算机虚拟化研究报告 - 豆包
原文链接失效了?给我留言
TAGs:虚拟化 综述 AI
saved date: Fri Jan 10 2025 12:03:31 GMT+0800 (中国标准时间)
_2026-03-13_14:30:37_2026-03-13 14:30:37
AI 是一块“五层蛋糕” _ NVIDIA 英伟达博客
原文链接失效了?给我留言
TAGs:AI
Summary: 英伟达CEO黄仁勋提出AI不是单一应用或模型,而是如同电力和互联网的基础设施。他将AI架构分为五层:能源(底层基础)、芯片(高效计算)、基础设施(AI工厂)、模型(理解多领域信息)和应用(产生经济价值)。这一架构表明AI正在重塑能源消耗、工厂建设、工作组织和经济增长方式,成为现代世界不可或缺的基础设施。
_2026-04-10_16:14:06_2026-04-10 16:14:06
Re_ [PATCH 3_5] riscv_ mm_ Fix NULL pointer dereference in __set_memory - David Hildenbrand 【Arm】
原文链接失效了?给我留言
TAGs:AI Linux community
Summary: Linux内核邮件列表中,David Hildenbrand在回复Mike Rapoport的邮件中讨论了大语言模型(LLM)在生成内核代码补丁时的倾向。他指出,LLM倾向于生成防御性过强的代码,并提出一些理论性的问题,这可能不适用于实际的内核开发。他建议开发者在使用LLM生成代码后,务必仔细检查其输出,以免在维护者面前失去信誉。该讨论是关于RISC-V架构内存管理相关补丁的回复。
_2026-04-17_17:07:57_2026-04-17 17:07:57
当 Docker 不再安全:腾讯云 CubeSandbox 如何用 Rust+KVM 重塑 AI Agent 沙箱
原文链接失效了?给我留言
TAGs:AI 沙箱
Summary: 腾讯云开源高性能AI Agent安全沙箱CubeSandbox,结合Rust与KVM实现硬件级隔离。该服务基于RustVMM与KVM构建,能在60毫秒内启动沙箱且内存开销低于5MB,提供内核级安全隔离,兼容E2B SDK,支持一键部署,解决了Docker容器在AI场景下的安全风险。