How to understand “NVTX version 3 provides the same API, but removes the need to link with any library” ?
Don’t we need to rely on libnvToolsExt.so ?
NVTX v3 is implemented as a header only library. So you don’t have to link an .so, just bring in the headers for C/C++.