Skip to content

Commit

Permalink
dumb
Browse files Browse the repository at this point in the history
  • Loading branch information
dlwh committed Jun 13, 2024
1 parent edb9fa4 commit 2296aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haliax/partitioning.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def _call(self, is_lower, *args, **kwargs):
output_shape = _cached_filter_eval_shape(self._fn, *args, **kwargs)
my_pjit_args = dict(**self._pjit_args)

if in_axis_resources is not None or axis_resources is not None:
if in_axis_resources is not None:
in_resources = infer_resource_partitions(
(dynamic_donated, dynamic_reserved),
in_axis_resources,
Expand Down

0 comments on commit 2296aaf

Please sign in to comment.