Skip to content

Commit

Permalink
fix ps_gpu_wrapper (#39965)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmxdream authored Feb 28, 2022
1 parent d4ae177 commit bd9b946
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions paddle/fluid/pybind/ps_gpu_wrapper_py.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ void BindPSGPUWrapper(py::module* m) {
.def("set_slot_offset_vector",
&framework::PSGPUWrapper::SetSlotOffsetVector,
py::call_guard<py::gil_scoped_release>())
.def("init_GPU_server", &framework::PSGPUWrapper::InitializeGPUServer,
py::call_guard<py::gil_scoped_release>())
.def("set_date", &framework::PSGPUWrapper::SetDate,
py::call_guard<py::gil_scoped_release>())
.def("set_dataset", &framework::PSGPUWrapper::SetDataset,
Expand Down

0 comments on commit bd9b946

Please sign in to comment.