<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053</link>
    <title>MATLAB Central Newsreader - Accessing the GPU from Matlab</title>
    <description>Feed for thread: Accessing the GPU from Matlab</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 15 Sep 2008 22:12:10 -0400</pubDate>
      <title>Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#600482</link>
      <author>dudal</author>
      <description>Does anyone have any information/resources regarding how to access an&lt;br&gt;
NVIDIA GPU from Matlab to perform basic matrix operations? Maybe there&lt;br&gt;
is some simple C or Fortran code that could be used to make a mex&lt;br&gt;
file?&lt;br&gt;
&lt;br&gt;
There seems to be very little out there about how to do it.&lt;br&gt;
&lt;br&gt;
Thanks very much,&lt;br&gt;
&lt;br&gt;
d</description>
    </item>
    <item>
      <pubDate>Tue, 16 Sep 2008 00:19:09 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#600489</link>
      <author>Idin Motedayen-Aval</author>
      <description>dudal wrote:&lt;br&gt;
&amp;gt; Does anyone have any information/resources regarding how to access an&lt;br&gt;
&amp;gt; NVIDIA GPU from Matlab to perform basic matrix operations? Maybe there&lt;br&gt;
&amp;gt; is some simple C or Fortran code that could be used to make a mex&lt;br&gt;
&amp;gt; file?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There seems to be very little out there about how to do it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks very much,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; d&lt;br&gt;
&lt;br&gt;
Search the File Exchange; there are a couple of interesting examples you &lt;br&gt;
can use.&lt;br&gt;
&lt;br&gt;
Idin&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Idin Motedayen-Aval&lt;br&gt;
The MathWorks, Inc.&lt;br&gt;
zq=[4 2 5 -15 -1 -3 24 -57 45 -12 19 -12 15 -8 3 -7 8 -69 53 12 -2];&lt;br&gt;
char(filter(1,[1,-1],[105 zq])), clear zq</description>
    </item>
    <item>
      <pubDate>Tue, 16 Sep 2008 09:34:01 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#600529</link>
      <author>Sebastien Paris</author>
      <description>dudal &amp;lt;dougalgreer@gmail.com&amp;gt; wrote in message &amp;lt;388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Does anyone have any information/resources regarding how to access an&lt;br&gt;
&amp;gt; NVIDIA GPU from Matlab to perform basic matrix operations? Maybe there&lt;br&gt;
&amp;gt; is some simple C or Fortran code that could be used to make a mex&lt;br&gt;
&amp;gt; file?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There seems to be very little out there about how to do it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks very much,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; d&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Have a look to this URL : &lt;a href=&quot;http://www.accelereyes.com/index.php&quot;&gt;http://www.accelereyes.com/index.php&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
S?bastien</description>
    </item>
    <item>
      <pubDate>Tue, 16 Sep 2008 11:31:01 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#600537</link>
      <author>Thomas Clark</author>
      <description>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.&lt;br&gt;
&lt;br&gt;
There is a whitepaper here explaining how to do it through a MEX interface:&lt;br&gt;
&lt;a href=&quot;http://www.nvidia.com/object/cuda_what_is.html&quot;&gt;http://www.nvidia.com/object/cuda_what_is.html&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Kind Regards&lt;br&gt;
&lt;br&gt;
Tom Clark</description>
    </item>
    <item>
      <pubDate>Tue, 16 Sep 2008 18:38:04 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#600592</link>
      <author>Bill August</author>
      <description>&amp;gt; Does anyone have any information/resources regarding&lt;br&gt;
&amp;gt; how to access an&lt;br&gt;
&amp;gt; NVIDIA GPU from Matlab to perform basic matrix&lt;br&gt;
&amp;gt; operations? Maybe there&lt;br&gt;
&amp;gt; is some simple C or Fortran code that could be used&lt;br&gt;
&amp;gt; to make a mex&lt;br&gt;
&amp;gt; file?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There seems to be very little out there about how to&lt;br&gt;
&amp;gt; do it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks very much,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; d&lt;br&gt;
Hi &lt;br&gt;
You can take a look at CUDA.&lt;br&gt;
&lt;a href=&quot;http://www.nvidia.com/object/cuda_get.html&quot;&gt;http://www.nvidia.com/object/cuda_get.html&lt;/a&gt;&lt;br&gt;
Easy to create mex function for it.&lt;br&gt;
Hope it can help.</description>
    </item>
    <item>
      <pubDate>Tue, 28 Apr 2009 23:31:01 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#646017</link>
      <author>The GP-you Group The GP-you Group</author>
      <description>dudal &amp;lt;dougalgreer@gmail.com&amp;gt; wrote in message &amp;lt;388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Does anyone have any information/resources regarding how to access an&lt;br&gt;
&amp;gt; NVIDIA GPU from Matlab to perform basic matrix operations? Maybe there&lt;br&gt;
&amp;gt; is some simple C or Fortran code that could be used to make a mex&lt;br&gt;
&amp;gt; file?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There seems to be very little out there about how to do it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks very much,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; d&lt;br&gt;
&lt;br&gt;
Hi,&lt;br&gt;
&lt;br&gt;
we suggest you to try the Freeware GPUmat from &lt;a href=&quot;http://www.gp-you.org.&quot;&gt;http://www.gp-you.org.&lt;/a&gt; With GPUmat you have a GPU engine from Matlab, and you easily speed up many operations. &lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
The GP-you Group</description>
    </item>
    <item>
      <pubDate>Sat, 06 Jun 2009 05:50:16 -0400</pubDate>
      <title>Re: Accessing the GPU from Matlab</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/236053#655012</link>
      <author>Anand S</author>
      <description>dudal &amp;lt;dougalgreer@gmail.com&amp;gt; wrote in message &amp;lt;388aad23-f215-4f7c-8ee3-784333e9f0a9@i24g2000prf.googlegroups.com&amp;gt;...&lt;br&gt;
&amp;gt; Does anyone have any information/resources regarding how to access an&lt;br&gt;
&amp;gt; NVIDIA GPU from Matlab to perform basic matrix operations? Maybe there&lt;br&gt;
&amp;gt; is some simple C or Fortran code that could be used to make a mex&lt;br&gt;
&amp;gt; file?&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; There seems to be very little out there about how to do it.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks very much,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; d&lt;br&gt;
&lt;br&gt;
is it possible to program with GPU's (NVDIA) by using jacket; its a product of accelereyes... But i not working with,( ttp://www.accelereyes.com/)... better u reffer this web page...&lt;br&gt;
&lt;br&gt;
Regards &lt;br&gt;
Anand j Stephen&lt;br&gt;
Research scholar&lt;br&gt;
Kalasalingam Univ</description>
    </item>
  </channel>
</rss>

