[libc-commits] [PATCH] D152923: [libc] Add support for FMA in the GPU utilities

Matt Arsenault via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Jun 14 09:31:56 PDT 2023


arsenm added inline comments.


================
Comment at: libc/src/__support/FPUtil/gpu/FMA.h:12
+
+// These intrinsics map to the FMA instrunctions in the target ISA for the GPU.
+// For AMDGPU these will map to instructions with 0.5 ULP accuracy. The NVPTX
----------------
 I don't really see the point of documenting this here. It's a weird place to give platform specifics and FMA is about as well defined as you can get


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152923/new/

https://reviews.llvm.org/D152923



More information about the libc-commits mailing list