【问题标题】:MATLAB's gpuArray; insufficient compute capabilityMATLAB 的 gpuArray;计算能力不足
【发布时间】:2012-10-18 20:53:05
【问题描述】:

我在 2 岁的 Macbook Pro 上的 Ubuntu 12.04 上运行 MATLAB R2011b。我想利用 MATLAB 的 GPU 功能。但是,当我尝试时,我发现我的 GPU 似乎不够强大:

>> gpuArray(rand(10))
Error using gpuArray (line 28)
No device supporting CUDA was found.

>> gpuDevice
Warning: The device selected (device 1, "GeForce GT 330M") does not have sufficient compute
capability to be used. Compute capability 1.3 (or greater) is required, the selected device
has compute capability 1.2. 

这是否意味着我永远无法在我的机器上使用 MATLAB 的 GPU 函数?有哪些替代方案?

【问题讨论】:

    标签: matlab ubuntu parallel-processing cuda gpu


    【解决方案1】:

    GT330m is compute capability 1.2 mathworks 的 MATLAB GPU 支持需要 1.3(或更高)的计算能力,正如您所发现的。我不知道“从不”该说什么。那是很长一段时间。但是this thread 表示来自 acceleyes 的jacket 可能是一个替代方案,并且还给出了 Mathworks 对 cc 1.3 或更高版本限制的看法。

    【讨论】:

    • 感谢您提供详细的回答和收集的链接。夹克可能超出了我非常随意的学术用途的预算,但我会记住它以备将来使用。很遗憾,这么多相对较新的机器无法使用完整的 MATLAB 功能 - 您链接到的线程中也表达了这种情绪!
    • @BillCheatham Jacket 的学术费用为 350 美元。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-08-19
    • 2013-03-17
    • 2014-11-18
    • 2013-11-16
    • 2015-05-10
    相关资源
    最近更新 更多