[llvm] [LLVM][NVPTX]Add BF16 vector instruction and fix lowering rules (PR #69415)
Artem Belevich via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 10:29:06 PDT 2023
================
@@ -555,6 +555,34 @@ multiclass F2<string OpcStr, SDNode OpNode> {
[(set Float32Regs:$dst, (OpNode Float32Regs:$a))]>;
}
+multiclass F2_Support_Half<string OpcStr, SDNode OpNode> {
+ def bf16 : NVPTXInst<(outs Int16Regs:$dst), (ins Int16Regs:$a),
----------------
Artem-B wrote:
Nit: it would be nice to align all NVPTXInst on the same column.
https://github.com/llvm/llvm-project/pull/69415
More information about the llvm-commits
mailing list