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
Hi,
Cudnn is only used for Conv operations, it doesn't make sense to include it as a dependency with all the conflicts it causes with pytorch just for the conv operation, we either use it in more operations especially attention since it provides good kernels or write a conv kernel and drop it entirely