[Nsights system] GPU metric not supported on RTX 3090 Ti

nsys says it does not support gpu metric on my system, but I can’t figure out why.
Is there any configuration that should be done
or
Anything I can try to enable gpu metrics?

quqqu@Server14:~/test$
nvidia-smi
Tue Jan  9 02:22:50 2024
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.23.08              Driver Version: 545.23.08    CUDA Version: 12.3     |
|-----------------------------------------+----------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |         Memory-Usage | GPU-Util  Compute M. |
|                                         |                      |               MIG M. |
|=========================================+======================+======================|
|   0  NVIDIA GeForce RTX 3090 Ti     On  | 00000000:01:00.0 Off |                  Off |
|  0%   39C    P8              25W / 450W |     28MiB / 24564MiB |      0%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+
|   1  NVIDIA GeForce GTX 1050 Ti     On  | 00000000:05:00.0 Off |                  N/A |
| 45%   30C    P8              N/A /  75W |      6MiB /  4096MiB |      0%      Default |
|                                         |                      |                  N/A |
+-----------------------------------------+----------------------+----------------------+

+---------------------------------------------------------------------------------------+
| Processes:                                                                            |
|  GPU   GI   CI        PID   Type   Process name                            GPU Memory |
|        ID   ID                                                             Usage      |
|=======================================================================================|
|    0   N/A  N/A      1241      G   /usr/lib/xorg/Xorg                            9MiB |
|    0   N/A  N/A      1415      G   /usr/bin/gnome-shell                          8MiB |
|    1   N/A  N/A      1241      G   /usr/lib/xorg/Xorg                            4MiB |
+---------------------------------------------------------------------------------------+

quqqu@Server14:~/test$
nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2023 NVIDIA Corporation
Built on Wed_Nov_22_10:17:15_PST_2023
Cuda compilation tools, release 12.3, V12.3.107
Build cuda_12.3.r12.3/compiler.33567101_0

quqqu@Server14:~/test$
uname -a
Linux Server14 6.2.0-39-generic #40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
quqqu@Server14:~/test$
nsys status --environment
Timestamp counter supported: Yes

CPU Profiling Environment Check
Root privilege: disabled
Linux Kernel Paranoid Level = 2
Linux Distribution = Ubuntu
Linux Kernel Version = 6.2.0-39-generic: OK
Linux perf_event_open syscall available: OK
Sampling trigger event available: OK
Intel(c) Last Branch Record support: Available
CPU Profiling Environment (process-tree): OK
CPU Profiling Environment (system-wide): Fail

quqqu@Server14:~/test$
nsys -v
NVIDIA Nsight Systems version 2023.3.3.42-233333266658v0

Would it be possible for you to try with the last version of Nsys, 2023.4 from developer.nvidia.com/nsight-systems ?

The version we ship on the web is always slightly ahead of the one shipping in the Cuda Toolkit, and I think you are hitting an issue that is fixed in the web release.