未验证 提交 bef46ccf 编写于 作者: L liuyuhui 提交者: GitHub

[Kunlun]fix include files of gen_comm_id_helper.cc (#30917)

上级 90d92111
...@@ -20,13 +20,18 @@ limitations under the License. */ ...@@ -20,13 +20,18 @@ limitations under the License. */
#include <netinet/in.h> #include <netinet/in.h>
#include <stdlib.h> #include <stdlib.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <algorithm>
#include <string> #include <string>
#include <thread> #include <thread> // NOLINT
#include "glog/logging.h" #include "glog/logging.h"
#include "paddle/fluid/platform/enforce.h" #include "paddle/fluid/platform/enforce.h"
#include "paddle/fluid/string/split.h" #include "paddle/fluid/string/split.h"
#if defined(PADDLE_WITH_XPU_BKCL)
#include "xpu/bkcl.h"
#endif
namespace paddle { namespace paddle {
namespace platform { namespace platform {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册