Port torch/csrc/jit/runtime/register_distributed_ops.cpp to new operator registration API#38014
Conversation
2ffc7df to
1e00527
Compare
💊 CI failures summary and remediationsAs of commit deaa2f2 (more details on the Dr. CI page):
ci.pytorch.org: 1 failedThis 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. This comment has been revised 5 times. |
1e00527 to
4e1c8de
Compare
…tor registration API Signed-off-by: Xiong Wei <xiongw.fnst@cn.fujitsu.com>
4e1c8de to
deaa2f2
Compare
|
The CI passed after I upgraded my CircleCI account to the Performance Plan. |
|
@ezyang @suo @SplitInfinity kindly request for review. |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@ezyang is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
@ezyang thanks for reviewing the pull request. The I tried to re-trigger the CI checks by manually closing and opening the PR.
However, Facebook internal CI checks are not being re-triggered. |
|
I have to trigger them. But don't worry, they're usually spurious, and I'll let you know if there is a real problem |
…tor registration API (pytorch#38014) Summary: Port register_distributed_ops.cpp with the new registration API introduced in pytorch#36258. resolve pytorch#37579 Signed-off-by: Xiong Wei <xiongw.fnst@cn.fujitsu.com> Pull Request resolved: pytorch#38014 Differential Revision: D21502643 Pulled By: ezyang fbshipit-source-id: e1749d788b5c0f2a903ffac2f0c94929d6a8ad72
Port register_distributed_ops.cpp with the new registration API introduced in #36258.
resolve #37579
Signed-off-by: Xiong Wei xiongw.fnst@cn.fujitsu.com