-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[quant][graphmode] quantization support for aten::add #34572
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
Conversation
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
💊 CircleCI build failures summary and remediationsAs of commit 3657a7b (more details on the Dr. CI page): ✅ None of the build failures appear to be your fault 💚
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. This comment has been revised 134 times. |
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This adds support to Tensor add, we don't support scalar add right now, will support that later Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
Summary: This is only for Tensor - Tensor add, we'll need to support Tensor - Scalar add in a different way, since that does not need observer Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: Differential Revision: [D20519607](https://our.internmc.facebook.com/intern/diff/D20519607) [ghstack-poisoned]
This pull request has been merged in eff68bc. |
Summary: Test Plan: python test/test_jit.py Reviewers: Subscribers: Tasks: Tags: ghstack-source-id: 3794351 Pull Request resolved: pytorch/pytorch#34572
Stack from ghstack:
Summary:
This is only for Tensor - Tensor add, we'll need to support Tensor - Scalar add in a different way, since that does not need observer
Test Plan:
python test/test_jit.py
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: D20519607