Re: [PATCH] GPU Exploitation Infrastructure

2018-01-31 Thread Ben Walsh
Thank you Alan and David. In light of your responses, I'll take this to the Valhalla project. Thanks, Ben From: David Holmes To: Alan Bateman , Ben Walsh , core-libs-dev@openjdk.java.net Date: 31/01/2018 01:33 Subject:Re: [PATCH] GPU Exploitation Infrastru

Re: [PATCH] GPU Exploitation Infrastructure

2018-01-30 Thread David Holmes
Project Sumatra was looking at GPU use: https://wiki.openjdk.java.net/display/Sumatra/Main It's inactive though. David On 31/01/2018 7:46 AM, David Holmes wrote: On 31/01/2018 1:35 AM, Alan Bateman wrote: On 30/01/2018 13:55, Ben Walsh wrote: This patch provides the infrastructure to enable

Re: [PATCH] GPU Exploitation Infrastructure

2018-01-30 Thread David Holmes
On 31/01/2018 1:35 AM, Alan Bateman wrote: On 30/01/2018 13:55, Ben Walsh wrote: This patch provides the infrastructure to enable the exploitation of a GPU by the compiler to accelerate certain suitable Java constructs. When enabled, a suitable compiler can attempt to accelerate the following

Re: [PATCH] GPU Exploitation Infrastructure

2018-01-30 Thread Alan Bateman
On 30/01/2018 13:55, Ben Walsh wrote: This patch provides the infrastructure to enable the exploitation of a GPU by the compiler to accelerate certain suitable Java constructs. When enabled, a suitable compiler can attempt to accelerate the following Java constructs by launching the correspondin

[PATCH] GPU Exploitation Infrastructure

2018-01-30 Thread Ben Walsh
This patch provides the infrastructure to enable the exploitation of a GPU by the compiler to accelerate certain suitable Java constructs. When enabled, a suitable compiler can attempt to accelerate the following Java constructs by launching the corresponding lambda expression on the GPU: I