[Numpy-discussion] a newbie parallelization question
Kibeom Kim
kk1674@nyu....
Wed Mar 16 00:05:48 CDT 2011
Example code:
from pylab import *
cos(random([1000,1000]))
Q1. Is there any reason that numpy doesn't automatically support
parallelization of element-wise operations like the example, even with Atlas
or MKL?
Q2. What is the most advisable way to parallelize(multi-thread) the example?
numexpr?
Thanks.
-Kibeom Kim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.scipy.org/pipermail/numpy-discussion/attachments/20110316/b4aa36bc/attachment.html
More information about the NumPy-Discussion
mailing list