How to get more utilization out of my GPU?

Hi.
Im working on a project where I try to get as much as possible gpu utilization, no matter what I try I cant get more than 30%.
how can I trigger it (tegrastats Utility GR3D_FREQ) and get something like 90%?
I prefer to write a python script which do some matrix multiplication(need it later on on my project)
by the way im working on jetson nano 2gb dev kit

Hi,
It sounds like there is single thread in the process. You may try to parallelize the take into multiple processes. Ideally there should be improvement in this way if GPU has available utilization.

Hi.
I’ve tried to use multiple threads as well but it didnt change anything

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