I'm new to NetBeans 8.2 and the c++ project was built successfully with 'make' command in the terminal but won't build in NetBeans 8.2.
And I had set path of NVCC and it is found when I typed 'which nvcc' in th terminal. It says '/usr/local/cuda-8.0/bin/nvcc'
I can build other CUDA example with 'make' command in the terminal, but NetBeans 8.2 is not going to make any CUDA project.
It says 'nvcc: not found'
How can I set nvcc in NetBeans 8.2?
Did you try these steps ?
These are the instructions I expect to be the more useful for what you are trying to do.
They can be found on the devtalk forum from Nvidia, for which it might be a little less off-topic than SO.