Path: news.mathworks.com!not-for-mail
From: Idin Motedayen-Aval <run.signature@MATLAB.for.email>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Accessing the GPU from Matlab
Date: Mon, 15 Sep 2008 20:19:09 -0400
Organization: The MathWorks, Inc.
Lines: 22
Message-ID: <gamu1t$d76$1@fred.mathworks.com>
References: <388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com>
NNTP-Posting-Host: motedayen-avali.dhcp.mathworks.com
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Trace: fred.mathworks.com 1221524349 13542 144.212.211.62 (16 Sep 2008 00:19:09 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Tue, 16 Sep 2008 00:19:09 +0000 (UTC)
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
In-Reply-To: <388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com>
Xref: news.mathworks.com comp.soft-sys.matlab:490397



dudal wrote:
> 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

Search the File Exchange; there are a couple of interesting examples you 
can use.

Idin

-- 
Idin Motedayen-Aval
The MathWorks, Inc.
zq=[4 2 5 -15 -1 -3 24 -57 45 -12 19 -12 15 -8 3 -7 8 -69 53 12 -2];
char(filter(1,[1,-1],[105 zq])), clear zq