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
Currently we use cublas through the cudarc library for matmuls, which is very good for generic matmul performance. cuDNN has many more NN specific ops that can be leveraged specifically for stuff like convs and mlps. Not sure if cudarc has this or if we'll need another library for it
The text was updated successfully, but these errors were encountered:
Currently we use cublas through the cudarc library for matmuls, which is very good for generic matmul performance. cuDNN has many more NN specific ops that can be leveraged specifically for stuff like convs and mlps. Not sure if cudarc has this or if we'll need another library for it
The text was updated successfully, but these errors were encountered: