Skip to content

Commit

Permalink
add rocminfo in GPU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Nov 16, 2023
1 parent 3961c52 commit 83f24ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/self-scheduled-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ jobs:
working-directory: /transformers
run: |
python3 utils/print_env.py
- name: ROCMINFO
run: |
rocminfo | grep "Agent" -A 14
- name: Update clone
working-directory: /transformers
Expand Down

0 comments on commit 83f24ca

Please sign in to comment.