Skip to content
Snippets Groups Projects

Support ARM64 Streaming SVE

Merged Michael Kuron requested to merge sme into master
All threads resolved!
Viewing commit 2b7c6cb6
Prev
Show latest version
1 file
+ 7
1
Preferences
Compare changes
+ 7
1
@@ -149,13 +149,19 @@ ubuntu:
@@ -149,13 +149,19 @@ ubuntu:
- sed -i 's/--doctest-modules //g' pytest.ini
- sed -i 's/--doctest-modules //g' pytest.ini
- env
- env
- pip3 list
- pip3 list
- python3 -m pytest -v -n $NUM_CORES --junitxml=report.xml tests/test_*vec*.py tests/test_random.py tests/test_half_precision.py
- python3 -m pytest -v -n $NUM_CORES --cov-report html --cov-report xml --cov=. --junitxml=report.xml tests/test_*vec*.py tests/test_random.py tests/test_half_precision.py
 
- python3 -m coverage xml
tags:
tags:
- docker
- docker
- AVX
- AVX
artifacts:
artifacts:
when: always
when: always
 
paths:
 
- coverage_report
reports:
reports:
 
coverage_report:
 
coverage_format: cobertura
 
path: coverage.xml
junit: report.xml
junit: report.xml
arm64v8:
arm64v8: