GitXplorerGitXplorer
k

mathematica_cuda

public
21 stars
7 forks
0 issues

Commits

List of commits on branch master.
Unverified
50ddd4b5b4c69930923e63d17b0dc40afa851fca

Removed NVCUVIDLIB and fixed libGLEW location on OSX.

committed 14 years ago
Unverified
bcf17262f7538ea697c7bac451f44518aa2d6df4

Fix for OSX.

committed 14 years ago
Unverified
3efbff4d5600a27bbb47cc38904077e15f4ed90d

Updated to cuda 4.0RC

committed 14 years ago
Unverified
0ff1ec2135cfe69e46d626ee8762bd95dbc3ee2b

Updated to cuda 3.2RC.

committed 14 years ago
Unverified
799b1c80d0ba40d6d1cacd7baa3fb0de20ea5299

Updated to Cuda 3.0-beta1

committed 15 years ago
Unverified
6b6bda290f010ba087a900466ab43e41e6984815

Sending Complex numbers as an array.

committed 15 years ago

README

The README file for this repository.

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).