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