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

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 15:05:19 PST 2018


yaxunl added a comment.

I think the purpose of this patch is to get a similar usage of clang as nvptx when compiling CUDA, i.e., using cuda as OS instead of using amdhsa as OS and amdgiz as environment. This is more convenient for CUDA application developers since they just need to swap nvptx with amdgcn.


https://reviews.llvm.org/D42711





More information about the llvm-commits mailing list