[PATCH] D109999: AMDGPU: Refactor getWavesPerEU to separate flat workgroup size query

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 14:01:11 PDT 2021


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG, one suggestion for the documentation which only makes sense as you use it from the Attributor though.



================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h:102
+  /// rather than querying the function itself. \p FlatWorkGroupSizes Should
+  /// correspond to the function's value for getFlatWorkGroupSizes.
+  std::pair<unsigned, unsigned>
----------------



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

https://reviews.llvm.org/D109999



More information about the llvm-commits mailing list