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.

Ask HN: Where else can we use GPU processing?

5 pointsby uptownhrover 11 years ago
GPU Processing has become very popular in mining xCoins. Can GPU be used in the web for other use cases? Any examples?

8 comments

chasover 11 years ago
GPUs have been used effectively in implementing graph algorithms. Graph algorithms are tremendously useful and show up all over computing.<p><a href="http://arxiv.org/abs/1002.4482" rel="nofollow">http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1002.4482</a><p><a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.220.1923&amp;rep=rep1&amp;type=pdf" rel="nofollow">http:&#x2F;&#x2F;citeseerx.ist.psu.edu&#x2F;viewdoc&#x2F;download?doi=10.1.1.220...</a>
uptownhrover 11 years ago
I think everyone knows that GPU can be used for visual graphics like gaming and drawing things on a page with webGL. I&#x27;m more interested in computational powers like how it&#x27;s able to compute bitcoin hashes. Are there cases of GPUs being used in other non-graphical computational cases? Like a mongodb&#x2F;mysql index search?
评论 #6857477 未加载
soldover 11 years ago
Here&#x27;s a wikipedia link; maybe someone else will give a better description <a href="http://en.wikipedia.org/wiki/General-purpose_computing_on_graphics_processing_units" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;General-purpose_computing_on_gr...</a>
davyjonesover 11 years ago
Computation Fluid Dynamics, Finite Element Modeling&#x2F;Analysis, Molecular dynamics, etc.
chjohnstover 11 years ago
I have heard of some sites using GPUs for generating dynamic images.<p><a href="http://en.wikipedia.org/wiki/WebGL" rel="nofollow">http:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;WebGL</a>
dl8over 11 years ago
Bioinformatics&#x2F;Genomics have been beginning to use GPUs for their data processing, since there&#x27;s vast amount of DNA data that can take a long time to get through.
thenomadover 11 years ago
I believe that GPUs are very good at video processing. Obviously they&#x27;re also good for a lot of math-heavy tasks, like fluid simulation, light simulation, etc.
wnevetsover 11 years ago
for gaming