[Numpy-discussion] testing with amd libm/acml
Chris Barker
chris.barker@noaa....
Wed Nov 7 17:35:55 CST 2012
On Wed, Nov 7, 2012 at 11:41 AM, Neal Becker <ndbecker2@gmail.com> wrote:
> Would you expect numexpr without MKL to give a significant boost?
It can, depending on the use case:
-- It can remove a lot of uneccessary temporary creation.
-- IIUC, it works on blocks of data at a time, and thus can keep
things in cache more when working with large data sets.
-- It can (optionally) use multiple threads for easy parallelization.
All you can do is try it on your use-case and see what you get. It's a
pretty light lift to try.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
More information about the NumPy-Discussion
mailing list