Message232201
Benchmarks and Intel's recommendation show that aligned allocation is actually important for AVX performance, and NumPy depends on CPython providing the right allocation APIs (for integration with tracemalloc): https://github.com/numpy/numpy/issues/5312
So I think for 3.5 we should start providing the APIs. Whether we use them in Python core is another discussion.
Nathaniel, what APIs would you need exactly? See Victor's proposal in
msg196834. |
|
Date |
User |
Action |
Args |
2014-12-05 18:25:35 | pitrou | set | recipients:
+ pitrou, tim.peters, rhettinger, vstinner, njs, neologix |
2014-12-05 18:25:35 | pitrou | set | messageid: <1417803935.55.0.132612764987.issue18835@psf.upfronthosting.co.za> |
2014-12-05 18:25:35 | pitrou | link | issue18835 messages |
2014-12-05 18:25:35 | pitrou | create | |
|