Skip to content

Commit

Permalink
fix bug (PaddlePaddle#55)
Browse files Browse the repository at this point in the history
Co-authored-by: liaoxiaochao <liaoxiaochao@baidu.com>
  • Loading branch information
2 people authored and zmxdream committed Sep 27, 2022
1 parent 93f4ced commit 0b4f09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/fleet/ps_gpu_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ void PSGPUWrapper::BuildPull(std::shared_ptr<HeterContext> gpu_task) {
}

auto fill_func = [] (std::mutex* mutex, std::vector<FeatureKey>& keys,
std::vector<paddle::ps::DownpourFixedFeatureValue*> values,
std::vector<paddle::ps::DownpourFixedFeatureValue*>& values,
std::vector<std::pair<FeatureKey, paddle::ps::DownpourFixedFeatureValue*>>& src_kv,
uint32_t keys_sum) -> void {
mutex->lock();
Expand Down

0 comments on commit 0b4f09b

Please sign in to comment.