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.

Programming on Parallel Machines: GPU, Multicore, Clusters and More

165 pointsby rahielabout 9 years ago

6 comments

srcmapabout 9 years ago
Professor Matloff can add the FGPA+CPU to a session of this book.<p>A lot of interesting research can be done with FPGA+CPU in parallel computing.
评论 #11290787 未加载
cammsaulabout 9 years ago
I took this class IRL with Matloff when I was an undergrad. Highly recommended, great course from a great professor &lt;3
0xFFCabout 9 years ago
This kind of book is always my favorite kind of books. When you talk about the whole topic and devote a chapter to each topic, you are essentially given a broad and firm grasp of what&#x27;s going on in your field to your readers. These kind of books are perfect introductory books.<p>Sincerely, Thank you.
wangchowabout 9 years ago
Thank you so much for this resource! Just the thing I&#x27;ve been studying lately. :)
thyrsusabout 9 years ago
If I read this book, would it be practical to build an Erlang VM targeting GPUs? The Erlang GPU work I&#x27;ve seen provides access via NIFs, but as I understand it, those are going to continue to hit the PCI-E bottleneck. I&#x27;m speculating about the feasibility of Erlang putting its &quot;processes&quot; onto the GPU cores, and the data staying on the GPU until it needed to do network, disk, or other OS mediated access.<p>If the question is ignorant, I plead guilty.
评论 #11294408 未加载
brudgersabout 9 years ago
My only complaint is that the PDF is formatted for print and uses typographic ligatures. To me, HTML-first makes sense for anything intended for widespread digital sharing. Reflowing and screen reading text are minimum <i>design</i> accommodations for a large number of people because of physical or hardware limitations.<p>Or to put it another way, I think that over the long run, such features are more important than the license because there are non-technical work arounds for the license that don&#x27;t require duplicated effort.