So, in Linux this statement:
So it looks like you will need to wait for 11.1, which will definitely support CUDA 8.0.
does not seem to be true. To wit-
Detailed Information 3 items
Driver Path /usr/lib/nvidia-378/libnvidia-tls.so.378.13
Library Path /usr/lib/x86_64-linux-gnu/libcuda.so.378.13
System Libraries {/usr/lib/x86_64-linux-gnu/libcuda.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcudart.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcudart.so.7.5,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcufft.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcufft.so.7.5,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcufftw.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcufftw.so.7.5,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcublas.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcublas.so.7.5,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcurand.so,/home/flip/.Mathematica/Paclets/Repository/CUDAResources-LIN64-10.5.0/CUDAToolkit/lib64/libcurand.so.7.5}
You'll see a bunch of 7.5
s there at the end of the .so
s. I have 8.0 installed here, locally, and use it to build various things, but for some reason, Mathematica doesn't want to use it.
libcuda1-378/zesty,now 378.13-0ubuntu0~gpu17.04.3 amd64 [installed,automatic]
libcudart8.0/zesty,now 8.0.44-3 amd64 [installed,automatic]
nvidia-cuda-dev/zesty,now 8.0.44-3 amd64 [installed]
nvidia-cuda-doc/zesty,zesty,now 8.0.44-3 all [installed]
Any thoughts?