When running the Nvidia Visual Profiler, it repeatedly throws up a “CUPTI_ERROR_NOT_COMPATIBLE” error.
I have come across the https://devtalk.nvidia.com/default/topic/819120/unable-to-profile-tk1-21-3-cuda-application-cupti-error/ link.
One of the facts on the post mentioned is:
“My board configuration is L4T 21.3 (3.10.40-gc017b03) and my computer is running Ubuntu 12.04 (64bits) and a Nvidia driver 346.47, cuda 6.5 toolkit.”
& the solution it shares is:
“To remove that I had to migrate my computer to CUDA 7.0.”
I have two questions:
- How do I check my board configuration as described above? I have run nvidia-smi & the defalt deviceQuery examples and neither appears to have helped my case.
- My current NVIDIA driver version: NVIDIA-SMI 367.57 Driver Version: 367.57
& CUDA Toolkit installed is CUDA 8.0, therefore the latest version of the driver. How do I resolve the above issue?
Thanks and Regards.