mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Remove the doctest skip now that jit and pjit have been merged
PiperOrigin-RevId: 508162840
This commit is contained in:
parent
1254d44dbd
commit
e4d551a217
@ -412,7 +412,7 @@ which the computation should run. For example
|
||||
... return x + arg * jnp.ones(1) # Include a constant in the inner function
|
||||
... return arg + inner(arg - 2.)
|
||||
...
|
||||
>>> print(make_jaxpr(func12)(1.)) # doctest:+ELLIPSIS, +SKIP
|
||||
>>> print(make_jaxpr(func12)(1.)) # doctest:+ELLIPSIS
|
||||
{ lambda ; a:f32[]. let
|
||||
b:f32[] = sub a 2.0
|
||||
c:f32[1] = pjit[
|
||||
|
Loading…
x
Reference in New Issue
Block a user