Skip to content

Disable fp16 inference for Whisper on GTX 16xx

Eric Jiang requested to merge erjiang/kdenlive:disable-fp16-gtx-16xx into master

The GTX 16xx GPUs support CUDA but not fp16 inference. This adds a function that checks if the CUDA device contains "GTX 16xx" and disables fp16 if it does.

BUG: 467573

Merge request reports