Update Makefile - HIPCC Path Updated to latest (#45)

[ROCm/rccl-tests commit: a6593375bc]
This commit is contained in:
arvindcheru
2023-08-04 19:33:39 -04:00
committed by GitHub
parent 233b7f1f9d
commit 2e12f0cfce
+1 -1
View File
@@ -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