Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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