未验证 提交 4aa91fd6 编写于 作者: Z zmxdream 提交者: GitHub

[GPUPS]Fix ps_gpu_wrapper (#38993)

* update

* fix ps_gpu_wrapper. test=develop

* fix ps_gpu_wrapper. test=develop
上级 8c20d668
......@@ -108,8 +108,6 @@ class PSGPUWrapper {
running_ = false;
VLOG(3) << "begin stop pre_build_threads_";
pre_build_threads_.join();
VLOG(3) << "begin stop build_threads_";
build_threads_.join();
s_instance_ = nullptr;
VLOG(3) << "PSGPUWrapper Finalize Finished.";
}
......@@ -362,7 +360,6 @@ class PSGPUWrapper {
paddle::framework::MakeChannel<std::shared_ptr<HeterContext>>();
std::shared_ptr<HeterContext> current_task_ = nullptr;
std::thread pre_build_threads_;
std::thread build_threads_;
bool running_ = false;
protected:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册