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.
Hi, it is nice to visit your site. Where is plug in for mac?
The plugin should now work on the Mac. Now to try to get my hands on a Windows machine…
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 ?
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 ?
I would recommend you use CMake (the latest version comes with FindCuda) together with the FindMathLink plugin. Hope this helps.