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

[ROCm/rccl-tests commit: a6593375bc]
Tento commit je obsažen v:
arvindcheru
2023-08-04 19:33:39 -04:00
odevzdal GitHub
rodič 233b7f1f9d
revize 2e12f0cfce
+1 -1
Zobrazit soubor
@@ -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