Ele não usará automaticamente a GPU para fazer plotagens normais.
No entanto, se você tiver a caixa de ferramentas de computação paralela e trabalhar com gpuarray
, ela usará a GPU automaticamente para criar sua plotagem.
Descrito neste boletim informativo do Mathworks: programação da GPU no MATLAB .
GPU Computing in MATLAB
Before continuing with the wave equation example, let's quickly review how MATLAB works with the GPU.
FFT, IFFT, and linear algebraic operations are among more than 100 built-in MATLAB functions that can be executed directly on the GPU by providing an input argument of the type GPUArray, a special array type provided by Parallel Computing Toolbox. These GPU-enabled functions are overloaded—in other words, they operate differently depending on the data type of the arguments passed to them.