-
-
Notifications
You must be signed in to change notification settings - Fork 31
Adding a discussion of JAX #366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@jstac just read the I will just have to update the software and debug. Thanks. |
|
Thanks Matt. As you say, this is just for CPU. JAX is already faster on the CPU so we can unify many of our lectures around this platform. |
|
@jstac this is now running well. I have just completed a review. Nice, quick introduction to JAX. The difference in generating random numbers is pretty interesting and a minor inconvenience when using There was only one issue re: timing. There are a couple of instances where you write about removing compile time and the total run time is higher (due to higher sys time). The actual
Perhaps we should remove the second part and just focus on overall execution time? |
|
Thanks @mmcky , nice catch. Please go ahead with your suggestion. |


Hi @mmcky , I've ported this over from the JAX GPU lecture series and tweaked it to change the focus to using JAX on CPUs.
Could you please read it carefully and make any necessary modifications -- or delegate this task? It's probably necessary to look at the text relating to timing of code execution and check that it still makes sense.