TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Compilation on the GPU? A Feasibility Study

27 pointsby luu6 months ago

2 comments

almostgotcaught6 months ago
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 未加载
LorenDB6 months ago
[PDF]