Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonix committed Jun 25, 2024
1 parent 3829039 commit 018738b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions llmc/zero.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ Utilities for ZeRO sharding
#include <stdio.h>
#include <stddef.h>

#ifndef BUILD_AMD
#ifdef MULTI_GPU
#ifdef BUILD_AMD
#include <rccl/rccl.h>
#else
#include <nccl.h>
#endif
#ifdef USE_MPI
#include <mpi.h>
#endif
#endif
#endif

// ----------------------------------------------------------------------------
// Multi-GPU related
Expand Down

0 comments on commit 018738b

Please sign in to comment.