Skip to content

Commit

Permalink
BUILD: re-order m4 flags for RCCL (#849)
Browse files Browse the repository at this point in the history
Signed-off-by: nileshnegi <Nilesh.Negi@amd.com>
  • Loading branch information
nileshnegi authored Oct 2, 2023
1 parent fc60143 commit 2a012c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/m4/rccl.m4
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ AS_IF([test "x$rccl_checked" != "xyes"],[
AS_IF([test "x$rocm_happy" = "xyes"],
[
CPPFLAGS="$HIP_CPPFLAGS $CPPFLAGS"
LDFLAGS="$ROCM_LDFLAGS $LDFLAGS"
CPPFLAGS="$CPPFLAGS $HIP_CPPFLAGS"
LDFLAGS="$LDFLAGS $ROCM_LDFLAGS"
AC_CHECK_HEADER([rccl/rccl.h],
[
AC_CHECK_LIB([rccl], [ncclCommInitRank],
Expand Down

0 comments on commit 2a012c4

Please sign in to comment.