-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sxi_sock.h is missing during RDMA build #2
Comments
RDMA does not include in open source. To pass this, make sure WITH_RDMA=OFF. |
Because RDMA support should include some Baidu internal libraries and infrastructures which are not open now. So PaddlePaddle does not support RDMA now. |
Thansk, do you have plans to release the RDMA support in the future? |
We mark this issue as a feature request, and will give the plan soon. |
close it first, reopen it if necessary later. |
make working directories for example configurations.
Polish Optimizer initialization code.
…ss_temp Swin multihead pass temp
fix aucrunner bug, fused_seqpool_cvm add click filter
* add mixed_precision doc
- Ffix to matmul test
update test_write_python_container.py
add fused_moe op
Fix rockspec git URL so luarocks install works
fix sparsemask bug
# This is the 1st commit message: merge # This is the commit message PaddlePaddle#2: 修改旧CHECK宏
support openvino run in paddle
add grounded-sam
Merging "Clang fixes" into master.
[ 86%] Building CXX object paddle/pserver/CMakeFiles/paddle_network.dir/LightNetwork.cpp.o
In file included from /usr/local/src/Paddle/paddle/pserver/LightNetwork.cpp:32:0:
/usr/local/src/Paddle/paddle/pserver/RDMANetwork.h:18:22: fatal error: sxi_sock.h: No such file or directory
#include "sxi_sock.h"
^
compilation terminated.
make[2]: *** [paddle/pserver/CMakeFiles/paddle_network.dir/LightNetwork.cpp.o] Error 1
make[1]: *** [paddle/pserver/CMakeFiles/paddle_network.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: