From a6593375bceae04df3392ec95e86bb1a2f154458 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) --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 500549d2da..42daba2706 100644 --- a/src/Makefile +++ b/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