diff --git a/projects/rccl/tools/HelloRccl/Makefile b/projects/rccl/tools/HelloRccl/Makefile index 8729c17feb..ce19bb7ae7 100644 --- a/projects/rccl/tools/HelloRccl/Makefile +++ b/projects/rccl/tools/HelloRccl/Makefile @@ -3,7 +3,7 @@ # Set to where RCCL is installed RCCL_INSTALL=../../build/release -HIP_PATH?= $(wildcard /opt/rocm/hip) +HIP_PATH?= $(wildcard /opt/rocm) ifeq (,$(HIP_PATH)) HIP_PATH=../../.. endif diff --git a/projects/rccl/tools/MultiRank/Makefile b/projects/rccl/tools/MultiRank/Makefile index 5d38d7cb70..b3c9ccab0f 100644 --- a/projects/rccl/tools/MultiRank/Makefile +++ b/projects/rccl/tools/MultiRank/Makefile @@ -3,7 +3,7 @@ # Set to where RCCL is installed RCCL_INSTALL=../../build/release -HIP_PATH?= $(wildcard /opt/rocm/hip) +HIP_PATH?= $(wildcard /opt/rocm) ifeq (,$(HIP_PATH)) HIP_PATH=../../.. endif diff --git a/projects/rccl/tools/ib-test/Makefile b/projects/rccl/tools/ib-test/Makefile index 7035b4e112..971f744378 100755 --- a/projects/rccl/tools/ib-test/Makefile +++ b/projects/rccl/tools/ib-test/Makefile @@ -1,5 +1,5 @@ # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. -HIP_PATH ?= $(wildcard /opt/rocm/hip) +HIP_PATH ?= $(wildcard /opt/rocm) ifeq (,$(HIP_PATH)) HIP_PATH = ../../.. endif diff --git a/projects/rccl/tools/rccl-prim-test/Makefile b/projects/rccl/tools/rccl-prim-test/Makefile index d16cd3003c..b220db8439 100644 --- a/projects/rccl/tools/rccl-prim-test/Makefile +++ b/projects/rccl/tools/rccl-prim-test/Makefile @@ -1,5 +1,5 @@ # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. -HIP_PATH?= $(wildcard /opt/rocm/hip) +HIP_PATH?= $(wildcard /opt/rocm) ifeq (,$(HIP_PATH)) HIP_PATH=../../.. endif diff --git a/projects/rccl/tools/topo_expl/Makefile b/projects/rccl/tools/topo_expl/Makefile index 90cef51954..bc2a58b19c 100644 --- a/projects/rccl/tools/topo_expl/Makefile +++ b/projects/rccl/tools/topo_expl/Makefile @@ -1,5 +1,5 @@ # Copyright (c) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. -HIP_PATH ?= $(wildcard /opt/rocm/hip) +HIP_PATH ?= $(wildcard /opt/rocm) ifeq (,$(HIP_PATH)) HIP_PATH = ../../.. endif