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

2 views (last 30 days)
When trying to start MATLAB code, I get the following error: can't reload 'C:\Program Files\Matlab\R2016a\bin\win64\gpu.dll
  3 Comments
riadi abdelhamid
riadi abdelhamid on 21 Dec 2017
Edited: Walter Roberson on 26 Dec 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 on 26 Dec 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.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2016a

Community Treasure Hunt

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

Start Hunting!