-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Aligned allocator for nu 8000 mpy (Trac #568) #1166
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
Comments
Attachment added by @cournape on 2007-08-11: aligned_v1.patch |
Milestone changed to |
@charris wrote on 2008-02-24 David, what is the status of this? |
@cournape wrote on 2008-02-25 That's something which needs more thinking and work (in particular, we need a small cpu capability detection if we want to use SSE and co in numpy, and aligned allocators are only useful when used with SSE and co in numpy), and anyway can't be integrated for 1.0.5 |
Milestone changed to |
Milestone changed to |
Closing in favor of #5312 which has much more information |
Original ticket http://projects.scipy.org/numpy/ticket/568 on 2007-08-11 by @cournape, assigned to unknown.
Here is a first patch to have aligned allocator in numpy: this does not give yet a high interface to create arrays with a given alignment, only aligned allocators in the array interface.
The patch:
The text was updated successfully, but these errors were encountered: