This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
opencl and gcc
- From: naveen yadav <yad dot naveen at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 26 Sep 2011 16:24:19 +0530
- Subject: opencl and gcc
- References: <CAJ8eaTyNeB9zLPRTo1AsrQOpokFvVv1S+yfDhnr2JcTPmvB6nQ@mail.gmail.com>
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