thouis / numpy-trac-migration

numpy Trac to github issues migration
2 stars 3 forks source link

Aligned allocator for numpy (Trac #568) #4371

Open numpy-gitbot opened 12 years ago

numpy-gitbot commented 12 years ago

Original ticket http://projects.scipy.org/numpy/ticket/568 on 2007-08-11 by atmention: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:

numpy-gitbot commented 12 years ago

Attachment added by atmention:cournape on 2007-08-11: aligned_v1.patch

numpy-gitbot commented 12 years ago

Milestone changed to 1.0.4 Release by atmention:alberts on 2007-08-24

numpy-gitbot commented 12 years ago

atmention:charris wrote on 2008-02-24

David, what is the status of this?

numpy-gitbot commented 12 years ago

atmention: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

numpy-gitbot commented 12 years ago

Milestone changed to 1.1 by atmention:cournape on 2008-02-25

numpy-gitbot commented 12 years ago

Milestone changed to Unscheduled by atmention:cournape on 2008-08-13