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

3 次查看(过去 30 天)
When trying to start MATLAB code, I get the following error: can't reload 'C:\Program Files\Matlab\R2016a\bin\win64\gpu.dll
  3 个评论
riadi abdelhamid
riadi abdelhamid 2017-12-21
编辑:Walter Roberson 2017-12-26
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 2017-12-26
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品


版本

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by