From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6751 invoked by alias); 26 Sep 2011 18:30:53 -0000 Received: (qmail 6714 invoked by uid 22791); 26 Sep 2011 18:30:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f175.google.com (HELO mail-gy0-f175.google.com) (209.85.160.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Sep 2011 18:30:32 +0000 Received: by gyg8 with SMTP id 8so4912031gyg.20 for ; Mon, 26 Sep 2011 11:30:32 -0700 (PDT) Received: by 10.68.7.202 with SMTP id l10mr31509489pba.22.1317061831725; Mon, 26 Sep 2011 11:30:31 -0700 (PDT) Received: from [192.168.0.102] ([119.224.31.46]) by mx.google.com with ESMTPS id i2sm75700355pbt.3.2011.09.26.11.30.29 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Sep 2011 11:30:30 -0700 (PDT) Subject: Re: opencl and gcc Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=iso-8859-1 From: Maxim Kuvyrkov In-Reply-To: Date: Tue, 27 Sep 2011 05:05:00 -0000 Cc: gcc-help@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: <9DD5342F-6815-48C3-A440-6B313E2245C1@trivialbugs.com> References: To: naveen yadav X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-09/txt/msg00214.txt.bz2 Naveen, There was a presentation about prototype implementation of OpenCL in GCC at= last GCC Summit, see http://www.gccsummit.org/2010/view_abstract.php?conte= nt_key=3D15 . You should be able to find a PDF of the summit proceedings o= n the net. Regards, -- Maxim Kuvyrkov www.trivialbugs.com On 26/09/2011, at 9:21 PM, naveen yadav wrote: > Hello All, >=20 > 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). >=20 > Is there any branch or experimental code for adding OpenCL into GCC? >=20 > Regards > Naveen