-
Notifications
You must be signed in to change notification settings - Fork 1
CUDA Matrix library for julia
License
stefan-k/julia-CuMatrix
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a CUDA Matrix library for julia language Getting Started: Download - git clone [email protected]/pavanky/julia-CuMatrix.git Pre-Install - Make sure you have the CUDA toolkit and driver installed on your system - Open /path/to/julia-CuMatrix/cuplus/Makefile and point CUDADIR to your CUDA install path Install - cd /path/to/julia-CuMatrix/ - make -C cuplus clean - make -C cuplus all Post Install - export LD_LIBRARY_PATH=/path/to/julia-CuMatrix/:/path/to/cuda/lib64:$LD_LIBRARY_PATH - On 32 bit systems, use lib instead of lib64 - You will need to export LD_LIBRARY_PATH everytime you start a new terminal - Alternatively you can add that line at the end of your .bashrc You are good to go
About
CUDA Matrix library for julia
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published