public
Description: Mathematica plug-in for CUDA
Homepage:
Clone URL: git://github.com/kashif/mathematica_cuda.git
name age message
file .gitignore Sun Jun 21 04:48:13 -0700 2009 Updated to Cuda 2.3 beta. [kashif]
file Makefile Sun Jun 21 04:48:13 -0700 2009 Updated to Cuda 2.3 beta. [kashif]
file README Mon Sep 07 15:24:46 -0700 2009 added ndvi from Raq [sabman]
directory common/ Thu Sep 10 09:02:58 -0700 2009 Added cutil readme and support for Snow Leopard [kashif]
directory src/ Mon Sep 21 13:46:08 -0700 2009 Sending Complex numbers as an array. Suggestio... [kashif]
README
This project demonstrates the use of CUDA libraries and the accessing of user CUDA code from Mathematica via MathLink.

This has been tested with Mathematica 7.0.1 and CUDA 2.3 under Linux (32-bit and 64-bit) and Mac. For Windows use cmake 
together with FindCuda and FindMathLink).

System Requirements Mac OS X:
  CUDA-enabled GPU
  Mac OS X v. 10.5.2 or later
  The gcc compiler and toolchain installed via Xcode
  CUDA toolkit 2.3
  Mathematica
  
  Following environment variable needs to be defined in the installation:
  DYLD_LIBRARY_PATH needs to contain /usr/local/cuda/lib.

System Requirments Linux:
  CUDA-enabled GPU
  Fedora 10, RHEL 4.7 & 5.3, SLED 10.2 & 11.0, OpenSUSE 11.1 or Ubuntu 8.10 & 9.04
  CUDA toolkit 2.3
  Mathematica

  LD_LIBRARY_PATH needs to contain /usr/local/cuda/lib (32-bit) or /usr/local/cuda/lib64 (64-bit).