Skip to content

Commit

Permalink
Added Debug variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
vshekhawat-hlab committed Mar 14, 2024
1 parent 9b69330 commit afd1cbb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/hpu-gaudi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,17 @@ jobs:
pip list
- name: Set up test list
env:
PT_HPU_LAZY_MODE_TEMP: 0
TEST_LIST_TEMP: |
test_accelerator.py
test_autotuning.py
run: |
# Convert multiline TEST_LIST to an array
echo "TEST_LIST_TEMP ${TEST_LIST_TEMP}"
echo "PT_HPU_LAZY_MODE_TEMP ${PT_HPU_LAZY_MODE_TEMP}"
echo "TEST_LIST ${TEST_LIST}"
echo "PT_HPU_LAZY_MODE ${PT_HPU_LAZY_MODE}"
IFS=$'\n' read -r -d '' -a tests <<< "$TEST_LIST"
# Construct the test list with 'or' operator
Expand Down

0 comments on commit afd1cbb

Please sign in to comment.