Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
jstac committed Mar 14, 2024
1 parent 8baace5 commit 456d38e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lectures/opt_savings_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,7 @@ print(f"Relative speed gain = {numpy_elapsed / jax_elapsed}")
This is an impressive speed up and in fact we can do better still by switching
to alternative algorithms that are better suited to parallelization.

These algorithms are discussed in a {doct}`separate lecture <opt_savings_2>` in
this series.
These algorithms are discussed in a {doc}`separate lecture <opt_savings_2>`.


## Switching to vmap
Expand Down

0 comments on commit 456d38e

Please sign in to comment.