New answers tagged cudalink
3
This may happen because the CUDA resources downloaded are for version 8 and are not compatible with version 9. The problem can be fixed by re-installing them. To do this, evaluate the following in version 9:
Needs["CUDALink`"]
CUDAResourcesUninstall[]
CUDAResourcesInstall[]
The download is rather large, so it might take a while.
Top 50 recent answers are included