You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
The CUDA_LIBRARY_PATH variable is split by : in the cuda-sys build script. On Windows, this does not correctly handle paths like "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64", producing "C" and "\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64".
The text was updated successfully, but these errors were encountered:
The
CUDA_LIBRARY_PATH
variable is split by:
in thecuda-sys
build script. On Windows, this does not correctly handle paths like "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64", producing "C" and "\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v9.1\lib\x64".The text was updated successfully, but these errors were encountered: