Commit 38222a43 authored by Michael Hinton's avatar Michael Hinton Committed by Danny Auble
Browse files

Improve NVML library autodetection

Enable NVML lib and header to be found in system-default locations.
Add /usr/local/cuda/include and /usr/cuda/include to include path.
Remove NVML_LDFLAGS.
Remove the ability to specify a custom NVML path - this just
doesn't make sense with how the NVIDIA driver and CUDA are set up.
Get rid of searching for the lib in stubs/. Libraries in stubs/ are
only meant for cross-compiling and were never intended to be
dynamically linked against. Doing so produces a run-time warning and
may not even work.

Bug 5402
parent fc58e7ce
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment