GPU related information missing when using nsys profile

Hi,

I met several issues when I run the following script, and in generated report3.qdrep, there is no GPU related information,would you please help to check? Thanks!

nsys profile --stats=true python3 run.py run T5 ‘trt’ --variant ‘t5-small’ --working-dir tem --fp16

###############################error message##############################################################
Collecting data…
/usr/bin/python3: symbol lookup error: /usr/local/lib/python3.10/dist-packages/nsys_cli_pycli_wrapper/nsys_cli_dist/target-linux-x64/libToolsInjectionProxy64.so: undefined symbol: __libc_dlclose, version GLIBC_PRIVATE

The target application returned non-zero exit code 127
Processing events…
Saving temporary “/tmp/nsys-report-17e1-3467-54a2-75ab.qdstrm” file to disk…

Creating final output files…
Processing [===============================================================100%]
Saved report file to “/tmp/nsys-report-17e1-3467-54a2-75ab.qdrep”
Exporting 45 events: [=====================================================100%]

Exported successfully to
/tmp/nsys-report-17e1-3467-54a2-75ab.sqlite
Report file moved to “/mnt/data/flan-t5/TensorRT/demo/HuggingFace/report3.qdrep”
Report file moved to “/mnt/data/flan-t5/TensorRT/demo/HuggingFace/report3.sqlite”

##############################verison information####################################################################
NVIDIA-SMI 530.30.02 Driver Version: 530.30.02 CUDA Version: 12.1
NVIDIA Nsight Systems version 2021.3.2.12-9700a21

Timestamp counter supported: Yes
Sampling Environment Check
Linux Kernel Paranoid Level = -1: OK
Linux Distribution = Ubuntu
Linux Kernel Version = 5.4.0-148-generic: OK
Linux perf_event_open syscall available: OK
Sampling trigger event available: OK
Intel(c) Last Branch Record support: Available
Sampling Environment: OK

@afroger for initial triage.

You’re using years old version of the tool. Could you please try our latest web release? (link)

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.