CUDA code coverage and Static analysis tools

I am looking following tools/Methods for CUDA kernel code.

  1. Static Analysis tool for CUDA Kernel code
  2. Code Coverage tool for CUDA Kernel code
  3. Best methods for writing Unit testing for CUDA kernels.
1 Like

I’m also interested on this question, what are the recommendations from Nvidia?

Hi guys, have you heard about ROSE or LLVM compiler infrastructures, I guess they offer interesting CUDA analysis tools.

Look inside of section 16.
http://www.rosecompiler.org/ROSE_UserManual/ROSE-0.9.9.149-UserManual.pdf

In the mean time if you guys have found some tools for CUDA please let me know.

BR
Diego.