SeisSol / PSpaMM

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Single precision extension to the SVE generator #2

Closed montrie closed 2 years ago

montrie commented 2 years ago

Pull request for the single-precision extension to the SVE-based generator. I included additional test cases to PSpaMM/tests/unit_tests_arm_sve.py

I have found an issue when compiling the sve unit tests using gcc11. I documented the issue in the README file within PSpaMM/tests/ and changed the Makefile to use clang instead of gcc for the SVE version of PSpaMM.