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

revert-31068-fix_conv3d_windows
liuyuhui 4 years ago committed by GitHub
parent 90d92111cf
commit bef46ccfc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,13 +20,18 @@ limitations under the License. */
#include <netinet/in.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <algorithm>
#include <string>
#include <thread>
#include <thread> // NOLINT
#include "glog/logging.h"
#include "paddle/fluid/platform/enforce.h"
#include "paddle/fluid/string/split.h"
#if defined(PADDLE_WITH_XPU_BKCL)
#include "xpu/bkcl.h"
#endif
namespace paddle {
namespace platform {

Loading…
Cancel
Save