From 2e12f0cfce7c93510683f56f0be7bd1ae4e9e914 Mon Sep 17 00:00:00 2001 From: arvindcheru <90783369+arvindcheru@users.noreply.github.com> Date: Fri, 4 Aug 2023 19:33:39 -0400 Subject: [PATCH] Update Makefile - HIPCC Path Updated to latest (#45) [ROCm/rccl-tests commit: a6593375bceae04df3392ec95e86bb1a2f154458] --- projects/rccl-tests/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rccl-tests/src/Makefile b/projects/rccl-tests/src/Makefile index 500549d2da..42daba2706 100644 --- a/projects/rccl-tests/src/Makefile +++ b/projects/rccl-tests/src/Makefile @@ -12,7 +12,7 @@ VERBOSE ?= 0 DEBUG ?= 0 NCCL_HOME ?= "" -HIPCC = $(ROCM_PATH)/hip/bin/hipcc +HIPCC = $(ROCM_PATH)/bin/hipcc CXX = $(HIPCC) HIPCUFLAGS := -std=c++14