[Numpy-discussion] matrix product in parallel?

Nicolas Bock nicolasbock at gmail.com
Fri Nov 18 17:27:24 EST 2011


Hello list,

is it possible to get numpy to do a matrix product in parallel? I presume
that the multiply in the back-end is really done by dgemm() or equivalent,
so is it possible to use a parallel dgemm() there?

Thanks,

nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20111118/cd486c53/attachment.html>


More information about the NumPy-Discussion mailing list