Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dynamo] support dict.fromkeys() / OrderedDict.fromkeys() / defaultdict.fromkeys() #115010

Closed
wants to merge 9 commits into from

Conversation

Copy link

pytorch-bot bot commented Dec 2, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/115010

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit b115745 with merge base ec124b9 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
@XuehaiPan XuehaiPan changed the title [dynamo] support dict.fromkeys [dynamo] support dict.fromkeys / OrderedDict.fromkeys / defaultdict.fromkeys Dec 2, 2023
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 2, 2023
…ict.fromkeys`

ghstack-source-id: ad99357ee42595bd91c5c2c3f0ed6a03d34dff42
Pull Request resolved: pytorch#115010
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 2, 2023
…ict.fromkeys`

ghstack-source-id: 55ab9a821c6f5f3e6ff30da6b9aa6e15afd8f9c8
Pull Request resolved: pytorch#115010
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 2, 2023
…ict.fromkeys`

ghstack-source-id: 1404635354b679161491c647d45d2fa7d376e15a
Pull Request resolved: pytorch#115010
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 3, 2023
…ict.fromkeys`

ghstack-source-id: 4d9351ce7d4999a53231e95107b372bba326dfdf
Pull Request resolved: pytorch#115010
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 3, 2023
…ict.fromkeys`

ghstack-source-id: 7a13db59480b6ba0a669f0b2fb346ea42e8230f4
Pull Request resolved: pytorch#115010
…/ `defaultdict.fromkeys`"


Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes #114963

- #114963

cc voznesenskym penguinwu EikanWang jgong5 Guobing-Chen XiaobingSuper zhuhaozhe blzheng wenzhe-nrv jiayisunx chenyang78 aakhundov kadeng

[ghstack-poisoned]
@XuehaiPan XuehaiPan changed the title [dynamo] support dict.fromkeys / OrderedDict.fromkeys / defaultdict.fromkeys [dynamo] support dict.fromkeys() / OrderedDict.fromkeys() / defaultdict.fromkeys() Dec 3, 2023
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 3, 2023
…ict.fromkeys`

ghstack-source-id: 6433b5def476883ae50d895003a0c164b262fc40
Pull Request resolved: pytorch#115010
XuehaiPan added a commit to XuehaiPan/pytorch that referenced this pull request Dec 3, 2023
…ultdict.fromkeys()`

ghstack-source-id: 6433b5def476883ae50d895003a0c164b262fc40
Pull Request resolved: pytorch#115010
pytorchmergebot pushed a commit that referenced this pull request Dec 4, 2023
…defaultdict.update(seq2)` (#115011)

Pull Request resolved: #115011
Approved by: https://github.com/jansel
ghstack dependencies: #115010
pytorchmergebot pushed a commit that referenced this pull request Dec 4, 2023
@facebook-github-bot facebook-github-bot deleted the gh/XuehaiPan/18/head branch December 7, 2023 15:27
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
…ultdict.fromkeys()` (pytorch#115010)

Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes pytorch#114963

- pytorch#114963

Pull Request resolved: pytorch#115010
Approved by: https://github.com/jansel
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
…defaultdict.update(seq2)` (pytorch#115011)

Pull Request resolved: pytorch#115011
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#115010
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
…ultdict.fromkeys()` (pytorch#115010)

Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes pytorch#114963

- pytorch#114963

Pull Request resolved: pytorch#115010
Approved by: https://github.com/jansel
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
…defaultdict.update(seq2)` (pytorch#115011)

Pull Request resolved: pytorch#115011
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#115010
hyperfraise pushed a commit to hyperfraise/pytorch that referenced this pull request Dec 21, 2023
ZhiweiYan-96 pushed a commit to ZhiweiYan-96/pytorch that referenced this pull request Dec 22, 2023
…ultdict.fromkeys()` (pytorch#115010)

Add support for `dict.fromkeys`, `OrderedDict.fromkeys`, and `defaultdict.fromkeys`.

Fixes pytorch#114963

- pytorch#114963

Pull Request resolved: pytorch#115010
Approved by: https://github.com/jansel
ZhiweiYan-96 pushed a commit to ZhiweiYan-96/pytorch that referenced this pull request Dec 22, 2023
…defaultdict.update(seq2)` (pytorch#115011)

Pull Request resolved: pytorch#115011
Approved by: https://github.com/jansel
ghstack dependencies: pytorch#115010
ZhiweiYan-96 pushed a commit to ZhiweiYan-96/pytorch that referenced this pull request Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dynamo] missing support for builtin function dict.fromkeys(iterable, value=None, /)
4 participants