Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronize any Torch action with initialization #24

Open
TadeasKriz opened this issue Jun 5, 2014 · 0 comments
Open

Synchronize any Torch action with initialization #24

TadeasKriz opened this issue Jun 5, 2014 · 0 comments

Comments

@TadeasKriz
Copy link
Member

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.

@TadeasKriz TadeasKriz added this to the Alpha 2 milestone Jun 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant