[PATCH] D145421: Add LLVM type support for fp8

Kushan Ahmadian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 13:42:24 PST 2023


kushanam created this revision.
Herald added subscribers: mattd, gchakrabarti, asavonic, hiraditya.
Herald added a project: All.
kushanam requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert, jholewinski.
Herald added a project: LLVM.

This is a followup patch to add the two FP8 data types (E5M2 and E4M3) to the LLVM, following the https://reviews.llvm.org/D140088 and RFC discussions at https://discourse.llvm.org/t/add-llvm-type-support-for-fp8-data-types-f8e4m3-and-f8e5m2/67598


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145421

Files:
  llvm/include/llvm/IR/IntrinsicsNVVM.td
  llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  llvm/lib/Target/NVPTX/NVPTXIntrinsics.td
  llvm/test/CodeGen/NVPTX/convert-sm90.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145421.502784.patch
Type: text/x-patch
Size: 18890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/b0e69b13/attachment.bin>


More information about the llvm-commits mailing list