Skip to content

Commit

Permalink
Bump CI SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
katalinic-gc committed Oct 11, 2023
1 parent 8c4a1dd commit 7e575e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
source examples_venv/bin/activate
pip install --upgrade pip
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
pip install ${SDK_PATH}/poptorch-*.whl
pip install .[testing]
pip install memory-profiler matplotlib
Expand All @@ -38,7 +38,7 @@ jobs:
RUN_SLOW: true
run: |
source examples_venv/bin/activate
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
. ${SDK_PATH}/poplar-ubuntu_20_04*/enable.sh
. ${SDK_PATH}/popart-ubuntu_20_04*/enable.sh
pytest tests/test_examples_match_transformers.py -v --durations=0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
run: |
source general_venv/bin/activate
pip install --upgrade pip
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
pip install ${SDK_PATH}/poptorch-*.whl
pip install .[testing]
- name: Test with Pytest
env:
POPTORCH_WAIT_FOR_IPU: 1
run: |
source general_venv/bin/activate
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
. ${SDK_PATH}/poplar-ubuntu_20_04*/enable.sh
. ${SDK_PATH}/popart-ubuntu_20_04*/enable.sh
pytest tests/ -v -n 16 --ignore=tests/pipelines/ --ignore=tests/test_examples_match_transformers.py
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
source pipelines_venv/bin/activate
pip install --upgrade pip
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
pip install ${SDK_PATH}/poptorch-*.whl
pip install .[testing]
pip install memory-profiler matplotlib
Expand All @@ -38,7 +38,7 @@ jobs:
RUN_SLOW: true
run: |
source pipelines_venv/bin/activate
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.3*
export SDK_PATH=/opt/gc/poplar_sdk-ubuntu_20_04-3.4*
. ${SDK_PATH}/poplar-ubuntu_20_04*/enable.sh
. ${SDK_PATH}/popart-ubuntu_20_04*/enable.sh
mprof run --exit-code --interval 1 --include-children --multiprocess \
Expand Down

0 comments on commit 7e575e3

Please sign in to comment.