Skip to content

Commit

Permalink
[ROCm] Fix build failure. (#3630)
Browse files Browse the repository at this point in the history
Signed-off-by: Rohit Santhanam <rohit.santhanam@amd.com>
  • Loading branch information
rsanthanam-amd committed Aug 3, 2022
1 parent 8f450ab commit 94ec15c
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 94ec15c

Please sign in to comment.