Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Accessing the GPU from Matlab
Date: Tue, 16 Sep 2008 11:31:01 +0000 (UTC)
Organization: Univ of Cambridge
Lines: 10
Message-ID: <gao5dl$a36$1@fred.mathworks.com>
References: <388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1221564661 10342 172.30.248.37 (16 Sep 2008 11:31:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 16 Sep 2008 11:31:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 503430
Xref: news.mathworks.com comp.soft-sys.matlab:490447


Search for NVIDIA's CUDA technology... there's a whole load of stuff on the NVIDIA website about it. Apparently the FFTs are extremlely good.

There is a whitepaper here explaining how to do it through a MEX interface:
http://www.nvidia.com/object/cuda_what_is.html

Kind Regards

Tom Clark