You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add initial UCX Van support
To run with UCX need to:
1. Clone or download UCX
2. Build it with multi-thread support, like below:
./autogen.sh && ./contrib/configure-release --enable-mt --prefix=$YOUR_UCX_PATH && make install -j
3. Build ps-lite with UCX by
make USE_UCX=1 ADD_CFLAGS="-I${YOUR_UCX_PATH}/include -L${YOUR_UCX_PATH}/lib
4. Add DMLC_ENABLE_UCX=1 to your run script
Signed-off-by: Yulu Jia <yulu.jia@bytedance.com>
Committer: Yulu Jia <yulu.jia@bytedance.com>
as the title
The text was updated successfully, but these errors were encountered: