Intel® Distribution for Python*
Engage in discussions with community peers related to Python* applications and core computational packages.
424 Discussions

call numpy.random directly not numpy.random_intel

yan_c_
Beginner
783 Views

As it said in title, since Intel optimizes numpy.random and it will make accelebrate a lots. However, I should use numpy.random_intel when I want to use it. Similarly numpy.fft, if use numpy.fft directly it will be nice. But numpy.random isn't that.

I have try some ways, but it fails. See https://github.com/IntelPython/mkl_random/issues/2 more information.

Really thanks!

0 Kudos
1 Reply
Oleksandr_P_Intel
783 Views

Hi Yan

Thank you for the question. I have posted a response on the referenced issue for mkl_random.

For the benefits of other readers of the forum, I would like to link   https://software.intel.com/en-us/forums/intel-distribution-for-python/topic/747598

0 Kudos
Reply