Is this a bug in the gpuArray class

조회 수: 1 (최근 30일)
Chris van der Togt
Chris van der Togt 2017년 1월 16일
댓글: Jordan Ross 2017년 1월 23일
Error using gpuArray/imfilter>isSeparable (line 282)
Conversion to logical from gpuArray is not possible.
Error in gpuArray/imfilter (line 113)
[separableFlag, u, s, v] = isSeparable(a, h);
Error in gpuArray/imregdemons>demons2d (line 459)
Da_y = imfilter(Da_y, hGaussian,'replicate');
Error in gpuArray/imregdemons>multiResolutionDemons2d (line 396)
[Da_x,Da_y] = demons2d(movingAtLevel,fixedAtLevel,options.NumIterations(p),...
Error in gpuArray/imregdemons (line 128)
[D, movingReg] = multiResolutionDemons2d(moving,fixed,options,classMoving);
Error in sbxaligntool>align_Callback (line 440)
parfor j=1:M
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in sbxaligntool (line 42)
gui_mainfcn(gui_State, varargin{:});
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)sbxaligntool('align_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback
  댓글 수: 1
Jordan Ross
Jordan Ross 2017년 1월 23일
Hello Chris,
Can you provide the code that you were executing when you received this error?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by