Skip to content

Commit

Permalink
[ROCm] Fix build failure. (horovod#3630)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Santhanam <rohit.santhanam@amd.com>
Signed-off-by: Lee Yang <leey@nvidia.com>
  • Loading branch information
rsanthanam-amd authored and leewyang committed Aug 5, 2022
1 parent 5b22a73 commit d818fe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions horovod/common/controller.cc
Expand Up @@ -29,6 +29,8 @@

#if HAVE_CUDA
#include "ops/cuda/cuda_kernels.h"
#elif HAVE_ROCM
#include "ops/rocm/hip_kernels.h"
#endif


Expand Down

0 comments on commit d818fe1

Please sign in to comment.