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 10f75d9 commit dd3fe97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
source ${VENV_DIR}/bin/activate
mkdir -p rocprof_output
rocprof --stats --timestamp on --hip-trace --roctx-trace \
rocprof -q --stats --timestamp on --hip-trace --roctx-trace \
-o rocprof_output/results.csv \
python "${{ github.event.inputs.filename }}" > training.log 2>&1
Expand Down

0 comments on commit dd3fe97

Please sign in to comment.