Conversation
|
|
There are a few speed regressions when applying these changes (right is this PR, left is current live site)
@kp992 would you have any time to review this and see what might be causing the slowdown in execution speed? |
|
Checking this from numba repo: And |
|
Hmm, I guess there can 2 reasons behind this:
|
|
@kp992 I don't fully understand your comments.
This PR is strictly update the Numba jit so I don't understand why GPU is involved?
For any lecture that has had code change then the cache should be invalidated and the lecture is run fresh. Perhaps we can link up and discuss this? |
|
Thanks @mmcky, I can try looking into it in more details and discuss on this. |
|
@mmcky Can we re-run and see if the time results still differ? Maybe sometimes we might have hit some outlier? |
|
@kp992 there are still large differences:
|
|
I will try to debug what's creating these differences. |
|
|
@kp992 and @HumphreyYang it looks like many of the large differences have resolved in the latest run and versions of |
|
Thanks @kp992. This looks great and clean! |


This PR updates
njitto usejitnow thatnumba>=0.59andnopython=Trueis now the default behaviour of thejitThis resolves QuantEcon/meta#112 for this lecture series