From 1dd1899451d8cc110a0f3b7c016e40b2166e1ac6 Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 18 Nov 2024 13:11:52 -0800 Subject: [PATCH] update --- .github/workflows/amd_workflow.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/amd_workflow.yml b/.github/workflows/amd_workflow.yml index 51e2b6f..e882c9e 100644 --- a/.github/workflows/amd_workflow.yml +++ b/.github/workflows/amd_workflow.yml @@ -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 @@ -52,5 +47,4 @@ jobs: name: training-artifacts path: | training.log - ${{ github.event.inputs.filename }} - # rocprof_output/results.csv + ${{ github.event.inputs.filename }} \ No newline at end of file