我在 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 函数?有哪些替代方案?