Java 8 bytecode to ptx

Raffaello Giulietti raffaello.giulietti at supsi.ch
Mon Feb 15 14:58:11 UTC 2016


Hi Bahram,

the best way to start is by studying, watching and listening to the 
material listed here:

https://wiki.openjdk.java.net/display/Graal/Publications+and+Presentations

Not sure, however, if this helps with yours lambdas on GPUs...

Enjoy
Raffaello



n 2016-02-15 15:15, Bahram Yarahmadi wrote:
> Hello guys,
> I'm involved in research project .I want to run Java 8 new features like
> lambdas with stream API on GPUs (I'm interested much in Nvidia
> GPUs)(Something similar to project sumatra)
> I've done a lot of research  but all of them were useless. for example I
> wanted to translate Java Bytecode to LLVM IR with openjdk shark JIT but
> becouse of Lack of support in Invocedynamic in shark that solution was a
> waste of time.
> Now I want to use Graal ,
> I want to know your idea ,Is it possible ?
> I have downloaded Graal from its repo and now I'm working on it.
>
> Special thanks in advance for your suggestions
>
> Bahram,
>



More information about the graal-dev mailing list