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: a07f3367d7,c08aa0f01f894da6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!ct4g2000vbb.googlegroups.com!not-for-mail From: Anatoly Chernyshev Newsgroups: comp.lang.ada Subject: Re: GPUs and CUDA Date: Mon, 11 Jul 2011 10:45:44 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <09ad3bbb-b0a3-438b-9263-b2cb49098e5c@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: 98.158.116.183 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1310406344 26578 127.0.0.1 (11 Jul 2011 17:45:44 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 11 Jul 2011 17:45:44 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: ct4g2000vbb.googlegroups.com; posting-host=98.158.116.183; posting-account=g6PEmwoAAADhFsmVm6Epjviaw4MLU0b5 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALESNKRC X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110614 Firefox/3.6.18 GTB7.1,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:20167 Date: 2011-07-11T10:45:44-07:00 List-Id: On Jul 9, 3:18=A0am, a...@att.net wrote: > It seams that Graphics is not a major subsystem for the Ada maintainers. > Maybe that will change for for now the answers are No and No! > > You might find some Graphic links in the GNAT Ada for Java. But for > the most part Ada is Text only, with a few third parties binding > packages for SDL and openGL graphic engines. > Well, the most attractive application of CUDA is not the graphics, but parallel computing using modern graphic chips. The performance gain for the parallelizable programs, which can use CUDA, is pretty significant on a PC. I was looking into using it myself, and eagerly waiting when somebody comes up with the Ada binding.