Skip to content

Commit

Permalink
Enable IGC dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchekin committed Sep 11, 2024
1 parent d698a02 commit adc04b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/e2e-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,12 @@ jobs:
python install.py
pip install -e .
- name: Enable IGC dumps
run: |
mkdir -p inductor_log/igc
echo "IGC_ShaderDumpEnableAll=1" | tee -a $GITHUB_ENV
echo "IGC_DumpToCustomDir=$GITHUB_WORKSPACE/inductor_log/igc" | tee -a $GITHUB_ENV
- name: Run e2e ${{ inputs.test_mode }} tests
env:
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}
Expand Down

0 comments on commit adc04b3

Please sign in to comment.