Slashdot Mirror


User: pcpratts

pcpratts's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. Re:Does it... on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    no it does not. but it is very solid at converting parallelism specified by the programmer into a GPU program.

  2. Re:GPL on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 2

    Hello, I am thinking maybe I will use the Apache license...

  3. Re:GPL on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    I would be interested in publishing this under different licenses, such as Apache.

  4. Re:Blah its CUDA on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    OpenCL does not support recursive methods the last time I checked. If it does, it is very simple to switch in OpenCL.

  5. Re:Very nice. on Rootbeer GPU Compiler Lets Almost Any Java Code Run On the GPU · · Score: 1

    Actually, rootbeer does not find parallelism automatically. You must encode parallelism into your program. But it does get good speedups.