Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NVIDIA CUDA support in Linux #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

edemaine
Copy link

@edemaine edemaine commented Jun 2, 2018

Similar to existing gyp bindings for Windows, I added the paths for obtaining OpenCL via NVIDIA CUDA drivers on Linux (as on my system). The library paths are slightly different. I also set the default value of CUDA_PATH to where I believe it is installed on most Linux systems, /usr/local/cuda (a symlink to the actual CUDA installation, e.g., /usr/local/cuda-8.0). The user can still override CUDA_PATH if desired.

Similar to existing gyp bindings for Windows, I added the paths for obtaining
OpenCL via NVIDIA CUDA drivers on Linux (as on my system).  The library paths
are slightly different.  I also set the default value of `CUDA_PATH` to where
I believe it is installed on most Linux systems, `/usr/local/cuda`
(a symlink to the actual CUDA installation, e.g., `/usr/local/cuda-8.0`).
The user can still override `CUDA_PATH` if desired.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant