<div dir="ltr"><div>Hi,<br></div>From <a href="    CUFFT_ALLOC_FAILED   = 2,  //  cuFFT failed to allocate GPU or CPU memory   Read more at: http://docs.nvidia.com/cuda/cufft/index.html#ixzz3hq6CLu9v Follow us: @GPUComputing on Twitter | NVIDIA on Facebook">this page</a>, you have<br><pre>CUFFT_ALLOC_FAILED   = 2,  //  cuFFT failed to allocate GPU or CPU memory</pre><div style="overflow:hidden;color:rgb(0,0,0);background-color:rgb(255,255,255);text-align:left;text-decoration:none;border:medium none">This is not suprising that you have a GPU memory issue when decreasing the spacing because a finer volume spacing might require  more rows of the projections for the reconstruction and therefore you can end up with being out of memory. Try processing one projection at a time with --subsetsize 1. If it's still too large, you'll have to change your --dimension to process a smaller volume in the y direction.<br></div><div style="overflow:hidden;color:rgb(0,0,0);background-color:rgb(255,255,255);text-align:left;text-decoration:none;border:medium none">Simon<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 4, 2015 at 10:49 AM, ghostcz <span dir="ltr"><<a href="mailto:ghostcz@hotmail.com" target="_blank">ghostcz@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div dir="ltr">
<div style="FONT-SIZE:12pt;FONT-FAMILY:'Calibri';COLOR:#000000">
<div>Dear rtk users/developers,</div>
<div> </div>
<div>I was testing the rtkfdk.exe application.</div>
<div>The program ran into an error and caught an exception saying:</div>
<div>“</div>
<div>itk::ExceptionObject (00000000002EEA60)</div>
<div>Location: "unknown"</div>
<div>File: C:/Users/liy/root/RTK/code/rtkCudaFFTRampImageFilter.cu</div>
<div>Line: 97</div>
<div>Description: itk::ERROR: CUFFT ERROR #2”</div>
<div>To save you a trip to the documentation, Line: 97 is here:</div>
<div>“</div>
<div>if(fftDimension.z==1)</div>
<div>    result = cufftPlan2d(&fftFwd, inputDimension.y, 
inputDimension.x, CUFFT_R2C);</div>
<div>  else</div>
<div>    result = cufftPlan3d(&fftFwd, inputDimension.z, 
inputDimension.y, inputDimension.x, CUFFT_R2C);</div>
<div>  CUFFT_CHECK_ERROR(result);</div>
<div>“</div>
<div> </div>
<div>This occurred when --spacing=0.04623, while the program works just fine if 
I use --spacing=0.05.</div>
<div>Is there anyone can help me with this?</div>
<div> </div>
<div>Best regards,</div>
<div>Louie</div></div></div></div>
<br>_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com">Rtk-users@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/rtk-users</a><br>
<br></blockquote></div><br></div>