Browse Source

fix destination indexing in aggrj for happly

master
Constantin Fürst 11 months ago
parent
commit
0eca180e53
  1. 2
      qdp_project/src/Benchmark.cpp

2
qdp_project/src/Benchmark.cpp

@ -154,7 +154,7 @@ void aggr_j(size_t gid, size_t tid) {
BARRIERS_[gid]->arrive_and_drop();
aggregation::happly(&DATA_DST_[gid + tid], aggregator);
aggregation::happly(&DATA_DST_[gid * tid], aggregator);
}
int main() {

Loading…
Cancel
Save