From 4e0de29e03f7c7b410bb050cb1f4762414e5540c Mon Sep 17 00:00:00 2001 From: Pavel Emeliyanenko Date: Fri, 29 Nov 2024 14:41:38 -0600 Subject: [PATCH] Revert "use /opt/rocm softlink by default" This reverts commit 7a2ef101a8caebc87882d3f37f5ce10a921fa2b8. --- build_rocm_python3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_rocm_python3 b/build_rocm_python3 index 8a6d915aac7865..b2278d044e38f1 100755 --- a/build_rocm_python3 +++ b/build_rocm_python3 @@ -30,7 +30,7 @@ shift "$((OPTIND-1))" nightly=true # First positional argument (if any) specifies the ROCM_INSTALL_DIR -ROCM_INSTALL_DIR=$(realpath /opt/rocm) +ROCM_INSTALL_DIR=/opt/rocm-6.2.0 if [[ -n $1 ]]; then ROCM_INSTALL_DIR=$1 fi