Update Makefile - HIPCC Path Updated to latest (#45)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user