Discussion:
[Numpy-discussion] how did numpy make mkl use multiple threads?
Roger Xu
2016-06-16 22:21:29 UTC
Permalink
Hi.

I have tried a lot of things to make mkl use multiple threads.
I just learned to write c extension for python yesterday.

Can I know how did numpy make mkl use multiple threads?
Numpy can make mkl do that on the machine I am working on now.

My best try is described at
https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/640387
two earlier attempts are described here:
https://software.intel.com/en-us/forums/intel-math-kernel-library/topic/639846
and also here:
http://stackoverflow.com/questions/37536106/directly-use-intel-mkl-library-on-scipy-sparse-matrix-to-calculate-a-dot-a-t-wit

Thank you.
- rxu

Loading...