TAU with nvcc

hi guys

Does anyone have experience with profiling CUDA code with TAU automatic instrumentation? My code is in .cu file and compiled by nvcc, and TAU doesn’t not recognize nvcc as one of its known compiler. The part I want to profile is c++ code, not the cuda kernels…so one way i can think of is to pull the c++ out into .cpp and then TAU compiler can be used.