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 Jan 7, 2025. It is now read-only.
I believe that make is trying to build using CUDA 9.1 and I don't think it supports the GPU that I am using which is 2080 Super. When I run nvcc --version this is my output:
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2017 NVIDIA Corporation
Built on Fri_Nov__3_21:07:56_CDT_2017
Cuda compilation tools, release 9.1, V9.1.85
I get a message saying that I already have CUDA 11.2 . Any ideas?
Thank you,
Zeus
Update:
I found out that I have multiple directories for cuda drivers in my /usr/local/ directory. I think it might be possible that when building, Make is looking for CUDA in the directory with 9.1 . I need to find a way to somehow redirect the make into my cuda-11.2 directory which has CUDA 11.2 drivers stored in. Any clue?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am having an issue building Caffe with the instructions on DIGITS/docs/BuildCaffe.md after running the commands in order.
My issue occurs when when I run
make -j"$(nproc)"
This is the full output:
I believe that make is trying to build using CUDA 9.1 and I don't think it supports the GPU that I am using which is 2080 Super. When I run
nvcc --version
this is my output:But when I try to install CUDA 11.2 from this link: https://developer.nvidia.com/cuda-downloads?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1804&target_type=debnetwork
I get a message saying that I already have CUDA 11.2 . Any ideas?
Thank you,
Zeus
Update:
I found out that I have multiple directories for cuda drivers in my /usr/local/ directory. I think it might be possible that when building, Make is looking for CUDA in the directory with 9.1 . I need to find a way to somehow redirect the make into my cuda-11.2 directory which has CUDA 11.2 drivers stored in. Any clue?
The text was updated successfully, but these errors were encountered: