can't reload 'C:\Program Files\Matl​ab\R2016a\​bin\win64\​gpu.dll how to solve this problem ???

2 vues (au cours des 30 derniers jours)
When trying to start MATLAB code, I get the following error: can't reload 'C:\Program Files\Matlab\R2016a\bin\win64\gpu.dll
  3 commentaires
riadi abdelhamid
riadi abdelhamid le 21 Déc 2017
Modifié(e) : Walter Roberson le 26 Déc 2017
for example when I try to start this code :
x=rand(10,'single');
G=gpuArray(x);
isequal(gather(G),x)
classUnderlying(G)
G2=G.*G
Joss Knight
Joss Knight le 26 Déc 2017
It seems like MATLAB was incorrectly installed, perhaps something like you have a Parallel Computing Toolbox license but you didn't install it. Try reinstalling MATLAB and then contact support if it keeps happening.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by