-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
document module __init__ #8923
Comments
When is the My issue is that I need a lower level wrap of a function into BLAS. But calling my own wrapper will crash since the BLAS library has not been initialized. Currently I make a dummy call to the built-in BLAS procedures to get the library initialized. But I wander is there better way to do that? |
I think |
@stevengj Yes, that works! Thanks! |
Module initialization functions were added in #1268 and updated in #5960, but never seem to have been documented (outside of the NEWS file).
The text was updated successfully, but these errors were encountered: