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
DeepGEMM on blackwell was being ignored because _lazy_init had
not been invoked yet. Update the function to require _lazy_init
no matter what caller.
As a consequence of this change, CUDA init was failing, likely
due to the fork/spawn early during initializition. Since
this is generic code, switch from invoking
cuda_get_device_properties to a platform check.
Signed-off-by: Clayton Coleman <smarterclayton@gmail.com>
0 commit comments