Is this a bug in the gpuArray class

1 vue (au cours des 30 derniers jours)
Chris van der Togt
Chris van der Togt le 16 Jan 2017
Commenté : Jordan Ross le 23 Jan 2017
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 commentaire
Jordan Ross
Jordan Ross le 23 Jan 2017
Hello Chris,
Can you provide the code that you were executing when you received this error?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur GPU Computing dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by