We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On my machine, which uses openblas, the check_blas, ultimately triggered in these lines when pytensor is imported:
pytensor/pytensor/tensor/blas_headers.py
Lines 1006 to 1007 in 55b2f4f
Takes 2s out of the total 3s import time. The rest is due to scipy imports:
The text was updated successfully, but these errors were encountered:
At the very least we should explain in the docs how to store the computed flags in pytensorrc to avoid doing it after the first time
pytensorrc
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
On my machine, which uses openblas, the check_blas, ultimately triggered in these lines when pytensor is imported:
pytensor/pytensor/tensor/blas_headers.py
Lines 1006 to 1007 in 55b2f4f
Takes 2s out of the total 3s import time. The rest is due to scipy imports:
The text was updated successfully, but these errors were encountered: