mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
fix typo: device_fun(c) -> device_fun(x)
PiperOrigin-RevId: 570289287
This commit is contained in:
parent
1c796c0ff4
commit
17e259b1fe
@ -145,7 +145,7 @@ You can use the :func:`barrier_wait` function for that purpose::
|
||||
accumulator.append(arg)
|
||||
|
||||
|
||||
def device_fun(c):
|
||||
def device_fun(x):
|
||||
id_tap(host_log, x)
|
||||
id_tap(host_log, 2. * x)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user