Mathematica Cuda plug-in now on github 5

Posted by kashif on December 23, 2008

I have decided to push the initial Mathematica Cuda plug-in to a public repo on github. Feel free to download or fork it.

The basic structure of the project follows that of the Nvidia’s Cuda SDK, in that the individual projects are in their own folder inside the projects folder. Right now I have the scalarProd example from Nvidia. I have also included Nvidia’s cuda utilities cutils and extended the make system to handle Mathematica template files.

Currently I have tested it only on 64-bit Linux, but hopefully I will see if I can get it working under Mac and Windows. I also plan to add more documentation in the project’s wiki on github, and hopefully  get some more useful examples implemented, perhaps FFT.

Trackbacks

Use this link to trackback from your own site.

Comments

Leave a response

  1. trisetyarso Thu, 21 May 2009 10:20:59 UTC

    Hi, it is nice to visit your site. Where is plug in for mac?

  2. kashif Mon, 01 Jun 2009 22:51:57 UTC

    The plugin should now work on the Mac. Now to try to get my hands on a Windows machine…

  3. TT Sun, 06 Dec 2009 04:30:47 UTC

    Hi…, Sinece I would like to run Mathetatica 7 with CUDA plug_in for “paralell computing for Pai”, may I ask you whether I can find the plug-in for Windows 7 (64bit) environment ?

  4. zhenglin, Pei Tue, 23 Feb 2010 10:44:26 UTC

    Hi, Sinece I would like to run Mathetatica 7 with CUDA plug_in for “paralell computing ”, may I ask you whether I can find the plug-in for Windows XP (32bit) environment ?

  5. kashif Sun, 14 Mar 2010 10:55:40 UTC

    I would recommend you use CMake (the latest version comes with FindCuda) together with the FindMathLink plugin. Hope this helps.

Comments