Skip to content

Commit

Permalink
rearrange parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
brataTT committed Jan 16, 2025
1 parent 9b54011 commit bf1a98c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/lib/ttnn/operations/ccl/mesh_shard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ void FullToShardShape(const ::ttnn::Tensor &input, ::ttnn::Tensor &out,
}

out = ::ttnn::distributed::distribute_tensor(
input, meshDevice,
input,
*::ttnn::distributed::shard_tensor_to_2d_mesh_mapper(
meshDevice, meshDevice.shape(), shard2dConfig));
meshDevice, meshDevice.shape(), shard2dConfig),
meshDevice);
}
}

Expand Down

0 comments on commit bf1a98c

Please sign in to comment.