Skip to content

Commit

Permalink
Fix print
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Mar 24, 2024
1 parent b80e492 commit edfc64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enzyme_ad/jax/primitives.py
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ def _enzyme_primal_lowering(
op.move_before(placeholderop)
for ba, arg in zip(fn.regions[0].blocks[0].arguments, in_args):
ba.replace_all_uses_with(arg)
print(str(ba))
results = list(fn.regions[0].blocks[0].operations[0].operands)
fn.regions[0].blocks[0].operations[0].erase()
fn.erase()
Expand Down

0 comments on commit edfc64b

Please sign in to comment.