NVIDIA / CUDALibrarySamples

CUDA Library Samples
Other
1.59k stars 341 forks source link

Can't support hw decoding within Amazon EC2 H100(Lambda On-Demand Cloud)? #132

Closed st7109 closed 1 year ago

st7109 commented 1 year ago

cuda version: 12.0

If i use “CUDALibrarySamples/nvJPEG/nvJPEG-Decoder“, when run that, it will notify the below info: “”Hardware Decoder not supported. Falling back to default backend”

I want to confirm whether support JPEG decoding within Amazon EC2 H100 or not?

Thanks

zohebk-nv commented 1 year ago

H100 should have support for hardware decoder. Are observing the issue when running the sample as part of the docker container? If yes, you can try including this option when initializing docker container: - --gpus '"capabilities=compute,utility,video"'

trybicki-nv commented 1 year ago

Closing. Feel free to re-open if more clarification is needed.