Páginas

domingo, 5 de agosto de 2018

PerforMAT

% PerforMAT é um ecossistema (grupos/plataformas organizados (as) que compartilham
% ferramentas/estratégias para resolver problemas em diferentes contextos) para otimização de
% processamento no Matlab, principalmente utilizando o GPU.


% Vídeos ----------------------------------------------------------------------------------------------

loading...

% Links que podem ser úteis -----------------------------------------------------------------------


'Geral'

Techniques to Improve Performance
Measure Performance of Your Program
Image Processing on a GPU
Distributing Arrays to Parallel Workers

'Medição de Performance'

- tic
- toc
etime
profile

'GPU'

- gpuDevice
functions support on GPU 
Create array on GPU
Establish Arrays on a GPU
Perform Thresholding and Morphological Operations on a GPU

' Processamento em paralelo - Partição'

Partition a datastore;
Partition a Datastore in Parallel;
Distributing Arrays to Parallel Workers;