Tesla T4 and OpenGL

Hi
I am execting a c++ code that has post-processing with OpenGL. The pc has Tesla T4 GPU. It seems that this GPU is not compatible with OpenGL. Is there any solution to this problem?
Regards

Are you sure?
What indication are you getting that OpenGL is not supported on a Tesla T4?
And how are you trying to make use of it?

From what I read, it doesn’t have a video output. But it sounds like you can make use of it in OpenGL in a VM (see below). My guess is you may also be able to do offscreen GL rendering on it through EGL. I suspect that’s what Deepstream is doing.

See below for more info.


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