Skip to content

Commit

Permalink
fix(sendrecv): add missing nccl-headers include
Browse files Browse the repository at this point in the history
stack-info: PR: #576, branch: aws-nslick/stack/23
Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
  • Loading branch information
aws-nslick committed Sep 11, 2024
1 parent 2995611 commit 7853df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nccl_ofi_sendrecv.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <sys/mman.h>
#include <unistd.h>

#include "nccl-headers/net.h"

#include "nccl_ofi.h"
#if HAVE_CUDA
#include "nccl_ofi_cuda.h"
Expand Down

0 comments on commit 7853df2

Please sign in to comment.