Does Deepstream 5.0 support dGPU A10 or RTX 3090?

I want to move my deepstream program from Jetson platform to X86 system.

Does Deepstream 5.0 support dGPU A10 or RTX 3090?

And if A10 is ok but 3090 not, are Xeon or EPYC CPU mandantory for deepstream , or I can also use Core or Ryzen CPU?

many thanks.

• Hardware Platform (Jetson / GPU)
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Refer to this, Quickstart Guide — DeepStream 6.3 Release documentation
Geforce RTX 2080 supported, RTX 3090 should be supported. not sure if A10 support or not, you can give a try on these two dGPUs.

And if A10 is ok but 3090 not, are Xeon or EPYC CPU mandantory for deepstream , or I can also use Core or Ryzen CPU?

Nvidia dGPUs is a must if you run inference computing using deepstream on x86 platform, you can use other type CPUs, there not mandatory for CPUs.

Hi amycao,

many thanks for your reply!