Skip to content

Conversation

@driazati
Copy link
Contributor

@driazati driazati commented Jun 19, 2019

This adds the rest of the dict.??? methods that were missing

Differential Revision: D16023573

@pytorchbot pytorchbot added the oncall: jit Add this issue/PR to JIT oncall triage queue label Jun 19, 2019
@pytorchbot pytorchbot added module: internals Related to internal abstractions in c10 and ATen module: pybind Related to our Python bindings / interactions with other Python libraries labels Jun 19, 2019
@driazati driazati requested review from suo and wanchaol June 21, 2019 23:04
Copy link
Collaborator

@wanchaol wanchaol left a comment

Choose a reason for hiding this comment

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

looks good, only have nits. also clang-tidy seems complaining.

Copy link
Collaborator

@wanchaol wanchaol left a comment

Choose a reason for hiding this comment

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

:shipit: assuming CI passes

zdevito pushed a commit to zdevito/ATen that referenced this pull request Jun 26, 2019
Summary:
This adds the rest of the `dict.???` methods that were missing
Pull Request resolved: pytorch/pytorch#21979

Pulled By: driazati

Differential Revision: D15999938

fbshipit-source-id: 7bc2a55e3f791015a0ff2e3731703075cf0770ee
@facebook-github-bot
Copy link
Contributor

@driazati merged this pull request in af9e008.

@driazati driazati reopened this Jun 26, 2019
zdevito pushed a commit to zdevito/ATen that referenced this pull request Jun 27, 2019
Summary:
This adds the rest of the `dict.???` methods that were missing

Pull Request resolved: pytorch/pytorch#21979

Pulled By: driazati

Differential Revision: D16023573

fbshipit-source-id: 3ea9bd905090e2a176af654a8ca98c7d965ea679
case prim::Print:
case prim::RaiseException:
case prim::SetAttr:
case aten::clear:
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't have to add either of these to hasSideEffects if the aliasing annotation is correct

xzhu1900 pushed a commit to xzhu1900/pytorch that referenced this pull request Jul 5, 2019
Summary:
This adds the rest of the `dict.???` methods that were missing

Pull Request resolved: pytorch#21979

Pulled By: driazati

Differential Revision: D16023573

fbshipit-source-id: 3ea9bd905090e2a176af654a8ca98c7d965ea679
@facebook-github-bot facebook-github-bot deleted the driazati/moredict branch July 13, 2020 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Merged module: internals Related to internal abstractions in c10 and ATen module: pybind Related to our Python bindings / interactions with other Python libraries oncall: jit Add this issue/PR to JIT oncall triage queue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants