[PATCH] D158468: [AMDGPU] Support sdot4 / sdot8 intrinsics on gfx11

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 12:45:18 PDT 2023


arsenm accepted this revision.
arsenm added inline comments.


================
Comment at: llvm/docs/AMDGPUUsage.rst:1062
+                                                   with the third i32 operand. The i1 fourth operand is used to clamp
+                                                   the output.
+                                                   When applicable (i.e. no clamping / operand modifiers), this is lowered
----------------
Think this needs a new line separator


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158468



More information about the llvm-commits mailing list