Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Nov 18, 2024
1 parent f087043 commit 1dd1899
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@ jobs:
- name: Run script
run: |
# TODO: rocprof is too noisy
source ${VENV_DIR}/bin/activate
mkdir -p rocprof_output
rocprof --stats --timestamp on --hip-trace --roctx-trace \
-o rocprof_output/results.csv \
python "${{ github.event.inputs.filename }}" > training.log 2>&1
python "${{ github.event.inputs.filename }}" > training.log 2>&1
- name: Upload training artifacts
uses: actions/upload-artifact@v3
Expand All @@ -52,5 +47,4 @@ jobs:
name: training-artifacts
path: |
training.log
${{ github.event.inputs.filename }}
# rocprof_output/results.csv
${{ github.event.inputs.filename }}

0 comments on commit 1dd1899

Please sign in to comment.