Skip to content

Commit

Permalink
#0: Rebased
Browse files Browse the repository at this point in the history
#0: Rebased
  • Loading branch information
Aswinmcw committed Jul 22, 2024
1 parent a578d30 commit 635950e
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 1,906 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ TEST(AllGatherSharded_WidthShardedIndexing_FullWorkerGridVariant, AdvanceSingleT
}
}
}
}
}
2 changes: 1 addition & 1 deletion tests/tt_eager/ops/ccl/test_all_gather_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1364,4 +1364,4 @@ TEST(AllGatherUtilsDevice, AddrGenAdvanceWidthSharded_RingSize8RingIndex0_NumWor
ASSERT_EQ(curr_core_chunk_index, 4);
ASSERT_EQ(curr_worker_index, 6);
ASSERT_EQ(contiguous_chunk_count, 1);
}
}
6 changes: 1 addition & 5 deletions ttnn/cpp/pybind11/operations/__init__.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,10 @@ void py_module(py::module& module) {
auto m_unary_backward = module.def_submodule("unary_backward", "unary_backward operations");
unary_backward::py_module(m_unary_backward);

auto m_ccl = module.def_submodule("ccl", "collective communication operations");
ccl::py_module_all_gather(m_ccl);
ccl::py_module_line_all_gather(m_ccl);
ccl::py_module_reduce_scatter(m_ccl);

auto m_ccl = module.def_submodule("ccl", "collective communication operations");
ccl::py_bind_all_gather(m_ccl);
ccl::py_bind_line_all_gather(m_ccl);
ccl::py_bind_reduce_scatter(m_ccl);

auto m_complex_unary = module.def_submodule("complex_unary", "complex_unary operations");
complex_unary::py_module(m_complex_unary);
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 635950e

Please sign in to comment.