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

Commits on Jun 2, 2018

  1. Add NVIDIA CUDA support in Linux

    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.
    edemaine committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    3603302 View commit details
    Browse the repository at this point in the history