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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Compilation on the GPU? A Feasibility Study

27 点作者 luu5 个月前

2 条评论

almostgotcaught5 个月前
People play these tricks to publish papers - have a goal in mind (compiling on GPU) and weaken the hypotheses sufficiently to make it work. In this case I suppose it&#x27;s the LLP grammar which admits a parallelizable parser.<p>In general you can&#x27;t compile on GPU because program analysis is holistic at basically every level after lexing. Of course if you resign yourself to peephole optimization then sure maybe you can build a &quot;compiler&quot; that&#x27;s parallelizable. But that&#x27;s a crappy compiler that goes really fast and I have no idea what a compelling use case would be for such a thing.
评论 #42355720 未加载
评论 #42319499 未加载
评论 #42318076 未加载
LorenDB5 个月前
[PDF]