[PATCH] D135941: [X86] Support AMX-FP16
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 20 18:58:10 PDT 2022
xiangzhangllvm added inline comments.
================
Comment at: llvm/test/MC/Disassembler/X86/x86-64AmxTileFP16-att.txt:4
+# CHECK: tdpfp16ps %tmm5, %tmm4, %tmm3
+0xc4,0xe2,0x53,0x5c,0xdc
----------------
xiangzhangllvm wrote:
> RKSimon wrote:
> > xiangzhangllvm wrote:
> > > RKSimon wrote:
> > > > in some MC tests we handle att + intel tests in the same file - should we be doing that for all new tests?
> > > That is make sense before, but we begin to use tool to auto generate the tests, it is easy to split them for tool, and we have do that for x86-64-avx512bf16-att/intel.txt x86-64-avx512bf16vl-att/intel.txt x86-64-avx512vp2intersectvl-att/intel.txt and also KEYLOCKER tests.
> > OK - I don't suppose you could ads att/intel functionality to your tool?
> The tools is not developed by me, I just use it : )
> The tools is not developed by me, I just use it : )
Let me sync with the tools' developer, thanks : )
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135941/new/
https://reviews.llvm.org/D135941
More information about the llvm-commits
mailing list