Iuse nv-nsight-cu-ci on Xavier for performance,but prompt the following information:
==PROF== WARNING: No section files found in search paths.
---------- ------------ --------
Identifier Display Name Filename
---------- ------------ --------
Hi, which version of Nsight Compute (nv-nsight-cu-cli) are you using for this command? Could you please post the output of:
nv-nsight-cu-cli --version
Where are the section files from that are in
/usr/local/cuda-10.0/NsightCompute-1.0/sections
Normally, the section directory for Nsight Compute 1.0 is named “ProfileSectionTemplates”, it was renamed in later versions of the tool. If the “sections” directory contains section files from a newer version of Nsight Compute than the one you are using for the command, they are likely to be not compatible.
Later versions of Nsight Compute (e.g. 2019.3.1) will show you more helpful error messages if the found .section files are incompatible, but 1.0 did not yet have this feature.
The new section file you created, SampleSection.section, is not valid for Nsight Compute 1.0, as section files for that version don’t support the “Description” field. As for the last comment you posted, I think it’s the same issue I pointed out earlier, namely that the section directory is named “ProfileSectionTemplates” in Nsight Compute 1.0, not “sections”.
If you would like to create custom sections for Nsight Compute 1.0, please put them in the “ProfileSectionTemplates” directory and have them follow the format given by the already provided section files in that version. You can also inspect the protocol buffer description for section files in that version’s “extras/FileFormat/ProfilerSection.proto” file.
However, I very much recommend that you move to the latest version of Nsight Compute, if that’s possible for you, as it will contain many bug fixes, newer features and better performance.