Last active
October 14, 2020 15:27
-
-
Save yuxuanzhuang/82e1e7b57d0cda80ac964d1cd138f618 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a sum up for the code performance after
numpy.dot
(Line 6)Another interesting observation is that non-numpy operation is already performing pretty bad with 6 threads.
The test was down with
version_1
version_2
version_3
Will check if it's version related.
EDIT: Update with other clean-installed version of numpy (OpenBlas, MKL).