[PATCH] D140088: Add LLVM type support for fp8

Eugene Zhulenev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 15 13:37:46 PST 2022


ezhulenev 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
----------------
Comments mention f16 vectors (should be f8)


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