File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -426,7 +426,8 @@ def lazy_raise( # numpydoc ignore=SA04
426
426
Notes
427
427
-----
428
428
This function will raise if the :doc:`jax:transfer_guard` is active and `cond` is
429
- a JAX array on a non-CPU device.
429
+ a JAX array on a non-CPU device
430
+ (`jax-ml/jax#25995 <https://github.com/jax-ml/jax/issues/25998>`_).
430
431
"""
431
432
432
433
def _lazy_raise (x : Array , cond : Array ) -> Array : # numpydoc ignore=PR01,RT01
@@ -523,6 +524,10 @@ def lazy_warn( # type: ignore[no-any-explicit] # numpydoc ignore=SA04,PR04
523
524
524
525
Notes
525
526
-----
527
+ This function will raise if the :doc:`jax:transfer_guard` is active and `cond` is
528
+ a JAX array on a non-CPU device
529
+ (`jax-ml/jax#25995 <https://github.com/jax-ml/jax/issues/25998>`_).
530
+
526
531
On Dask, the warning is typically going to appear on the log of the
527
532
worker executing the function instead of on the client.
528
533
"""
You can’t perform that action at this time.
0 commit comments