Which Visual Studio 2019 package should I install to work with CUDA?

8 vues (au cours des 30 derniers jours)
CaG
CaG le 3 Déc 2019
Commenté : Joss Knight le 4 Déc 2019
I would like to use my nVidia GPU to speed up my computations. For this reason, I'd like to install CUDA with Microsoft Visual Studio 2019 Enterprise.
Unfortunately, Visual Studio 2019 has a lot of workloads and packages and I do not know which one I should install in order to use the GPU coder.
Is the "Desktop Development with C++" workload enough for this purpose or additional packages are required?

Réponses (1)

Joss Knight
Joss Knight le 4 Déc 2019
To accelerate your MATLAB code with an NVIDIA GPU, you do not need to install a C++ Compiler.
  4 commentaires
CaG
CaG le 4 Déc 2019
I'd like to have a MEX file to be executed on the GPU. I do not think, for the kind of code I have, that PCT and gpuArray are enough.
Joss Knight
Joss Knight le 4 Déc 2019
But you are writing the CUDA code entirely yourself? In which case you should be using mexcuda, not GPU Coder.

Connectez-vous pour commenter.

Catégories

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

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by