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
the problem is in run_iter_bw_infinitely(), where the call to pthread_sigmask happens too late, when the CUDA driver has been initialized and its worker thread launched.
the solution is to move the call to pthread_sigmask somewhere before ctx_init().
The text was updated successfully, but these errors were encountered:
the problem is in run_iter_bw_infinitely(), where the call to pthread_sigmask happens too late, when the CUDA driver has been initialized and its worker thread launched.
the solution is to move the call to pthread_sigmask somewhere before ctx_init().
The text was updated successfully, but these errors were encountered: