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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I want a good parallel computer [video]

15 点作者 raphlinus10 个月前
This is a talk I gave at UC Santa Cruz in April. I also have a half-finished blog post where I intended to go into more detail, but I&#x27;m posting this now because I hope it can provoke some interesting discussion. I&#x27;ll put a little more context here, and I&#x27;m also happy to answer questions.<p>One of the main things I <i>can&#x27;t</i> do in the current graphics API is run a 2D renderer within bounded memory, at least without having a fence and readback to the CPU, which could tank performance. The underlying problem can do it, but you need to be able to dynamically dispatch the various parts of the problem and use queues to connect the pieces, which compute shaders can&#x27;t do. The recent development of work graphs <i>can</i> do queues and bounded memory, but can&#x27;t sustain the ordering guarantees you need for correct 2D rendering.<p>I&#x27;m more bullish on work graphs now, especially after attending HPG[1] and seeing the two work graph talks there. However, they need more baking; the current version is still pretty limited.<p>Another thing missing from this talk is to go deeper into the Cell architecture. I think that&#x27;s every bit as relevant as Larrabee. A great introduction is Copetti&#x27;s site[2].<p>[1]: <a href="https:&#x2F;&#x2F;www.highperformancegraphics.org&#x2F;2024&#x2F;program&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.highperformancegraphics.org&#x2F;2024&#x2F;program&#x2F;index.h...</a><p>[2]: <a href="https:&#x2F;&#x2F;www.copetti.org&#x2F;writings&#x2F;consoles&#x2F;playstation-3&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.copetti.org&#x2F;writings&#x2F;consoles&#x2F;playstation-3&#x2F;</a>

暂无评论

暂无评论