This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: opencl and gcc
- From: Philip Pratt-Szeliga <phil dot pratt dot szeliga at gmail dot com>
- To: naveen yadav <yad dot naveen at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 26 Sep 2011 07:05:30 -0400
- Subject: Re: opencl and gcc
- References: <CAJ8eaTyNeB9zLPRTo1AsrQOpokFvVv1S+yfDhnr2JcTPmvB6nQ@mail.gmail.com> <CAJ8eaTzc3-kapsvTJCSi3nMdm80-wAmApGun=y7qCL0w7rm95w@mail.gmail.com>
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 <yad.naveen@gmail.com> 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
>