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