Further AArch64 coverage targeting the CloverLeaf benchmark#199
Merged
Further AArch64 coverage targeting the CloverLeaf benchmark#199
Conversation
… instruction with tests.
…f Vector Length becomes more than 512-bit.
…struction with tests.
…certain SVE instructions that calculates NZCV reg values based on predicate result.
… instruction with tests.
…edicate)) with tests.
…. Also fixed float version of this instruction to preserve inactive elements in the destination vector.
…ction with tests.
…ruction with tests.
jj16791
approved these changes
Nov 12, 2021
Contributor
|
#rerun tests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Further coverage of the AArch64 ISA has been made to add support for the following CloverLeaf versions :
Both benchamrks have been supported and tested using the TX2, armv8.4-a, and armv8.4-a+sve architecture targets on SimEng.
The majority of these commits have been for the ArmClang compiled versions of CloverLeaf_* targeting armv8.4-a+sve, with some helper functions also being created in areas where the same code was being repeatedly used.
The final commit
a1e3a5baddresses an uncommon issue where specific length binary names (inc. their path) would push necessary null pointers off the top of the stack, resulting in a data abort error.