Remote profiling on jetson tk1 using a Windows 7 host

I’m trying to profile my cuda app using the Visual profiler. The profiler can connect to my jetson tk1 without any problem but when I try to launch the App, I get a message popup error saying :

“Data collection for 1 analysis stages failed.
Toolkit is not setup for connection ubuntu@172.16.240.6

Do I have to setup connection on both the host and the device ?

thanks

Hi KarlR,

Have you reviewed the documentation?

[url]http://docs.nvidia.com/cuda/profiler-users-guide/index.html#remote-profiling[/url]

For example, do you have the same CUDA toolkit version installed on local and remote machines?
The remote system must be accessible via SSH.

Thanks