We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I pushed a Docker Image with the above changes, see README about JIT Caching. https://hub.docker.com/r/nagadomi/torch7
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: