Skip to content

Commit

Permalink
use /opt/rocm softlink by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pemeliya committed Nov 29, 2024
1 parent a6063f2 commit 7cd6ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rocm_python3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cd6ea8

Please sign in to comment.