Skip to content

Commit

Permalink
ta_cc_abcd: fence inside the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Jul 22, 2024
1 parent df29f8d commit c9302ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/gemm/ta_cc_abcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ void cc_abcd(TA::World& world, const TA::TiledRange1& trange_occ,
<< error("i,j,a,b").squared_norm().get() << std::endl;
}
}
t2_v.world().gop.fence();
TiledArray::record_duration_since(tp_start);

const double time = TiledArray::durations().back();
Expand Down

0 comments on commit c9302ed

Please sign in to comment.