I want to reserve the gpu resources for ai computing

Hello,

We use shaders to play Yuv format files using OpenGL.

  1. Do you use a lot of nano gpu resources when converting yuv to rgb?
  2. Is there a way to see the usage?
  3. When converting yuv to rgb, I want to minimize the use of gpu, so I want to reserve the resources for ai computing. How is that possible?

Thank you.

Hi,
Not sure about your usecase of AI computing.We have DeepStream SDK for running deep learning inference on Jetson platforms and desktop GPUs. You may check
https://forums.developer.nvidia.com/t/announcing-developer-preview-for-deepstream-5-0/121619/3
After installation through SDKManager, you can see the samples in

/opt/nvidia/deepstream/deepstream-5.0/

For format conversion, there is a hardware converter for converting YUV420 to RGBA. No GPU resource is used.

1 Like