[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: cfe/trunk/include/clang/Basic/Cud

[PATCH] D53558: Add gfx909 to GPU Arch

2018-10-24 Thread Konstantin Zhuravlyov via Phabricator via cfe-commits
kzhuravl added a comment. In https://reviews.llvm.org/D53558#1272673, @kzhuravl wrote: > Are changes for > https://github.com/llvm-mirror/clang/blob/master/lib/Basic/Targets/AMDGPU.cpp#L137 > in a separate review? (I could not locate it). https://reviews.llvm.org/rC345181 Repository: rC C

[PATCH] D53558: Add gfx909 to GPU Arch

2018-10-23 Thread Konstantin Zhuravlyov via Phabricator via cfe-commits
kzhuravl added a comment. Are changes for https://github.com/llvm-mirror/clang/blob/master/lib/Basic/Targets/AMDGPU.cpp#L137 in a separate review? (I could not locate it). Repository: rC Clang https://reviews.llvm.org/D53558 ___ cfe-commits mai

[PATCH] D53558: Add gfx909 to GPU Arch

2018-10-23 Thread Yaxun Liu via Phabricator via cfe-commits
yaxunl accepted this revision. yaxunl added a comment. This revision is now accepted and ready to land. LGTM Repository: rC Clang https://reviews.llvm.org/D53558 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bi

[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: lib/Basic/Targets/NVPTX.cpp