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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Measuring Acceleration Structures

79 点作者 ibobev大约 2 个月前

3 条评论

whizzter大约 2 个月前
I wrote an non-RTX on-GPU raytracer a while back (naive compared to this) and it&#x27;s super-interesting to read about the advances in compressing BVH structures.<p>But the changes also highlights a change in focus from just implementing this naively(RDNA3 technically not too much removed from the naive raytracer I wrote) to moving it to something carefully engineered and optimized for memory bandwidth (with savings circuits even built into silicon?).
评论 #43563214 未加载
vardump大约 2 个月前
Smaller data is where it’s at when optimizing nowadays. Less bandwidth required and higher cache hit rate.<p>You can compute a ton per bit transferred from DRAM. On both CPUs and GPUs.
genpfault大约 2 个月前
See also:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43548212">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43548212</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43543933">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=43543933</a>
评论 #43557560 未加载