Can I use Deepstream 5.0 on Nvidia RTX 3080

can I use DeepStream SDK with RTX 3080 or is it only for edge devices? do i have to install TensorRT as well?

1 Like

Formally, DeepStream SDK runs on NVIDIA® T4 and platforms such as NVIDIA® Jetson™ Nano, NVIDIA® Jetson AGX Xavier™, NVIDIA® Jetson Xavier NX™, NVIDIA® Jetson™ TX1 and TX2. Quickstart Guide — DeepStream 6.1.1 Release documentation

Seems there are some customers use DeepStream SDK on RTX card. Theoretically, it may work but it is not formal. Anyway, the SDK and its dependencies should be installed correctly before you use it. Quickstart Guide — DeepStream 6.1.1 Release documentation

Deepstream 5.0 needs Cuda 10.2 and Cuda 10.2 supports graphics cards only upto turing architecture i.e 20 series cards. 30 series cards are based on Ampere architecture which is only supported by Cuda 11 or above.
refer Support Matrix :: NVIDIA Deep Learning cuDNN Documentation

Hi,
deepstream:5.0.1-20.09-triton has CUDA11 support but for A100 cards. Not sure if other GPUs 30 series supported or not. Nvidia can comment on this @Fiona.Chen

Formally, DeepStream SDK runs on NVIDIA® T4 and platforms such as NVIDIA® Jetson™ Nano, NVIDIA® Jetson AGX Xavier™, NVIDIA® Jetson Xavier NX™, NVIDIA® Jetson™ TX1 and TX2. https://docs.nvidia.com/metropolis/deepstream/dev-guide/text/DS_Quickstart.html#quickstart-guide

The other cases, the platform compatibility is Quickstart Guide — DeepStream 6.3 Release documentation

Hi @Fiona.Chen,
The QuickStart Guide — DeepStream DeepStream Version: 5.0 documentation tells only about CUDA10.2 release while on ngc for deepstream it says support for CUDA11 and CUDA10.2. here is the link: DeepStream | NVIDIA NGC

So it is little ambiguous to me.

Latest deepstream5.0.1 is based on cuda 10.2.

1 Like

is it known when deepstream based on cuda 11 could be released?