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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

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

24 点作者 codedivine超过 14 年前

2 条评论

bravura超过 14 年前
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>
lhnn超过 14 年前
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!