Skip to content

Commit

Permalink
Expand test case to repro a crash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jburnim committed Dec 23, 2024
1 parent 6c85e54 commit 122aec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/pjit_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4325,6 +4325,8 @@ def _f(x, y):
out_specs=P(None, 'i')))
f(jnp.zeros((2, 16)), jnp.ones(2))

jax.jit(_f)(jnp.zeros((2, 16)), jnp.ones(2))

def test_jit_trace_lower_and_compile(self):
def f(x):
return x * 2
Expand Down

0 comments on commit 122aec2

Please sign in to comment.