Yes, and that&#39;s the problem. The main file must be .cu extension or it won&#39;t work with Cuda...<br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Octavian Soldea</b> <span dir="ltr">&lt;<a href="mailto:octaviansoldea@gmail.com">octaviansoldea@gmail.com</a>&gt;</span><br>
Date: 18 October 2012 16:17<br>Subject: Re: [Insight-users] [insight] - Using ITK on a non c/ cpp/ cxx extensions<br>To: Gabriel Santiago &lt;<a href="mailto:santiago.eletrica@gmail.com">santiago.eletrica@gmail.com</a>&gt;<br>
<br><br>HI Gabriel<br>
<br>
The main should be added indeed to the project via CMakeLists.txt.<br>
<br>
Best regards,<br>
  Octavian<br>
<br>
On Thu, Oct 18, 2012 at 11:44 AM, Gabriel Santiago<br>
<div class="HOEnZb"><div class="h5">&lt;<a href="mailto:santiago.eletrica@gmail.com">santiago.eletrica@gmail.com</a>&gt; wrote:<br>
&gt; Actually, I tried that... But ITK won&#39;t work if I don&#39;t put the main file<br>
&gt; inside the CMakeLists.txt.<br>
&gt;<br>
&gt; As in this example:<br>
&gt;<br>
&gt; PROJECT( PROJECT_NAME )<br>
&gt; FIND_PACKAGE ( ITK REQUIRED )<br>
&gt; IF ( ITK_FOUND )<br>
&gt; INCLUDE( ${ITK_USE_FILE} )<br>
&gt; ENDIF( ITK_FOUND )<br>
&gt; ADD_EXECUTABLE( PROJECT_NAME main.cpp )<br>
&gt; TARGET_LINK_LIBRARIES ( PROJECT_NAME ITKCommon ITKIO)<br>
&gt;<br>
&gt; I tried another cpp (and h) files but didn&#39;t work...<br>
&gt;<br>
&gt; ---------- Forwarded message ----------<br>
&gt; From: Octavian Soldea &lt;<a href="mailto:octaviansoldea@gmail.com">octaviansoldea@gmail.com</a>&gt;<br>
&gt; Date: 18 October 2012 12:05<br>
&gt; Subject: Re: [Insight-users] [insight] - Using ITK on a non c/ cpp/ cxx<br>
&gt; extensions<br>
&gt; To: Gabriel Santiago &lt;<a href="mailto:santiago.eletrica@gmail.com">santiago.eletrica@gmail.com</a>&gt;<br>
&gt;<br>
&gt;<br>
&gt; Hi Gabriel<br>
&gt;<br>
&gt; I begin to understand the configuration in which you operate. Is the<br>
&gt; following an option? Let the &quot;main&quot; control calls to CUDA and ITK.<br>
&gt; Pack CUDA related code in a library which exposes h files only. Then<br>
&gt; the &quot;main&quot; control decides when/if to access CUDA and based on<br>
&gt; decisions from CUDA outputs you call ITK.<br>
&gt; There should be some data data that is passed between the &quot;main&quot; (that<br>
&gt; uses ITK) and the CUDA library and vice-versa. Please note that the<br>
&gt; code in .cu and .h which is pure C/C++ can be called from &quot;main&quot;. What<br>
&gt; is not possible to call from c/cxx/cpp/&quot;main&quot; files are CUDA proper<br>
&gt; calls, such as kernel calls.<br>
&gt;<br>
&gt; Please let me know if this solves your problem or you need more information.<br>
&gt;<br>
&gt; Good luck,<br>
&gt;    Octavian<br>
&gt;<br>
&gt; On Thu, Oct 18, 2012 at 10:30 AM, Gabriel Santiago<br>
&gt; &lt;<a href="mailto:santiago.eletrica@gmail.com">santiago.eletrica@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hello Octavian, thank you for your reply!<br>
&gt;&gt;<br>
&gt;&gt; My problem is that I must use ITK inside a Cuda file (extension .cu) since<br>
&gt;&gt; I<br>
&gt;&gt; need to use some Cuda functions and they won&#39;t work in a cpp or c file.<br>
&gt;&gt; I tried to proceed as usual, just by changing main.CPP to main.CU on<br>
&gt;&gt; CMakeLists.txt file, but it didn&#39;t work.<br>
&gt;&gt;<br>
&gt;&gt; Do you think that, if I specify the toolchain I am using, it could work?<br>
&gt;&gt;<br>
&gt;&gt; I also tried to create a .h file, but for an unknown reason, ITK doesn&#39;t<br>
&gt;&gt; work if I put a non ITK header file in my project. (Does anyone here know<br>
&gt;&gt; why?)<br>
&gt;&gt;<br>
&gt;&gt; Thanks again,<br>
&gt;&gt;<br>
&gt;&gt; On 18 October 2012 11:23, Octavian Soldea &lt;<a href="mailto:octaviansoldea@gmail.com">octaviansoldea@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Gabriel<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Could you please be a bit more specific? I do not understand &quot;use ITK<br>
&gt;&gt;&gt; on a .cu (CUDA) file&quot;. I believe your problem is that some functions<br>
&gt;&gt;&gt; are not recognized in the cpp/c/cxx files.<br>
&gt;&gt;&gt; Sometimes, it helps to move functions to .h files. Please note that<br>
&gt;&gt;&gt; itk comes with some OpenCL support.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Best regards,<br>
&gt;&gt;&gt;     Octavian<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Thu, Oct 18, 2012 at 10:08 AM, Gabriel Santiago<br>
&gt;&gt;&gt; &lt;<a href="mailto:santiago.eletrica@gmail.com">santiago.eletrica@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt; &gt; Hi guys!<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; I need to use ITK on a .cu (CUDA) file.<br>
&gt;&gt;&gt; &gt; I tried to use CMake, and change the main file extension to .cu, but<br>
&gt;&gt;&gt; &gt; obviously didn&#39;t work. Also tried to specify the toolchain that it<br>
&gt;&gt;&gt; &gt; should<br>
&gt;&gt;&gt; &gt; use, but no good.<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Can anyone here help me, please?<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Regards,<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt; &gt; Gabriel Santiago<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; ~&quot;As long as I live so long do I learn&quot;~<br>
&gt;&gt;&gt; &gt; Ramakhrishna<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; _____________________________________<br>
&gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Gabriel Santiago<br>
&gt;&gt;<br>
&gt;&gt; ~&quot;As long as I live so long do I learn&quot;~<br>
&gt;&gt; Ramakhrishna<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Gabriel Santiago<br>
&gt;<br>
&gt; ~&quot;As long as I live so long do I learn&quot;~<br>
&gt; Ramakhrishna<br>
&gt;<br>
&gt;<br>
&gt; _____________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt; <a href="http://www.kitware.com/products/protraining.php" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;<br>
</div></div></div><br><br clear="all"><br>-- <br>Gabriel Santiago<br><br>~&quot;As long as I live so long do I learn&quot;~<div>Ramakhrishna</div><br>