Skip to content

Conversation

@ZolotukhinM
Copy link

@ZolotukhinM ZolotukhinM commented Sep 5, 2020

Stack from ghstack:

Differential Revision: D23554192

@ZolotukhinM ZolotukhinM requested a review from apaszke as a code owner September 5, 2020 04:38
@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Sep 5, 2020
@dr-ci
Copy link

dr-ci bot commented Sep 5, 2020

💊 CI failures summary and remediations

As of commit 1512462 (more details on the Dr. CI page):


  • 2/2 failures possibly* introduced in this PR
    • 2/2 non-CircleCI failure(s)

Extra GitHub checks: 1 failed


ci.pytorch.org: 1 failed


This comment was automatically generated by Dr. CI (expand for details).Follow this link to opt-out of these comments for your Pull Requests.

Please report bugs/suggestions on the GitHub issue tracker or post in the (internal) Dr. CI Users group.

See how this bot performed.

This comment has been revised 2 times.

Copy link
Contributor

@Krovatkin Krovatkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

for (auto const& input : listConstruct->inputs()) {
REQ(isFusableOnDevice(input->node()));
}
// We're merging listconstruct->cat. cat is the consumer and listconstruct
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I wonder if this could be already handled by canHandle when we create a TEGroup out of `aten::cat?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that function could use some TLC, I'll look into it as a follow-up if you don't mind.

@facebook-github-bot
Copy link
Contributor

@ZolotukhinM merged this pull request in bd8e38c.

@facebook-github-bot facebook-github-bot deleted the gh/ZolotukhinM/334/head branch September 12, 2020 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants