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 関数を使用できないということですか? 代替手段は何ですか?