mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix #396 by updating the comment in README.md
This commit is contained in:
parent
dddb221a77
commit
0c7aca1b31
@ -210,7 +210,7 @@ In [4]: x = random.normal(key, (5000, 5000))
|
||||
In [5]: print(np.dot(x, x.T) / 2) # fast!
|
||||
[[ 2.52727051e+03 8.15895557e+00 -8.53276134e-01 ..., # ...
|
||||
|
||||
In [6]: print(np.dot(x, x.T) / 2) # even faster!
|
||||
In [6]: print(np.dot(x, x.T) / 2) # even faster! (JIT-compiled code is cached and reused in the second call)
|
||||
[[ 2.52727051e+03 8.15895557e+00 -8.53276134e-01 ..., # ...
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user