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
Hello list,
please ignore my previous email. I just found
http://www.scipy.org/ParallelProgramming
Thanks,
nick
On Fri, Nov 18, 2011 at 15:27, Nicolas Bock nicolasbock@gmail.com wrote:
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