Skip to content

Commit

Permalink
[ROCm] Print amdgpu info on bare metal for CI runners (pytorch#144038)
Browse files Browse the repository at this point in the history
Pull Request resolved: pytorch#144038
Approved by: https://github.com/jeffdaily
  • Loading branch information
jithunnair-amd authored and pytorchmergebot committed Jan 3, 2025
1 parent 37e9da0 commit c319126
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-rocm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ runs:
cat /opt/rocm/.info/version || true
whoami
- name: Runner health check amdgpu info
if: always()
shell: bash
run: |
dpkg -l | grep -E " amdgpu"
- name: Runner health check rocm-smi
if: always()
shell: bash
Expand Down

0 comments on commit c319126

Please sign in to comment.