[PATCH] D64446: [AMDGPU] gfx908 mAI instructions, MC part

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 14:25:24 PDT 2019


arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/Target/AMDGPU/SIInstrFormats.td:125
+  // This bit indicates that this is one of MFMA instructions.
+  field bit IsMAI = 0;
+
----------------
rampitec wrote:
> arsenm wrote:
> > It's not obvious to me what MAI stands for
> That is how these are called in the spec. I assume when we upload the spec it will make more sense. But generally Matrix Arithmetic ISA.
Should add that as a comment


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64446/new/

https://reviews.llvm.org/D64446





More information about the llvm-commits mailing list