how to use GPU to speed up the execution of Matlab algorithms ?

2 vues (au cours des 30 derniers jours)
riadi abdelhamid
riadi abdelhamid le 20 Déc 2017
Commenté : Walter Roberson le 21 Déc 2017
I did simulations on MATLAB which takes a lot of time so I found that GPU is the effective solutions to reduce the calculation time but the problem I do not know how to use GPU on MATLAB despite having an NVIDIA card
  1 commentaire
Adam
Adam le 20 Déc 2017
The documentation is the best place to start, but you will need the Parallel Processing Toolbox.

Connectez-vous pour commenter.

Réponses (1)

Jan
Jan le 20 Déc 2017
Modifié(e) : Jan le 20 Déc 2017
To speed up computation, Parallel Computing Toolbox leverages NVIDIA GPUs
with compute capability 2.0 or higher. See the compute capabilities of all
NVIDIA GPUs. MATLAB does not support computation acceleration using AMD or
Intel GPUs at this time.
This means that installing an NVIDIA card is obligatory.
  4 commentaires
riadi abdelhamid
riadi abdelhamid le 21 Déc 2017
I can't understand this but I have not Dell's backup and recovery
Walter Roberson
Walter Roberson le 21 Déc 2017
You might need to reinstall the Parallel Processing Toolbox.

Connectez-vous pour commenter.

Catégories

En savoir plus sur GPU Computing dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by