• Hardware Platform (GPU): A30
• DeepStream Version: 6.2
• Issue Type: Question
I am using an A30 sliced with MIG using config 5 (NVIDIA Multi-Instance GPU User Guide :: NVIDIA Tesla Documentation). Config 5 creates 4 slices with 1 NVDEC each.
When I run my DeepStream pipeline I am able to access instances of the nvv4l2decoder for hardware decoding on each slice.
I am curious if I were to move to an A100 which can be sliced 7 ways with config 19 (NVIDIA Multi-Instance GPU User Guide :: NVIDIA Tesla Documentation), however, each slice does not seem to have access to an NVDEC (see the table linked). Does this mean that I wouldn’t be able to use nvv4l2decoder for hardware decoding?