Skip to content

Conversation

@wanchaol
Copy link
Collaborator

@wanchaol wanchaol commented Aug 14, 2020

Stack from ghstack:

Differential Revision: D23621108

@facebook-github-bot facebook-github-bot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Aug 14, 2020
wanchaol added a commit that referenced this pull request Aug 14, 2020
ghstack-source-id: 70eae0e
Pull Request resolved: #43046
@dr-ci
Copy link

dr-ci bot commented Aug 14, 2020

💊 CI failures summary and remediations

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


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

Extra GitHub checks: 1 failed


ci.pytorch.org: 1 failed


codecov.io: 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 61 times.

wanchaol added a commit that referenced this pull request Aug 20, 2020
ghstack-source-id: 303d3a3
Pull Request resolved: #43046
wanchaol added a commit that referenced this pull request Aug 24, 2020
ghstack-source-id: d654680
Pull Request resolved: #43046
wanchaol added a commit that referenced this pull request Sep 4, 2020
ghstack-source-id: 637a1db
Pull Request resolved: #43046
@wanchaol wanchaol changed the title [WIP][rpc][jit] support remote call in TorchScript [rpc][jit] support remote call in TorchScript Sep 10, 2020
wanchaol added a commit that referenced this pull request Sep 10, 2020
ghstack-source-id: 037b6c3
Pull Request resolved: #43046
@codecov
Copy link

codecov bot commented Sep 10, 2020

Codecov Report

Merging #43046 into gh/wanchaol/122/base will decrease coverage by 0.00%.
The diff coverage is 28.57%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           gh/wanchaol/122/base   #43046      +/-   ##
========================================================
- Coverage                 68.06%   68.06%   -0.01%     
========================================================
  Files                       382      382              
  Lines                     49461    49465       +4     
========================================================
+ Hits                      33667    33669       +2     
- Misses                    15794    15796       +2     
Impacted Files Coverage Δ
.../testing/_internal/distributed/rpc/jit/rpc_test.py 29.65% <28.57%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0565576...075425e. Read the comment docs.

Copy link
Contributor

@mrshenli mrshenli left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for adding this!

} else {
output_type = returns[0].type();
}
rpc_node_output->setType(output_type);
Copy link
Contributor

Choose a reason for hiding this comment

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

This looks a little different from the previous version. Prior to this change, if rpc_op == prim::rpc_sync, rpc_node_output->setType is not called. Is it true that, by default, its type is already returns[0].type()?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

good catch, no it's not automatically set I think, let me change it in previous PR

wanchaol added a commit that referenced this pull request Sep 10, 2020
ghstack-source-id: bc1a271
Pull Request resolved: #43046
@facebook-github-bot
Copy link
Contributor

@wanchaol merged this pull request in ab6126b.

@facebook-github-bot facebook-github-bot deleted the gh/wanchaol/122/head branch September 15, 2020 14:17
xuzhao9 pushed a commit that referenced this pull request Sep 18, 2020
Summary: Pull Request resolved: #43046

Test Plan: Imported from OSS

Reviewed By: mrshenli

Differential Revision: D23621108

Pulled By: wanchaol

fbshipit-source-id: e8152c6cdd3831f32d72d46ac86ce22f3f13c651
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