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
I encountered an error while running the make command, ./autogen.sh and ./configure --with-cuda=/usr/local/cuda successed
make all-recursive
make[1]: Entering directory '/root/nccl-rdma-sharp-plugins'
Making all in src
make[2]: Entering directory '/root/nccl-rdma-sharp-plugins/src'
CC libnccl_net_la-ibvwrap.lo
CC libnccl_net_la-utils.lo
CC libnccl_net_la-param.lo
CC libnccl_net_la-socket.lo
CC libnccl_net_la-p2p_plugin.lo
CC libnccl_net_la-ib_plugin.lo
CC libnccl_net_la-ucx_plugin.lo
CC libnccl_net_la-ucx_rma_plugin.lo
CC libnccl_net_la-ucx_uct_lib.lo
CC libnccl_net_la-ucx_uct_plugin.lo
CC libnccl_net_la-sharp_plugin.lo
sharp_plugin.c: In function ‘ncclSharpIallgather’:
sharp_plugin.c:533:33: error: storage size of ‘gather_spec’ isn’t known
533 | struct sharp_coll_gather_spec gather_spec;
| ^~~~~~~~~~~
sharp_plugin.c:550:29: error: implicit declaration of function ‘sharp_coll_do_allgather_nb’; did you mean ‘sharp_coll_do_allreduce_nb’? [-Werror=implicit-function-declaration]
550 | if (SHARP_COLL_SUCCESS != sharp_coll_do_allgather_nb(cComm->sharpCollComm, &gather_spec, &req->sharpRequest)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
| sharp_coll_do_allreduce_nb
sharp_plugin.c:533:33: error: unused variable ‘gather_spec’ [-Werror=unused-variable]
533 | struct sharp_coll_gather_spec gather_spec;
| ^~~~~~~~~~~
sharp_plugin.c: In function ‘ncclSharpIreducescatter’:
sharp_plugin.c:609:14: error: ‘struct sharp_coll_reduce_spec’ has no member named ‘offset’
609 | reduce_spec.offset = windowOffset;
| ^
sharp_plugin.c:615:29: error: implicit declaration of function ‘sharp_coll_do_reduce_scatter_nb’; did you mean ‘sharp_coll_do_reduce_nb’? [-Werror=implicit-function-declaration]
615 | if (SHARP_COLL_SUCCESS != sharp_coll_do_reduce_scatter_nb(cComm->sharpCollComm, &reduce_spec, &req->sharpRequest)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| sharp_coll_do_reduce_nb
cc1: all warnings being treated as errors
make[2]: *** [Makefile:589: libnccl_net_la-sharp_plugin.lo] Error 1
make[2]: Leaving directory '/root/nccl-rdma-sharp-plugins/src'
make[1]: *** [Makefile:447: all-recursive] Error 1
make[1]: Leaving directory '/root/nccl-rdma-sharp-plugins'
make: *** [Makefile:365: all] Error 2
The text was updated successfully, but these errors were encountered:
I encountered an error while running the make command, ./autogen.sh and ./configure --with-cuda=/usr/local/cuda successed
The text was updated successfully, but these errors were encountered: