How to control or allocate GPU usage to process like CPU does?

For CPU usage control, we have cpulimit and cgroup.

However, does anyone konw how to control the GPU resource on the Xavier NX? For example, can we directly allocate 10% of GPU usage to a process? Or can we set a GPU usage limitation for a process?

Thank you so much!

Hi,

Unfortunately, tasks are assigned by the GPU scheduler and cannot be controlled in the user space.

Thanks.

OK, Thank you.

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