TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why is there no “matrix memory”?

1 点作者 daly大约 2 年前
The usual problem with matrix multiplication is that both are stored in either row or column order. That means that one of the two memory access patterns will be inefficient.<p>However, it would be easy to create a &quot;matrix memory&quot; that allowed linear memory addressing depending on the choice of memory port. The hardware could have a row-access and a column-access, both of which were linear because of the hardware wiring. That way both row and column access could be efficient.<p>All that would be required would be some &quot;memory configuration registers&quot; that specified the matrix shape.

暂无评论

暂无评论