File tree Expand file tree Collapse file tree 2 files changed +10
-150
lines changed Expand file tree Collapse file tree 2 files changed +10
-150
lines changed Original file line number Diff line number Diff line change 37
37
displayName: 'Install dependencies'
38
38
39
39
- bash : |
40
- python ".azure-pipelines/run_hpu_tests.py"
41
- displayName: 'HPU Tests in parallel'
40
+ python -m pytest -sv tests/accelerators/test_hpu.py --forked --junitxml=hpu1_test-results.xml
41
+ displayName: 'Single card HPU test'
42
+
43
+ - bash : |
44
+ python -m pytest -sv tests/accelerators/test_hpu.py --forked --hpus 8 --junitxml=hpu8_test-results.xml
45
+ displayName: 'Multi card(8) HPU test'
46
+
47
+ - bash : |
48
+ python -m pytest -sv tests/plugins/precision/hpu/test_hpu.py --hmp-bf16 'tests/plugins/precision/hpu/ops_bf16.txt' --hmp-fp32 'tests/plugins/precision/hpu/ops_fp32.txt' --forked --junitxml=hpu1_precision_test-results.xml
49
+ displayName: 'HPU precision test'
42
50
43
51
- bash : |
44
52
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments