Skip to content

Commit

Permalink
Enable PC sampling on MI300A CI runners (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: Bhardwaj, Gopesh <[email protected]>
  • Loading branch information
vlaindic and bgopesh authored Dec 25, 2024
1 parent 0b13a14 commit abf7280
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
ls -la
- name: Enable PC Sampling
if: ${{ contains(matrix.runner, 'mi200') }}
if: ${{ contains(matrix.runner, 'mi200') || contains(matrix.runner, 'mi300a') }}
shell: bash
run: |
echo 'ROCPROFILER_PC_SAMPLING_BETA_ENABLED=1' >> $GITHUB_ENV
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
ls -la
- name: Enable PC Sampling
if: ${{ contains(matrix.runner, 'mi200') }}
if: ${{ contains(matrix.runner, 'mi200') || contains(matrix.runner, 'mi300a') }}
shell: bash
run: |
echo 'ROCPROFILER_PC_SAMPLING_BETA_ENABLED=1' >> $GITHUB_ENV
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
ls -la
- name: Enable PC Sampling
if: ${{ contains(matrix.runner, 'mi200') }}
if: ${{ contains(matrix.runner, 'mi200') || contains(matrix.runner, 'mi300a') }}
shell: bash
run: |
echo 'ROCPROFILER_PC_SAMPLING_BETA_ENABLED=1' >> $GITHUB_ENV
Expand Down Expand Up @@ -614,7 +614,7 @@ jobs:
ls -la
- name: Enable PC Sampling
if: ${{ contains(matrix.runner, 'mi200') }}
if: ${{ contains(matrix.runner, 'mi200') || contains(matrix.runner, 'mi300a') }}
shell: bash
run: |
echo 'ROCPROFILER_PC_SAMPLING_BETA_ENABLED=1' >> $GITHUB_ENV
Expand Down

0 comments on commit abf7280

Please sign in to comment.