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

cuda version 10.2 #18

Open
arjunsankar opened this issue Jan 3, 2023 · 2 comments
Open

cuda version 10.2 #18

arjunsankar opened this issue Jan 3, 2023 · 2 comments

Comments

@arjunsankar
Copy link

Hi @nagadomi , I got this error.

-- Autodetected CUDA architecture(s): 8.6
-- got cuda version 10.2

nvcc fatal : Unsupported gpu architecture 'compute_86'
nvcc fatal : Unsupported gpu architecture 'compute_86'

@nagadomi
Copy link
Owner

nagadomi commented Jan 3, 2023

For unsupported gpu device in CUDA 10,
Try building with the following command.

TORCH_CUDA_ARCH_LIST="7.5+PTX" ./install.sh 

Then, the first time the application is run, it is JIT compiled into the device binary with NVIDIA Driver.
This will take several minutes.

@nagadomi
Copy link
Owner

nagadomi commented Jan 6, 2023

I pushed a Docker Image with the above changes, see README about JIT Caching.
https://hub.docker.com/r/nagadomi/torch7

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

No branches or pull requests

2 participants