Hi,
There are 128 cuda cores in Nano, Can I disable some cuda cores for power-saving? For example, I want only 96
or 64 cuda cores working.
Hi,
No. They are in the same GPU and cannot be partially turned off.
However, we do provide several system mode to help user trade off between power and performance.
https://docs.nvidia.com/jetson/archives/l4t-archived/l4t-3231/index.html#page/Tegra%2520Linux%2520Driver%2520Package%2520Development%2520Guide%2Fpower_management_nano.html%23wwpID0E0WK0HA
Thanks.