View Single Post
  #16   Spotlight this post!  
Unread 11-07-2016, 09:25
dusty_nv dusty_nv is offline
Registered User
no team
 
Join Date: Jan 2016
Location: Pittsburgh, PA
Posts: 18
dusty_nv is a name known to alldusty_nv is a name known to alldusty_nv is a name known to alldusty_nv is a name known to alldusty_nv is a name known to alldusty_nv is a name known to all
Re: Methods for deploying/(cross-)compiling vision code for NVidia Jetson

Quote:
Originally Posted by Wasabi Fan View Post
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?
The .cpp files will be redirected to compile with gcc.
Reply With Quote