From 7cd6ea897cf855217a603dcdce08339b3fec8c2e Mon Sep 17 00:00:00 2001 From: Pavel Emeliyanenko Date: Fri, 29 Nov 2024 14:33:34 -0600 Subject: [PATCH] use /opt/rocm softlink by default --- build_rocm_python3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rocm_python3 b/build_rocm_python3 index 9b711c65da65a6e..744401750dc2f90 100755 --- a/build_rocm_python3 +++ b/build_rocm_python3 @@ -26,7 +26,7 @@ done shift "$((OPTIND-1))" # First positional argument (if any) specifies the ROCM_INSTALL_DIR -ROCM_INSTALL_DIR=/opt/rocm-6.2.0 +ROCM_INSTALL_DIR=$(realpath /opt/rocm) if [[ -n $1 ]]; then ROCM_INSTALL_DIR=$1 fi