[PATCH] D135941: [X86] Support AMX-FP16
Xiang Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 21 15:56:38 PDT 2022
xiangzhangllvm added a comment.
Hi @RKSimon , I sync with Freddy who also use this tool, we decide to merge the disassembler tests. thanks : )
================
Comment at: clang/include/clang/Driver/Options.td:4530-4531
def mno_amx_tile : Flag<["-"], "mno-amx-tile">, Group<m_x86_Features_Group>;
+def mamx_fp16 : Flag<["-"], "mamx-fp16">, Group<m_x86_Features_Group>;
+def mno_amx_fp16 : Flag<["-"], "mno-amx-fp16">, Group<m_x86_Features_Group>;
def msse : Flag<["-"], "msse">, Group<m_x86_Features_Group>;
----------------
LuoYuanke wrote:
> xiangzhangllvm wrote:
> > pengfei wrote:
> > > Better to move them below amx_bf16 for ordering.
> > let me reorder it when commit. thanks!
> I fixed it at rG3770d2b9cad9
quick action! : )
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135941/new/
https://reviews.llvm.org/D135941
More information about the llvm-commits
mailing list