Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100679
[AMDGPU] Enforce that gfx802/803/805 do not support XNACK ClosedPublic Authored by t-tye on Apr 16 2021, 12:27 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dexonsmith, hiraditya, tpr and 2 others. · View Herald TranscriptApr 16 2021, 12:27 PM This revision is now accepted and ready to land.Apr 16 2021, 12:33 PM This revision was landed with ongoing or failed builds.Apr 16 2021, 12:35 PM Closed by commit rG13875aab4e7d: [AMDGPU] Enforce that gfx802/803/805 do not support XNACK (authored by t-tye). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 338200 llvm/lib/Support/TargetParser.cpp
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clang-format: please reformat the code
- // Name Canonical Kind Features - // Name - {{"gfx600"}, {"gfx600"}, GK_GFX600, FEATURE_FAST_FMA_F32}, - {{"tahiti"}, {"gfx600"}, GK_GFX600, FEATURE_FAST_FMA_F32}, - {{"gfx601"}, {"gfx601"}, GK_GFX601, FEATURE_NONE}, - {{"pitcairn"}, {"gfx601"}, GK_GFX601, FEATURE_NONE}, - {{"verde"}, {"gfx601"}, GK_GFX601, FEATURE_NONE}, - {{"gfx602"}, {"gfx602"}, GK_GFX602, FEATURE_NONE}, - {{"hainan"}, {"gfx602"}, GK_GFX602, FEATURE_NONE}, - {{"oland"}, {"gfx602"}, GK_GFX602, FEATURE_NONE},151 diff lines are omitted. See full path.