Path: news.mathworks.com!newsfeed-00.mathworks.com!nlpi057.nbdc.sbc.com!prodigy.net!news.glorb.com!news.aset.psu.edu!support1.mathforum.org!not-for-mail
From: Bill August <hui.song@beds.ac.uk>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Accessing the GPU from Matlab
Date: Tue, 16 Sep 2008 14:38:04 EDT
Organization: The Math Forum
Lines: 19
Message-ID: <21390406.1221590314578.JavaMail.jakarta@nitrogen.mathforum.org>
References: <388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1-1.mathforum.org 1221590314 618 144.118.30.135 (16 Sep 2008 18:38:34 GMT)
X-Complaints-To: news@support1-1.mathforum.org
NNTP-Posting-Date: Tue, 16 Sep 2008 18:38:34 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:490502


> Does anyone have any information/resources regarding
> how to access an
> NVIDIA GPU from Matlab to perform basic matrix
> operations? Maybe there
> is some simple C or Fortran code that could be used
> to make a mex
> file?
> 
> There seems to be very little out there about how to
> do it.
> 
> Thanks very much,
> 
> d
Hi 
You can take a look at CUDA.
http://www.nvidia.com/object/cuda_get.html
Easy to create mex function for it.
Hope it can help.