HIP Path default updated to ROCM_PATH (reorg path) (#592)

Updated default path for hip to ROCM_PATH (/opt/rocm instead of /opt/rocm/hip) as per new/current structure.

[ROCm/rccl commit: 2cb2f9493a]
Bu işleme şunda yer alıyor:
arvindcheru
2022-08-04 13:38:41 -04:00
işlemeyi yapan: GitHub
ebeveyn 6fb5c5d5e3
işleme a44be6655d
5 değiştirilmiş dosya ile 5 ekleme ve 5 silme
+1 -1
Dosyayı Görüntüle
@@ -3,7 +3,7 @@
# Set to where RCCL is installed
RCCL_INSTALL=../../build/release
HIP_PATH?= $(wildcard /opt/rocm/hip)
HIP_PATH?= $(wildcard /opt/rocm)
ifeq (,$(HIP_PATH))
HIP_PATH=../../..
endif