[quant][graphmode] Quantization support for quantized::add_scalar_relu and quantized::add_scalar_relu_out#35509
[quant][graphmode] Quantization support for quantized::add_scalar_relu and quantized::add_scalar_relu_out#35509jerryzh168 wants to merge 14 commits intogh/jerryzh168/274/basefrom
quantized::add_scalar_relu and quantized::add_scalar_relu_out#35509Conversation
…lu` and `quantized::add_scalar_relu_out` Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
💊 CircleCI build failures summary and remediationsAs of commit a6b30a3 (more details on the Dr. CI page): ✅ None of the build failures appear to be your fault 💚
🚧 1 upstream failure:These were probably caused by upstream breakages:
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 79 times. |
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: [ghstack-poisoned]
| m = convert_script(m, True) | ||
| FileCheck().check_not("aten::add") \ | ||
| .check_not("aten::add_") \ | ||
| .check_not("aten::relu") \ |
There was a problem hiding this comment.
Should we also check for quantized::add , quantized::relu?
| add_scalar_out, | ||
| quantized_add_scalar_out, | ||
| add_scalar_filter}, | ||
| {"quantized::cat", cat, quantized_cat}, |
There was a problem hiding this comment.
is this change related to this PR?
There was a problem hiding this comment.
this is just moving around quantized cat
supriyar
left a comment
There was a problem hiding this comment.
looks good. small comments.
…d_scalar_relu` and `quantized::add_scalar_relu_out`" Summary: Test Plan: python test/test_jit.py Reviewers: . Subscribers: Tasks: Tags: Differential Revision: [D20742138](https://our.internmc.facebook.com/intern/diff/D20742138) [ghstack-poisoned]
|
This pull request has been merged in 4e19e02. |
…lu` and `quantized::add_scalar_relu_out` (pytorch#35509) Summary: Pull Request resolved: pytorch#35509 Test Plan: python test/test_jit.py Imported from OSS Differential Revision: D20742138 fbshipit-source-id: f6216d0af5da2bd5629aa4909f05dcde7853c8b8
Stack from ghstack:
quantized::add_scalar_reluandquantized::add_scalar_relu_out#35509 [quant][graphmode] Quantization support forquantized::add_scalar_reluandquantized::add_scalar_relu_outSummary:
Test Plan:
python test/test_jit.py
Reviewers:
.
Subscribers:
Tasks:
Tags:
Differential Revision: D20742138