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
Right now async initialization doesn't make sense because it often leads to "factory not loaded" exception, as the user's code can start making torch calls before the initialization is completed. We should implement synchronization for this, so the actions will wait until the init is done in case the initialization is currently underway.
The text was updated successfully, but these errors were encountered:
Right now async initialization doesn't make sense because it often leads to "factory not loaded" exception, as the user's code can start making torch calls before the initialization is completed. We should implement synchronization for this, so the actions will wait until the init is done in case the initialization is currently underway.
The text was updated successfully, but these errors were encountered: