Rootbeer: A High-Performance GPU Compiler For Java

Written by Michael Larabel in Oracle on 13 August 2012 at 08:08 AM EDT. 19 Comments
ORACLE
In recent months there has been an initiative underway called Rootbeer, which is a GPU compiler for Java code. Rootbeer claims to be more advanced than CUDA or OpenCL bindings for Java as it does static code analysis of the Java Bytecode and takes it automatically to the GPU.

The MIT-licensed Rootbeer compiler weighs in at 20k lines of code for Windows and Linux. Rootbeer allows for all major Java code to be executed on the graphics processor in a seamless manner without explicitly targeting the graphics processor at development time. The code is written by a Phil Pratt-Szeliga of Syracuse University.

The goal of this work is to bring high-performance GPU computing to Java with minimal effort from the developer. More information on the Rootbeer Java project is available from its GitHub page.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week