提交 ce55975b 编写于 作者: X Xin Pan

fix

上级 18ac6947
...@@ -44,6 +44,7 @@ void InitGflags(std::vector<std::string> &argv) { ...@@ -44,6 +44,7 @@ void InitGflags(std::vector<std::string> &argv) {
} }
void InitP2P(int count) { void InitP2P(int count) {
#ifdef PADDLE_WITH_CUDA
std::call_once(p2p_init_flag, [&]() { std::call_once(p2p_init_flag, [&]() {
for (int i = 0; i < count; ++i) { for (int i = 0; i < count; ++i) {
for (int j = 0; j < count; ++j) { for (int j = 0; j < count; ++j) {
...@@ -60,6 +61,7 @@ void InitP2P(int count) { ...@@ -60,6 +61,7 @@ void InitP2P(int count) {
} }
} }
}); });
#endif
} }
void InitDevices() { void InitDevices() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册