log src/share/vm/graal/graalCompilerToGPU.cpp @ 13648:27acedac70b7

age author description
Wed, 15 Jan 2014 20:24:13 +0100 Doug Simon added support for @ParallelOver annotation in PTX kernel call wrapper
Wed, 15 Jan 2014 00:34:56 +0100 Doug Simon PTX backend can alter compilation pipeline to offload selected code to the GPU
Mon, 13 Jan 2014 22:32:27 +0100 Doug Simon initial code for calling PTX kernel code from Java with parameter marshaling and return value unmarshaling performed by a wrapper specified via manual graph construction
Mon, 25 Nov 2013 17:25:53 +0100 Doug Simon put warnings about missing GPU device behind TraceGPUInteraction option
Sun, 10 Nov 2013 13:18:09 +0100 Doug Simon more HSAIL support in the C++ layer for executing HSAIL code on the simulator
Fri, 01 Nov 2013 18:34:03 -0400 S.Bharadwaj Yadavalli * PTX kernel argument buffer now has naturally aligned arguments as required by PTX JIT compiler.
Fri, 18 Oct 2013 23:55:35 +0200 Doug Simon available GPUs are exposed to Graal only by the graal.gpu.isalist system property which is set up during command line argument parsing