Skip to content
Snippets Groups Projects
Commit 9c15368b authored by Markus Holzer's avatar Markus Holzer
Browse files

Small change

parent a85e0b4d
No related branches found
No related tags found
No related merge requests found
Pipeline #53901 passed
...@@ -143,7 +143,7 @@ ubuntu: ...@@ -143,7 +143,7 @@ ubuntu:
- sed -i 's/--doctest-modules //g' pytest.ini - sed -i 's/--doctest-modules //g' pytest.ini
- env - env
- pip3 list - pip3 list
- pytest-3 -v -n $NUM_CORES --junitxml=report.xml pystencils_tests/test_*vec*.py pystencils_tests/test_random.py - pytest-3 -v -n $NUM_CORES --junitxml=report.xml pystencils_tests/test_*vec*.py pystencils_tests/test_random.py pystencils_tests/test_half_precision.py
tags: tags:
- docker - docker
- AVX - AVX
...@@ -170,6 +170,7 @@ ppc64le: ...@@ -170,6 +170,7 @@ ppc64le:
arm64v9: arm64v9:
# SVE support is still unreliable in GCC 11 (incorrect code for fixed-width vectors, internal compiler errors). # SVE support is still unreliable in GCC 11 (incorrect code for fixed-width vectors, internal compiler errors).
# For half precision Clang is necessary
extends: .multiarch_template extends: .multiarch_template
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/arm64 image: i10git.cs.fau.de:5005/pycodegen/pycodegen/arm64
before_script: before_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment