Dose Tesla P100 support 8K video codec?

ENV: Video_Codec_SDK_8.2.15 and Driver Version: 396.26
EXE: Samples/AppDecode/AppDec -h

OutPut:
GPU 0 - Tesla P100-PCIE-12GB

Codec JPEG BitDepth 8 Supported 1 MaxWidth 32768 MaxHeight 16384 MaxMBCount 67108864 MinWidth 64 MinHeight 64
Codec MPEG1 BitDepth 8 Supported 1 MaxWidth 4080 MaxHeight 4080 MaxMBCount 65280 MinWidth 48 MinHeight 16
Codec MPEG2 BitDepth 8 Supported 1 MaxWidth 4080 MaxHeight 4080 MaxMBCount 65280 MinWidth 48 MinHeight 16
Codec MPEG4 BitDepth 8 Supported 1 MaxWidth 2032 MaxHeight 2032 MaxMBCount 8192 MinWidth 48 MinHeight 16
Codec H264 BitDepth 8 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 48 MinHeight 16
Codec HEVC BitDepth 8 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 144 MinHeight 144
Codec HEVC BitDepth 10 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 144 MinHeight 144
Codec HEVC BitDepth 12 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 144 MinHeight 144
Codec VC1 BitDepth 8 Supported 1 MaxWidth 2032 MaxHeight 2032 MaxMBCount 8192 MinWidth 48 MinHeight 16
Codec VP8 BitDepth 8 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 48 MinHeight 16
Codec VP9 BitDepth 8 Supported 1 MaxWidth 4096 MaxHeight 4096 MaxMBCount 65536 MinWidth 144 MinHeight 144

Codec VP9 BitDepth 10 Supported 0 MaxWidth 0 MaxHeight 0 MaxMBCount 0 MinWidth 0 MinHeight 0
Codec VP9 BitDepth 12 Supported 0 MaxWidth 0 MaxHeight 0 MaxMBCount 0 MinWidth 0 MinHeight 0

Hi gsswzt,

Please find the Tesla section from more information from:
[url]https://developer.nvidia.com/video-encode-decode-gpu-support-matrix[/url]

Cheers

Thank you for answer.

From gpu-support-matrix I found:

Tesla P100 Pascal GP100 1 1 1 YES YES YES YES YES YES YES YES YES NO NO

This represents P100 support 8K? https://developer.nvidia.com/nvidia-video-codec-sdk#NVDECFeatures

Pascal 8-bit 4096 x 4096 8-bit 4096 x 4096 8-bit 4096 x 4096 10-bit 8192 x 8192** 10-bit 8192 x 8192** 10-bit 8192 x 8192**

But samples output show only support max 4096 x 4096 on HEVC and VP9

Hi Gsswzt,
V100 or tegra xavier can support 8K.

On P100, we don’t have 8k support.

Thanks
wayne zhu

Thanks!