This patch is split from https://reviews.llvm.org/D45212
Patch by Greg Rodgers.
Revised by Yaxun Liu.
Paths
| Differential D45489
[HIP] Add input type for HIP ClosedPublic Authored by yaxunl on Apr 10 2018, 7:54 AM.
Details Summary This patch is split from https://reviews.llvm.org/D45212 Patch by Greg Rodgers.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 14 2018, 6:20 AM Comment Actions I'm getting confused about the order of the patches. Comment Actions
Sorry I think I may misunderstand the parent/child relation between reviews. I thought a review depends on its parent reviews, i.e., parent reviews should be committed first. Is that correct? Thanks. Comment Actions
I think it is just visual difference. The relations are the same. Comment Actions
Would it be possible to arrange the changes in order in which you apply them in the tree you are working on? If I want to try (partially) apply your parches in my tree, it would help to know that what I get matches your setup. Patch relationships as they are right now make intended order ambiguous. yaxunl edited child revisions, added: D44984: [HIP] Add hip input kind and codegen for kernel launching; removed: D45212: Add HIP toolchain.Apr 18 2018, 11:07 AM Comment Actions
I reordered them as a simple linear relation. In the stack display, the patches should be applied from bottom to top. Closed by commit rL330279: [HIP] Add driver input type for HIP (authored by yaxunl). · Explain WhyApr 18 2018, 11:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 142972 cfe/trunk/include/clang/Driver/Types.def
cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/Driver/Types.cpp
|