Skip to content

Commit

Permalink
fix v100 sample coredump bug (PaddlePaddle#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingshui authored and danleifeng committed Sep 12, 2023
1 parent 1f1d31c commit 8ba8b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/fleet/heter_ps/heter_comm_inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ void HeterComm<KeyType, ValType, GradType, GPUAccessor>::init_path() {
node.out_stream = resource_->remote_stream(transfer_id, i);
node.key_storage = NULL;
node.val_storage = NULL;
node.sync = 0;
node.sync = 1;
node.dev_num = j;
}
}
Expand Down

0 comments on commit 8ba8b7f

Please sign in to comment.