Wolfram Computation Meets Knowledge

How do I troubleshoot CUDALink issues?

CUDALink allows the Wolfram Language to use the CUDA parallel computing architecture on graphics processing units (GPUs).

If CUDALink is not working correctly, the most common root causes are:

  • Your GPU is not CUDA-enabled with a sufficient compute capability. If your GPU is not listed on this webpage with compute capability 3.0+, then CUDALink will not work in Mathematica.
  • The NVIDIA-distributed GPU driver on your machine is out of date. Please update to the latest driver for your specific GPU:

    Mac
    Windows
    Linux

    Note that your operating system’s automatic driver updating tool may not always have access to the latest version, so it is essential to check NVIDIA’s website directly.

  • The CUDAResources paclet on your machine is out of date. Update it to the latest version by evaluating the following:
    PacletSiteUpdate /@ PacletSites[];
    Needs["CUDALink`"];
    CUDAResourcesInstall[Update -> True]  

    … from within your Wolfram System. Note that this functionality requires internet access.

The CUDALink setup tutorial provides further in-depth troubleshooting information if necessary.

If the issue still persists, please contact Wolfram Technical Support. In your support request, please include a notebook containing the output of the following code:

<< CUDALink`
CUDAQ[]
CUDADriverVersion[]
CUDAResourcesInstall[]
CUDAResourcesInformation[]
CUDAInformation[]
SystemInformation[] 
该文档是否有帮助?

任何建议?

非常感谢您的反馈!

提交

联系支持团队

从账单到产品激活,以及任何技术相关内容,无论您遇到任何问题,我们都在此为您提供帮助。

1-800-WOLFRAM (+1-217-398-0700 美国境外用户)

客服支持

周一至周五
8am–5pm 美国中部时区

  • 产品注册或激活
  • 预售信息和订单
  • 安装帮助和首次启动

高级技术支持 (面向特定用户)

周一至周四
8am–7pm 美国中部时区

周五
8:30–10am & 11am–5pm 美国中部时区

  • 优先技术支持
  • Wolfram 专家助理专员
  • Wolfram 语言编程帮助
  • 高级安装支持