<HTML><HEAD></HEAD>
<BODY 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></BODY></HTML>