Skip to content

Commit

Permalink
#11856: addressed pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caixunshiren committed Sep 17, 2024
1 parent 424deed commit e588d11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void py_bind_reduce_scatter(pybind11::module& module) {
detail::bind_reduce_scatter(
module,
ttnn::reduce_scatter,
R"doc(reduce_scatter(input_tensor: std::vector<ttnn.Tensor>, scatter_dim: int, math_op: ReduceType, *, num_links: int = 1, memory_config: Optional[ttnn.MemoryConfig] = None, num_workers: int = 8, num_buffers_per_channel: int = 2) -> std::vector<ttnn.Tensor>
R"doc(reduce_scatter(input_tensor: std::vector<ttnn.Tensor>, scatter_dim: int, math_op: ReduceType, *, num_links: int = 1, memory_config: Optional[ttnn.MemoryConfig] = None, num_workers: int = None, num_buffers_per_channel: int = None) -> std::vector<ttnn.Tensor>
Performs an reduce_scatter operation on multi-device :attr:`input_tensor` across all devices.
Expand Down

0 comments on commit e588d11

Please sign in to comment.