New GEMM Assembly & Configuration Set for Arm SVE #422
Closed
xrq-phys wants to merge 2 commits intoflame:masterfrom
Closed
New GEMM Assembly & Configuration Set for Arm SVE #422xrq-phys wants to merge 2 commits intoflame:masterfrom
xrq-phys wants to merge 2 commits intoflame:masterfrom
Conversation
added 2 commits
July 14, 2020 04:40
Commit `f032d5d4a6ed34c8c3e5ba1ed0b14d1956d0097c` added to BLIS an SVE kernel set with GEMM and PACKM assemblies provided for vector length (VL) = 256. This commit further implements a GEMM assembly for vector length = 512. This new assembly: - is a 16x12 double precision micro-kernel; - compiles under both GCC and Clang; - yields about 18GFlOps on Fujitsu's A64fx @2.2GHz.
- This subconfig is created following `docs/ConfigurationHowTo.md`; - GEMM kernels are selected at run time according to effect of the `incd` instruction; - This subconfig is currently named armsve.
Collaborator
Author
|
Sorry but according to the latest benchmark this kernel & config is yet to be optimized. |
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.
This pull request contains 2 parts:
incdinstruction and selects GEMM kernels accordingly.The new PACKM kernel is not registered yet. Sorry for that.
As this pull request can be separated into 2 parts (with the sub-config depending on layout of kernels), I'm not sure if it was good to create pull request this way. If not, I'll close this and open another one with 512-bit assembly kernel only.