Skip to content
Snippets Groups Projects
Commit 5a282385 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

Enable largest SVE width in emulation

parent 34915d7c
No related merge requests found
Pipeline #52029 failed with stages
in 4 hours, 15 minutes, and 57 seconds
This commit is part of merge request !325. Comments created here will be created in the context of that merge request.
...@@ -176,6 +176,7 @@ arm64v9: ...@@ -176,6 +176,7 @@ arm64v9:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/arm64 image: i10git.cs.fau.de:5005/pycodegen/pycodegen/arm64
variables: variables:
PYSTENCILS_SIMD: "sve128,sve256,sve512,sve1024,sve2048,sve" PYSTENCILS_SIMD: "sve128,sve256,sve512,sve1024,sve2048,sve"
QEMU_CPU: "max,sve-default-vector-length=-1"
before_script: before_script:
- *multiarch_before_script - *multiarch_before_script
- sed -i s/march=native/march=armv8-a+sve/g ~/.config/pystencils/config.json - sed -i s/march=native/march=armv8-a+sve/g ~/.config/pystencils/config.json
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment