View Single Post
  #15   Spotlight this post!  
Unread 08-07-2016, 19:00
Wasabi Fan Wasabi Fan is offline
Registered User
FRC #0488
 
Join Date: Dec 2015
Location: Washington
Posts: 15
Wasabi Fan is an unknown quantity at this point
Re: Methods for deploying/(cross-)compiling vision code for NVidia Jetson

Thanks for the info on compiling CUDA code! I'll try it out and see how it goes. Am I correct that I should be giving both .cpp and .cu files to the CUDA compiler, and then it will invoke the normal C++ compiler for the .cpp files? If so, will my C++11 code still work even though the supported version of NVCC doesn't support C++11?

Quote:
Not sure which Dev Forum you posted in earlier, but let me know your username,
and post here for TX1: https://devtalk.nvidia.com/default/b...64/jetson-tx1/
and here for TK1: https://devtalk.nvidia.com/default/b...62/jetson-tk1/
My original question which I posted on the dev forums was more focused on Nsight Eclipse Edition, so I posted it in the forum specific to that toolset; after not getting any replies there, I decided to post here to see what other FRC teams have had success with. Depending on what I get from my experimentation with CMake tools, I might go over to the general Jetson TK1 forums and ask a question there.
Reply With Quote