Please continue using the mailing list. It's hard too say, maybe the volume is too big or too small for your GPU. Have you tried doing "make test" to see if the problem is related to this particular reconstruction or if this is a more general problem? What is the size of the projection images and the volume that you use?<br>

Simon<br><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 11:52 AM, 강세룡 <span dir="ltr"><<a href="mailto:seryongkang@naver.com" target="_blank">seryongkang@naver.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="font-size:10pt;font-family:Gulim"><p>Hi. </p><p style="font-size:10pt"> </p><p style="font-size:10pt">This is the line giving this error. </p><p style="font-size:10pt"> </p><p style="font-size:10pt">:  In rtkCudaForwardProjectionImageFilter.cu  line : 251   >> error message is invalid texture reference</p>

<p style="font-size:10pt"> </p><p>  // Set texture parameters</p><p>  tex_vol.normalized = false;                      // access with normalized texture coordinates</p><p>  tex_vol.filterMode = cudaFilterModeLinear;      // linear interpolation</p>

<p>  tex_vol.addressMode[0] = cudaAddressModeClamp;  // clamp texture coordinates</p><p>  tex_vol.addressMode[1] = cudaAddressModeClamp;</p><p>  // Bind 3D array to 3D texture</p><p>  cudaBindTextureToArray(tex_vol, (cudaArray*)dev_vol, channelDesc);</p>

<p>  CUDA_CHECK_ERROR;   --------------->>> this is line 251</p><p style="font-size:10pt"> </p><p style="font-size:10pt"> </p><p style="font-size:10pt">and : </p><p style="font-size:10pt"> </p><p style="font-size:10pt">

In rtkCudaBackProjectionImageFilter,.cu   line : 251 >> error message is invalid device function</p><p style="font-size:10pt"> </p><p>    kernel <<< dimGrid, dimBlock >>> ( dev_vol,</p><p>                                           make_int3(vol_dim[0], vol_dim[1], vol_dim[2]),</p>

<p>                                           blocksInY, 1.0f/(float)blocksInY );</p><p>    }</p><p>  CUDA_CHECK_ERROR; ------------>>> this is line 251</p><p style="font-size:10pt"> </p><p style="font-size:10pt">

 </p><p style="font-size:10pt">I can't understand about this error.....</p><p style="font-size:10pt"> </p><p style="font-size:10pt">Please help me, simon.</p><p style="font-size:10pt"> </p><p style="font-size:10pt"> </p>

<p style="font-size:10pt">Thanks.</p><p style="font-size:10pt">-seryong</p></div>
<table><tbody><tr><td><img src="" border="0"></td></tr></tbody></table></blockquote></div><br>