public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/3, v2] rs6000: Add support for Matrix-Multiply Assist (MMA) built-in functions.
@ 2020-06-18 20:42 Peter Bergner
  2020-06-18 20:44 ` [PATCH 1/3, v2] rs6000: Add base support and types for defining MMA built-ins Peter Bergner
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Peter Bergner @ 2020-06-18 20:42 UTC (permalink / raw)
  To: Segher Boessenkool
  Cc: GCC Patches, Bill Schmidt, Michael Meissner, David Edelsohn,
	Will Schmidt

POWER ISA 3.1 added new Matrix-Multiply Assist (MMA) instructions.
The following patch set adds support for generating these instructions
through built-in functions which are enabled with the -mmma option.

The patch1 and patch1+patch2+patch3 have been bootstrapped and regtested on
powerpc64le-linux with no regressions.  In addition, patch1+patch2+patch3
has been bootstrapped and regtested on powerpc64-linux (BE), also without
regressions.  I'll note that I split the testsuite changes into their own
patch for review purposes, but I plan on committing patch2 and patch3 together.

Changes since v1:
  Patch 1/3:
    - Modified verbiage in mma.md per Will's suggestion.
    - Modified rs6000_split_multireg_move to correctly handle BE PXImode
      and POImode moves.
  Patch 2/3:
    - Updated ChangeLog entry per Segher's suggestion.
    - Updated doc/extend.texi with correct built-in names for
      __builtin_vsx_xvcvspbf16 and __builtin_vsx_xvcvbf16sp.
  Patch 3/3:
    - No changes.

Peter



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2020-06-25 13:16 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18 20:42 [PATCH 0/3, v2] rs6000: Add support for Matrix-Multiply Assist (MMA) built-in functions Peter Bergner
2020-06-18 20:44 ` [PATCH 1/3, v2] rs6000: Add base support and types for defining MMA built-ins Peter Bergner
2020-06-18 23:44   ` Segher Boessenkool
2020-06-19 16:47     ` Peter Bergner
2020-06-19 18:12       ` Segher Boessenkool
2020-06-19 19:33         ` Peter Bergner
2020-06-19 19:43           ` Peter Bergner
2020-06-19 22:38             ` Segher Boessenkool
2020-06-21  5:45       ` Peter Bergner
2020-06-18 20:45 ` [PATCH 2/3, v2] rs6000: Add MMA built-in function definitions Peter Bergner
2020-06-19 16:45   ` Segher Boessenkool
2020-06-19 17:06     ` Peter Bergner
2020-06-21  5:49       ` Peter Bergner
2020-06-18 20:46 ` [PATCH 3/3, v2] rs6000: Add testsuite test cases for MMA built-ins Peter Bergner
2020-06-19 16:53   ` Segher Boessenkool
2020-06-21  5:50     ` Peter Bergner
2020-06-24 19:28 ` [PATCH 0/3, v2] rs6000: Add support for Matrix-Multiply Assist (MMA) built-in functions Peter Bergner
2020-06-24 19:37   ` Segher Boessenkool
2020-06-25 13:15     ` Peter Bergner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).