Skip to content

Commit 13d115b

Browse files
committed
Merge branch 'dion/shapeopt-demo' of github.com:pasteurlabs/tesseract-jax into dion/shapeopt-demo
2 parents 5044de7 + 406e0a2 commit 13d115b

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)