Re: opencl and gcc
Hello Naveen, A few years ago I did a prototype of the OpenCL support library for google summer of code. As far as I know it has not been incorporated into gcc yet and that was the only OpenCL work done with gcc. The code I did is still available at: https://github.com/pcpratts/gcc_opencl Phil Pratt-Szeliga On Mon, Sep 26, 2011 at 6:54 AM, naveen yadav wrote: > Hello All, > > OpenCL http://www.khronos.org/opencl/ is a new standard proposing an > API for GPUs (targetting vector processing on heterogenous systems, > like GPU + CPU). > It suggests some restricted & specialized C dialect to code "kernel" > functions (kernel in OpenCL means running on the GPU). > > Is there any branch or experimental code for adding OpenCL into GCC? > > Regards > Naveen >
Re: Ideas for Google Summer of Code
Joe Buck, You have to choose an operating system and then a table appears below it to download the CUDA toolkit. Phil On Mon, Mar 30, 2009 at 1:32 PM, Joe Buck wrote: > On Mon, Mar 30, 2009 at 10:10:24AM -0700, phil++ wrote: >> Hi All, >> >> Thanks for the feedback. As far as the NVIDIA ISA details, I have the >> pdf that describes it. In the CUDA toolkit, available on NVIDIA's >> website there is a pdf named ptx_isa_1.3.pdf under the doc directory. >> (Get it from here http://www.nvidia.com/object/cuda_get.html). > > I'm having trouble finding that document, I don't see a link to it > on that page. Maybe I'm missing something obvious? >