[PATCH] D140088: Add LLVM type support for fp8
Kushan Ahmadian via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 15 14:17:13 PST 2022
kushanam added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/ValueTypes.td:242
+
+def v1fp8e4m3 : ValueType<8, 198>; // 1 x f16 vector value
+def v2fp8e4m3 : ValueType<16, 199>; // 2 x f16 vector value
----------------
ezhulenev wrote:
> Comments mention f16 vectors (should be f8)
> Comments mention f16 vectors (should be f8)
Thanks, Addressed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140088/new/
https://reviews.llvm.org/D140088
More information about the llvm-commits
mailing list