[PATCH] D80938: AMDGPU: Change internal tracking of wave size

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 10:46:09 PDT 2020


arsenm created this revision.
arsenm added reviewers: rampitec, kerbowa, cfang.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.
arsenm updated this revision to Diff 267662.

Store the log2 wave size instead of forcing division and log2
operations when querying either.


https://reviews.llvm.org/D80938

Files:
  llvm/lib/Target/AMDGPU/AMDGPUFeatures.td
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp
  llvm/lib/Target/AMDGPU/AMDGPUSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80938.267662.patch
Type: text/x-patch
Size: 3600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200601/3802eb34/attachment.bin>


More information about the llvm-commits mailing list