Which GPUs are supported

Dear,

I am developing tools for P100 and V100 that catch CUDA calls, collection hardware utilization information. My original implementation is based on CUPTI. Since CUPTI is deprecated, I am thinking to replace it with Nsight Perf SDK. However, it is difficult to find any document. I appreciate your help.

Best,
Bo

If you are using the CUPTI event and metric APIs you will need to move to using the the new Profiling APIs and Perfworks metric APIs.
Please refer Migration to the Profiling API section in the CUPTI document.