Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalgaudel committed Jan 17, 2024
1 parent 392a663 commit 3990ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/einsum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -886,8 +886,7 @@ BOOST_AUTO_TEST_CASE(ij_mn_eq_ijk_mo_times_ijk_no) {
auto i = res_ix[0];
auto j = res_ix[1];

InnerT mn{ref_inner_rng};
std::fill(mn.begin(), mn.end(), typename InnerT::value_type{0});
InnerT mn;
for (Ix k = 0; k < K; ++k) {
auto lhs_tile =
lhs.find_local(lhs.trange().element_to_tile({i, j, k}))
Expand Down

0 comments on commit 3990ede

Please sign in to comment.