Skip to content

Commit

Permalink
fix(sendrecv): add missing nccl-headers include (aws#576)
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Sielicki <[email protected]>
  • Loading branch information
aws-nslick committed Sep 28, 2024
1 parent c19199e commit 8a88939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nccl_ofi_sendrecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <rdma/fabric.h>

#include "nccl-headers/net.h"
#include "nccl_ofi.h"
#if HAVE_CUDA
#include "nccl_ofi_cuda.h"
Expand Down

0 comments on commit 8a88939

Please sign in to comment.