Is this a bug in the gpuArray class

1 次查看(过去 30 天)
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