View Single Post
  #13   Spotlight this post!  
Unread 08-07-2016, 12:04
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

Hey there, if you're looking how to integrate CUDA toolchain with cmake build system, I use cmake and you can find some example on my github like here: https://github.com/dusty-nv/turbo2/b...CMakeLists.txt

Basically you just find_package(CUDA) and then use cuda_add_executable() cuda_add_library() and similar (you can see the functions/variables available in FindCUDA.cmake, which comes with cmake I believe). I also set some NVCC CUDA compiler settings for the Jetson which you can see in the CMakeLists above.

Like marshall says, I should hang around ChiefDelphi more frequently

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/
Reply With Quote