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/