Skip to content

Commit

Permalink
Adding hipblaslt check
Browse files Browse the repository at this point in the history
  • Loading branch information
ChSonnabend committed Jan 20, 2025
1 parent 0cfeaa0 commit 48e25ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnxruntime.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if [[ "$ALIBUILD_O2_FORCE_GPU" -eq 1 ]] || [[ "$ALIBUILD_ENABLE_HIP" -eq 1 ]] ||
[[ -d /opt/rocm/include/rocrand ]] && \
[[ -d /opt/rocm/include/miopen ]] && \
[[ -d /opt/rocm/include/rccl ]] && \
[[ -d /opt/rocm/lib/hipblaslt ]] && \
[[ -z "$ORT_ROCM_BUILD" ]] ) && \
([[ -z "$ALMA_LINUX_MAJOR_VERSION" ]] || [[ "$ALMA_LINUX_MAJOR_VERSION" -eq 9 ]]); then

Check notice on line 39 in onnxruntime.sh

View workflow job for this annotation

GitHub Actions / alidistlint

Use { ..; } instead of (..) to avoid subshell overhead. [SC2235]
export ORT_ROCM_BUILD="1"
Expand Down

0 comments on commit 48e25ed

Please sign in to comment.