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 in the GPU linear algebra wrappers that use cuSOLVER, the wrapper constructs a new cusolverDnHandle_t object every time. This is a slow operation, that should only be done once in each CPU thread that calls cuSOLVER.
Exactly how this is done is a design decision that needs to be addressed.
The text was updated successfully, but these errors were encountered:
Currently in the GPU linear algebra wrappers that use cuSOLVER, the wrapper constructs a new
cusolverDnHandle_t
object every time. This is a slow operation, that should only be done once in each CPU thread that calls cuSOLVER.Exactly how this is done is a design decision that needs to be addressed.
The text was updated successfully, but these errors were encountered: