36244707 comment Comment Re:Does it... (Score 1) 304 by pcpratts on Sunday August 12, 2012 @02:40AM (#40962569) Attached to: Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU no it does not. but it is very solid at converting parallelism specified by the programmer into a GPU program.
36243913 comment Comment Re:GPL (Score 2) 304 by pcpratts on Sunday August 12, 2012 @01:57AM (#40962423) Attached to: Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU Hello, I am thinking maybe I will use the Apache license...
36243719 comment Comment Re:GPL (Score 1) 304 by pcpratts on Sunday August 12, 2012 @01:47AM (#40962387) Attached to: Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU I would be interested in publishing this under different licenses, such as Apache.
36243649 comment Comment Re:Blah its CUDA (Score 1) 304 by pcpratts on Sunday August 12, 2012 @01:44AM (#40962379) Attached to: Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU OpenCL does not support recursive methods the last time I checked. If it does, it is very simple to switch in OpenCL.
36243603 comment Comment Re:Very nice. (Score 1) 304 by pcpratts on Sunday August 12, 2012 @01:42AM (#40962365) Attached to: Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU Actually, rootbeer does not find parallelism automatically. You must encode parallelism into your program. But it does get good speedups.