提交 426c3e13 编写于 作者: S seiriosPlus

fix parame recv for sparse

上级 6ad6b47a
...@@ -90,7 +90,7 @@ void RecvSelectedRows(const CommContext &rpc_ctx, ...@@ -90,7 +90,7 @@ void RecvSelectedRows(const CommContext &rpc_ctx,
} else { } else {
std::transform(recv_t.rows().begin(), recv_t.rows().end(), std::transform(recv_t.rows().begin(), recv_t.rows().end(),
std::back_inserter(all_ids), std::back_inserter(all_ids),
[&](int64_t id) { return i * pserver_num + id; }); [&](int64_t id) { return id * pserver_num + i; });
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册