Hi,
A workaround is to disable the GPU timeout watchdog:
$ sudo -s
$ echo N > /sys/kernel/debug/gpu.0/timeouts_enabled
But please note that Nano doesn’t have slice support.
Other kernels will need to wait for the previous one to finish to get the resources.
(In the full GPU load cases)
After doing this, we can get the correct PI output with your app.
Please also note that you can maximize the Nano performance with the following command:
$ sudo nvpmodel -m 0
$ sudo jetson_clocks
Thanks.