From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6488da1a810ea1e1 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.73.229 with SMTP id o5mr1351931pbv.7.1329325961440; Wed, 15 Feb 2012 09:12:41 -0800 (PST) Path: wr5ni28633pbc.0!nntp.google.com!news2.google.com!postnews.google.com!eb6g2000vbb.googlegroups.com!not-for-mail From: Anh Vo Newsgroups: comp.lang.ada Subject: Re: ANN: CUDA/Ada version 0.1 Date: Wed, 15 Feb 2012 08:56:31 -0800 (PST) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 149.32.224.33 Mime-Version: 1.0 X-Trace: posting.google.com 1329325961 10279 127.0.0.1 (15 Feb 2012 17:12:41 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 15 Feb 2012 17:12:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: eb6g2000vbb.googlegroups.com; posting-host=149.32.224.33; posting-account=Qh2kiQoAAADpCLlhT_KTYoGO8dU3n4I6 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: ARLUEHCNK X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.2; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2),gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-02-15T08:56:31-08:00 List-Id: On Feb 14, 2:15=A0am, Reto Buerki wrote: > We proudly announce the first release of CUDA/Ada, a binding to NVIDIA's > CUDA parallel computing platform and programming model. > > The project website is at [1], the current release 0.1 can be downloaded > from [2]. > > An article documenting the binding as well as the originating process > can be accessed via the project website. Additionally, there is also a > presentation about CUDA/Ada. > > This project was developed during the course of the master seminar > "Program Analysis and Transformation" at the University of Applied > Sciences Rapperswil. We would be glad to get some feedback from the > community about the interest in the topic of GPU programming with Ada. > > We are currently considering the improvement of CUDA/Ada as part of the > next master seminar if somebody finds this project useful. > > Kind regards, > - reto > > [1] -http://www.codelabs.ch/cuda-ada/ > [2] -http://www.codelabs.ch/download/ Thank you for sharing your work. On the download page, no libcudaada* is to be seen except libdbusada* and libpcscada*. Anh Vo