You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CUDA][cuDNN] Fix handling of CPU side input and target length tensors in CTCLoss (#152745)
#128271 migrated to cuDNN V8 CTCLoss which expects input and target length tensors to be on `CUDA` rather than `CPU` without adding the logic to account for the edge case of them being on `CPU`
see also #152421
Pull Request resolved: #152745
Approved by: https://github.com/Skylion007
0 commit comments