mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Fix typo in maps.py
conjuction -> conjunction
This commit is contained in:
parent
9e209a181c
commit
28f89f6244
@ -398,7 +398,7 @@ def xmap(fun: Callable,
|
||||
Note that the contraction in the program is performed over the positional axes,
|
||||
while named axes are just a convenient way to achieve batching. While this
|
||||
might seem like a silly example at first, it might turn out to be useful in
|
||||
practice, since with conjuction with ``axis_resources`` this makes it possible
|
||||
practice, since with conjunction with ``axis_resources`` this makes it possible
|
||||
to implement a distributed matrix-multiplication in just a few lines of code::
|
||||
|
||||
devices = np.array(jax.devices())[:4].reshape((2, 2))
|
||||
|
Loading…
x
Reference in New Issue
Block a user