[PATCH] D90419: [AMDGPU] Add gfx90c target

2020-11-03 Thread Tim Renouf via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGee3e64262757: [AMDGPU] Add gfx90c target (authored by tpr). Herald added a subscriber: emaste. Herald added a reviewer: espindola. Changed prior to

[PATCH] D90447: [AMDGPU] Add gfx1033 target

2020-11-03 Thread Tim Renouf via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG89d41f3a2b82: [AMDGPU] Add gfx1033 target (authored by tpr). Changed prior to commit: https://reviews.llvm.org/D90447?vs=301953=302591#toc

[PATCH] D90447: [AMDGPU] Add gfx1033 target

2020-11-01 Thread Tim Renouf via Phabricator via cfe-commits
tpr added inline comments. Comment at: llvm/docs/AMDGPUUsage.rst:317 + names. + ``gfx1033`` ``amdgcn`` dGPU - wavefrontsize64 *TBA* +

[PATCH] D90447: [AMDGPU] Add gfx1033 target

2020-10-30 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 301953. tpr added a comment. Herald added subscribers: emaste, jholewinski. Herald added a reviewer: espindola. V3: Add missing bits. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90447/new/

[PATCH] D90447: [AMDGPU] Add gfx1033 target

2020-10-30 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 301931. tpr added a comment. V2: Update ELFObjectFile.cpp and elf-header-flags-mach.yaml. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90447/new/ https://reviews.llvm.org/D90447 Files:

[PATCH] D90419: [AMDGPU] Add gfx90c target

2020-10-30 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 301886. tpr added a comment. V3: Listed products. Marked as "xnack enabled". Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90419/new/ https://reviews.llvm.org/D90419 Files: clang/include/clang/Basic/Cuda.h

[PATCH] D90447: [AMDGPU] Add gfx1033 target

2020-10-30 Thread Tim Renouf via Phabricator via cfe-commits
tpr created this revision. Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, kerbowa, rupprecht, hiraditya, t-tye, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm. Herald added a reviewer: jhenderson. Herald added projects: clang, LLVM. tpr requested review of this

[PATCH] D90419: [AMDGPU] Add gfx90c target

2020-10-29 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 301723. tpr added a comment. V2: Fixed copy-o in AMDGPUUsage.rst change. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D90419/new/ https://reviews.llvm.org/D90419 Files: clang/include/clang/Basic/Cuda.h

[PATCH] D90419: [AMDGPU] Add gfx90c target

2020-10-29 Thread Tim Renouf via Phabricator via cfe-commits
tpr created this revision. Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, kerbowa, rupprecht, hiraditya, t-tye, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm, jholewinski. Herald added a reviewer: jhenderson. Herald added projects: clang, LLVM. tpr requested review of

[PATCH] D88916: [AMDGPU] Add gfx602, gfx705, gfx805 targets

2020-10-10 Thread Tim Renouf via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rG666ef0db208b: [AMDGPU] Add gfx602, gfx705, gfx805 targets (authored by tpr). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D88916: [AMDGPU] Add gfx602, gfx705, gfx805 targets

2020-10-07 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 296648. tpr added a comment. V3: AMDGCNGPUs table in TargetParser.cpp needs to be in GPUKind order, so fix the GPUKind order. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D88916/new/

[PATCH] D88916: [AMDGPU] Add gfx602, gfx705, gfx805 targets

2020-10-07 Thread Tim Renouf via Phabricator via cfe-commits
tpr updated this revision to Diff 296623. tpr added a comment. Herald added subscribers: cfe-commits, jholewinski. Herald added a project: clang. V2: Add clang changes. Put TargetParser list in order. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION

[PATCH] D53558: Add gfx909 to GPU Arch

2018-10-24 Thread Tim Renouf via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL345198: Add gfx909 to GPU Arch (authored by tpr, committed by ). Herald added a subscriber: llvm-commits. Repository: rL LLVM https://reviews.llvm.org/D53558 Files:

[PATCH] D53558: Add gfx909 to GPU Arch

2018-10-23 Thread Tim Renouf via Phabricator via cfe-commits
tpr created this revision. Herald added subscribers: cfe-commits, jholewinski. tpr added reviewers: yaxunl, kzhuravl. Repository: rC Clang https://reviews.llvm.org/D53558 Files: include/clang/Basic/Cuda.h lib/Basic/Cuda.cpp lib/Basic/Targets/NVPTX.cpp Index: