<div dir="ltr"><div><div>Hi,<br>I haven't tried this combination, not even each one separately. But this is odd that CudaFDKBackprojectionImageFilter fails and CudaBackProjectionImageFilter succeeds, it's almost the same code. Can you check if the error is not somewhere else by putting the CUDA_CHECK_ERROR at the beginning of the function? (line 193). If you can't find the error, I would suggest to send a set of command line that produces the error, similar to what we use in our wiki examples (<a href="http://wiki.openrtk.org/index.php/Main_Page#Script_1_-_FDK">here</a> for example).<br></div>Thanks for the report,<br></div>Simon<br><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 8, 2014 at 11:24 PM, M Miller via Rtk-users <span dir="ltr"><<a href="mailto:rtk-users@public.kitware.com" target="_blank">rtk-users@public.kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Can RTK be built with CUDA 6.5 and VS2013?<br>
<br>
(Using RTK source downloaded 10.7.14)<br>
CUDA 6.5 has obseleted sm_10 and deprecated sm_11, sm_12, and sm_13.<br>
To build rtkcuda the parameter "-gencode arch=compute_10,code=sm_10" must be removed from FindCUDA_wrap.cmake (line 56). The next version of CUDA will probably require the other -gencode lines to be modified.<br>
<br>
Calling rtkbackprojections with bp=CudaFDKBackProjection crashes in "CUDA_reconstruct_conebeam". Inserting a CUDA_CHECK_ERROR after the "cudaMemcpyToArray" (about line 203) provides the description "itk::ERROR: CUDA ERROR: invalid argument".<br>
Other modes including bp=CudaBackProjection work fine under the same conditions.<br>
<br>
Which versions of CUDA are supported by RTK?<br>
<br>
<br>
Thanks<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" target="_blank">http://public.kitware.com/mailman/listinfo/rtk-users</a><br>
</blockquote></div><br></div></div></div></div>