Application clock modification using nvidia-smi

Hi
I would like to know if I can change some hardware settings of my RTX 3080 via nvidia-smi command line tool. As a first try and based on the documents available on the web, I did the following steps:

$ nvidia-smi 
Tue Apr 26 13:20:26 2022       
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 470.82.01    Driver Version: 470.82.01    CUDA Version: 11.4     |
|-------------------------------+----------------------+----------------------+
| 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 ...  Off  | 00000000:2D:00.0 Off |                  N/A |
|  0%   43C    P8    23W / 370W |    111MiB / 10016MiB |      0%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1530      G   /usr/lib/xorg/Xorg                 17MiB |
|    0   N/A  N/A     41143      G   /usr/lib/xorg/Xorg                 52MiB |
|    0   N/A  N/A     41266      G   /usr/bin/gnome-shell               12MiB |
+-----------------------------------------------------------------------------+

$ sudo nvidia-smi -i 0 -pm 1
Enabled persistence mode for GPU 00000000:2D:00.0.
All done.
$ nvidia-smi -i 0 --query-supported-clocks=mem,gr --format=csv 
memory [MHz], graphics [MHz]
9501 MHz, 2130 MHz
9501 MHz, 2115 MHz
...
$ sudo nvidia-smi -i 0 -ac 9501,2130
Setting applications clocks is not supported for GPU 00000000:2D:00.0.
Treating as warning and moving on.
All done.

So, it seems that the device doesn’t support such modifications. I would like to know if that is all or I have to do some more things. Any comments on that?

It’s not supported. There are various features of the nvidia-smi tool that are not supported on consumer graphics products