[PATCH] D89568: [AMDGPU] Drop array size in AMDGCNGPUs

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 11:11:22 PDT 2020


rampitec added inline comments.


================
Comment at: llvm/lib/Support/TargetParser.cpp:58
   {{"barts"},   {"barts"},   GK_BARTS,   FEATURE_NONE },
   {{"caicos"},  {"caicos"},  GK_CAICOS,  FEATURE_NONE },
   {{"aruba"},   {"cayman"},  GK_CAYMAN,  FEATURE_FMA  },
----------------
arsenm wrote:
> There's another up here
We do not change that one all the time, and unlikely will.


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

https://reviews.llvm.org/D89568



More information about the llvm-commits mailing list