Skip to content

Commit 406e0a2

Browse files
authored
Merge branch 'main' into dion/shapeopt-demo
2 parents c444bb2 + 7a6db32 commit 406e0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tesseract_jax/primitive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _dispatch(*args: ArrayLike) -> Any:
229229
array_args,
230230
ctx.avals_in,
231231
ctx.avals_out,
232-
has_side_effect=False,
232+
has_side_effect=True,
233233
)
234234
ctx.module_context.add_keepalive(keepalive)
235235
return result

0 commit comments

Comments
 (0)