Skip to content

Commit

Permalink
yet another warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
albestro committed May 27, 2024
1 parent 0e92e42 commit 11f2185
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/dlaf/permutations/general/impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,7 @@ void unpackOthersOnCPU(const matrix::Distribution& subm_dist, const matrix::Dist
namespace ex = pika::execution::experimental;
namespace di = dlaf::internal;

auto setup_unpack_f = [subm_dist,
rank = dist.rankIndex().get<C>()](auto recv_counts, auto index_tile_futs,
auto setup_unpack_f = [rank = dist.rankIndex().get<C>()](auto recv_counts, auto index_tile_futs,
auto mat_in_tiles, auto mat_out_tiles) {
const size_t rank_index = to_sizet(rank);
const int a = std::accumulate(recv_counts.cbegin(), recv_counts.cbegin() + rank, 0);
Expand Down

0 comments on commit 11f2185

Please sign in to comment.