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.

AMD Aparapi: Java API for Expressing GPU Bound Data Parallel Algorithms

24 pointsby codedivineover 14 years ago

2 comments

bravuraover 14 years ago
For other people interested in high-level GPU programming, might I suggest Theano?<p>Theano (<a href="http://deeplearning.net/software/theano/" rel="nofollow">http://deeplearning.net/software/theano/</a>) is a CPU and GPU compiler for mathematical expressions in Python. It combines the convenience of NumPy with the speed of optimized native machine language. For gradient-based machine learning algorithms (like training an MLP or convolutional net), Theano is from <i>1.6x to 7.5x</i> faster than competitive alternatives (including those in C/C++, NumPy, SciPy, and Matlab) when compiled for the CPU and between <i>6.5x and 44x</i> faster when compiled for the GPU. You can read more about it here: <a href="http://www.iro.umontreal.ca/~lisa/pointeurs/theano_scipy2010.pdf" rel="nofollow">http://www.iro.umontreal.ca/~lisa/pointeurs/theano_scipy2010...</a>
lhnnover 14 years ago
But Java is dead, haven't you heard?<p>... &#60;_&#60;<p>But seriously, this is cool. I like that they responded to Linux demand!