[PATCH] D42711: AMDGPU: Support target triple OS component cuda

Brian Sumner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 15:32:35 PST 2018


b-sumner added a comment.

As I understand it, the option users pass to clang++ is --cuda-gpu-arch=<Arch>.  Can't we arrange to generate the right triple if they use gfx900 or some other AMD target name for <Arch>?


https://reviews.llvm.org/D42711





More information about the llvm-commits mailing list