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

3 visualizaciones (últimos 30 días)
When trying to start MATLAB code, I get the following error: can't reload 'C:\Program Files\Matlab\R2016a\bin\win64\gpu.dll
  3 comentarios
riadi abdelhamid
riadi abdelhamid el 21 de Dic. de 2017
Editada: Walter Roberson el 26 de Dic. de 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 el 26 de Dic. de 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.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Productos


Versión

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by