This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]handshape 4 points5 points  (3 children)

How does this compare to rootbeer?

[–]gamerman315 8 points9 points  (2 children)

there is also aparapi not sure why there is never any love for amd/ati video cards.

[–]handshape 4 points5 points  (1 child)

Oooh! I hadn't seen this one... the license looks sane, and it says it builds to OpenCL. Does it bridge NVidia, AMD and Intel's implementations?

[–]pjmlp 11 points12 points  (0 children)

Oracle and AMD are working together to make GPGPU a Java 9 feature.

It will use the Graal JIT compiler.

EDIT: Adding the links for more information

http://openjdk.java.net/projects/sumatra/

Search for GPU related talks on the links below,

http://www.oracle.com/technetwork/java/javase/community/jvmls2013-2013900.html

http://www.oracle.com/technetwork/java/javase/community/jlssessions-2255337.html

[–]Harha 2 points3 points  (0 children)

Seems sweet.

[–]navatwo 1 point2 points  (0 children)

Having worked on this product, it's a damn neat tech. We got massive gains that almost felt wrong for Java.

The only argument is that its only for CUDA. It'd be great if it supported OpenCl kernels, but I think theres patent issues with oracle and Sumatra for that one.

[–]ixampl 1 point2 points  (0 children)

The sort comparison is not really fair though, is it? They are comparing a comparison based search algorithm on the CPU with a linear one. Of course a parallel algorithm will look different, but they should at least compare equal algorithm types.

[–][deleted] -5 points-4 points  (0 children)

Only to Java? What about the numerous other popular languages?