Tesla M60 HEVC Decode

Is this possible? Just tested the AppDec sample decoder on an AWS instance running a Tesla M60 and it threw an error saying the codec is not supported.

Can’t see it listed in the encode/decode matrix https://developer.nvidia.com/video-encode-decode-gpu-support-matrix

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 410.73       Driver Version: 410.73       CUDA Version: 10.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Tesla M60           Off  | 00000000:00:1E.0 Off |                  N/A |
| N/A   26C    P8    15W / 150W |     11MiB /  7618MiB |      0%      Default |
+-------------------------------+----------------------+----------------------+

+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID   Type   Process name                             Usage      |
|=============================================================================|
|  No running processes found                                                 |
+-----------------------------------------------------------------------------+

I’ve been able to encode H265/HEVC just fine with this GPU

Cheers!

Hi,

Tesla M60 doesn’t support HEVC decoding. Tesla M60 is GM204, HEVC decode is present in GM206 GPUs and beyond.

Table 1 of .\doc\ NVDEC_VideoDecoder_API_ProgGuide.pdf lists the functionalities exposed across GPUs.

All of GM20x GPUs and above support HEVC encode. Please refer to Nvidia Tesla - Wikipedia.

Thanks,
Ryan Park

Ah that’s a shame. Thanks for confirming that, Ryan.

Cheers!