[PATCH] D89568: [AMDGPU] Drop array size in AMDGCNGPUs
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 16 11:39:57 PDT 2020
arsenm 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 },
----------------
rampitec wrote:
> arsenm wrote:
> > There's another up here
> We do not change that one all the time, and unlikely will.
There's no reason to keep it though
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89568/new/
https://reviews.llvm.org/D89568
More information about the llvm-commits
mailing list