Skip to content

Commit e2939c2

Browse files
authored
Update lectures/numpy_vs_numba_vs_jax.md
1 parent 350da37 commit e2939c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/numpy_vs_numba_vs_jax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ with qe.Timer(precision=8):
438438
z_max = compute_max_vmap_v2(grid).block_until_ready()
439439
```
440440

441-
If you are running this on a GPU, as well are, you should see another nontrivial speed gain.
441+
If you are running this on a GPU, as we are, you should see another nontrivial speed gain.
442442

443443

444444
### Summary

0 commit comments

Comments
 (0)