Skip to content

Commit

Permalink
Make enzyme_ref delete in_shapes instead of out_shapes (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
itf authored Jan 31, 2024
1 parent 2115612 commit 185b4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/enzyme_ad/jax/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def _enzyme_rev_impl(
lang: enzyme_call.Language,
pipeline_options
) -> Sequence[jax.Array]:
del args_flat, source, out_shapes
del args_flat, source, in_shapes
raise RuntimeError("must be JIT'ed")


Expand Down

0 comments on commit 185b4c0

Please sign in to comment.