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

This commit is contained in:
arvindcheru
2023-08-04 19:33:39 -04:00
committed by GitHub
parent 591ec7777b
commit a6593375bc
+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