Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev committed Apr 12, 2024
1 parent c7db2a6 commit 31cda2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,10 @@ def deploy_func_between_two_axis_partitions(
len_of_left,
other_shape,
*partitions,
min_block_size,
),
f_kwargs={
"min_block_size": min_block_size,
},
num_returns=num_splits * (1 + cls._PARTITIONS_METADATA_LEN),
pure=False,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def deploy_func_between_two_axis_partitions(
len_of_left,
other_shape,
*partitions,
min_block_size,
min_block_size=min_block_size,
)

def wait(self):
Expand Down

0 comments on commit 31cda2b

Please sign in to comment.