Skip to content

Commit

Permalink
Fix missing compiler flag
Browse files Browse the repository at this point in the history
  • Loading branch information
chinthysl committed Jun 25, 2024
1 parent 3a986bc commit 934e6f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ else
$(info ✗ Multi-GPU on CUDA on Darwin is not supported, skipping NCCL support)
else ifeq ($(shell dpkg -l | grep -q nccl && echo "exists"), exists)
$(info ✓ NCCL found, OK to train with multiple GPUs)
NVCC_FLAGS += -DMULTI_GPU
NVCC_LDLIBS += -lnccl
else
$(info ✗ NCCL is not found, disabling multi-GPU support)
Expand Down

0 comments on commit 934e6f2

Please sign in to comment.