From bd9b9460a29364b88ef28f13436aa25e05707887 Mon Sep 17 00:00:00 2001 From: zmxdream Date: Mon, 28 Feb 2022 10:12:18 +0800 Subject: [PATCH] fix ps_gpu_wrapper (#39965) --- paddle/fluid/pybind/ps_gpu_wrapper_py.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/paddle/fluid/pybind/ps_gpu_wrapper_py.cc b/paddle/fluid/pybind/ps_gpu_wrapper_py.cc index 629dc2c403..e8c338b3fd 100644 --- a/paddle/fluid/pybind/ps_gpu_wrapper_py.cc +++ b/paddle/fluid/pybind/ps_gpu_wrapper_py.cc @@ -44,8 +44,6 @@ void BindPSGPUWrapper(py::module* m) { .def("set_slot_offset_vector", &framework::PSGPUWrapper::SetSlotOffsetVector, py::call_guard()) - .def("init_GPU_server", &framework::PSGPUWrapper::InitializeGPUServer, - py::call_guard()) .def("set_date", &framework::PSGPUWrapper::SetDate, py::call_guard()) .def("set_dataset", &framework::PSGPUWrapper::SetDataset, -- GitLab