This is an archive of the discontinued LLVM Phabricator instance.

[HIP] Add input type for HIP
ClosedPublic

Authored by yaxunl on Apr 10 2018, 7:54 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

yaxunl created this revision.Apr 10 2018, 7:54 AM
yaxunl edited the summary of this revision. (Show Details)Apr 10 2018, 8:54 AM
rjmccall accepted this revision.Apr 14 2018, 6:20 AM

LGTM.

This revision is now accepted and ready to land.Apr 14 2018, 6:20 AM
tra accepted this revision.Apr 17 2018, 4:31 PM
tra added a comment.Apr 17 2018, 4:35 PM

I'm getting confused about the order of the patches.
The patch stack phabricator displays in this patch is different compared to the stack in D44984. Which one should I trust?

In D45489#1070470, @tra wrote:

I'm getting confused about the order of the patches.
The patch stack phabricator displays in this patch is different compared to the stack in D44984. Which one should I trust?

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.

In D45489#1070470, @tra wrote:

I'm getting confused about the order of the patches.
The patch stack phabricator displays in this patch is different compared to the stack in D44984. Which one should I trust?

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.

I think it is just visual difference. The relations are the same.

tra added a comment.Apr 18 2018, 10:40 AM
In D45489#1070470, @tra wrote:

I'm getting confused about the order of the patches.
The patch stack phabricator displays in this patch is different compared to the stack in D44984. Which one should I trust?

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.

I think it is just visual difference. The relations are the same.

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.

In D45489#1071177, @tra wrote:
In D45489#1070470, @tra wrote:

I'm getting confused about the order of the patches.
The patch stack phabricator displays in this patch is different compared to the stack in D44984. Which one should I trust?

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.

I think it is just visual difference. The relations are the same.

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.

I reordered them as a simple linear relation. In the stack display, the patches should be applied from bottom to top.

This revision was automatically updated to reflect the committed changes.