[Numpy-discussion] Fast threading solution thoughts

David Cournapeau david at ar.media.kyoto-u.ac.jp
Thu Feb 12 06:20:29 EST 2009


Gregor Thalhammer wrote:
> Recent Matlab versions use Intels Math Kernel Library, which performs 
> automatic multi-threading - also for mathematical functions like sin 
> etc, but not for  addition, multiplication etc.

It does if you have access to the parallel toolbox I mentioned earlier
in this thread (again, no experience with it, but I think it is
specially popular on clusters; in that case, though, it is not limited
to thread-based implementation).

David



More information about the NumPy-Discussion mailing list