-
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Numpy Conda currently slower than Numpy pip on Apple Silicon #303
Comments
This needs support for the new Accelerate in macOS >=13.3 - the relevant issue is conda-forge/blas-feedstock#103. |
That new Accelerate PR is still open and the checker says there are some conflicts. |
Please be patient, we'll get there. |
Sorry, |
No, it's currently the best approach, probably 2-4x faster than OpenBLAS (at least, those numbers were cited in #253).
Once that PR gets merged, you'll be able to do |
For fellow users - I had to learn, to keep your
otherwise these packages would be installed (downgraded):
|
@gsgxnet You can accomplish this by adding the |
Thanks for that hint. Step by step this thread becomes a useful documentation how to accelerate Apple Silicon Python environments. Great. |
Solution to issue cannot be found in the documentation.
Issue
I did a few benchmark reported here
numpy/numpy#24961
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: