Add explicit schema for quantized conv/conv_prepack#36513
Add explicit schema for quantized conv/conv_prepack#36513ezyang wants to merge 10 commits intogh/ezyang/720/basefrom
Conversation
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
💊 Build failures summary and remediationsAs of commit 866f0a2 (more details on the Dr. CI page):
🕵️ 4 new failures recognized by patternsThe following build failures do not appear to be due to upstream breakages:
|
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
jerryzh168
left a comment
There was a problem hiding this comment.
I'll incorporate this in my PR: #35923
|
@jerryzh168 You need the stack diff #36258. Just do your PR and I'll handle merge conflicts around it. |
|
(the dep diff is blocked on some @ljk53 stuff) |
Fixes pytorch#36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> ghstack-source-id: 1b50aee Pull Request resolved: pytorch#36513
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
OK, sounds good, thanks! I should be landing the PR in a few days |
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
Fixes #36511 Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D21002536](https://our.internmc.facebook.com/intern/diff/D21002536) [ghstack-poisoned]
This is a roll up of a bunch of small PRs for ease of landing. - Update reference to RegisterOperators in error message in Convolution. #36389 - Port Resize to use new registration API. #36390 - Port detach/detach to new registration API. #36512 - Add explicit schema for quantized conv/conv_prepack (fixes #36511). #36513 - Add a centralized TORCH_LIBRARY declaration for quantized and xnnpack ops (fixes #36510). #36520 - Functionalize qadd and register with new registration API. #36527 - Update quantized README for registering operators with new API. #36531 - Convert qbatch_norm to new operator registration API. #36534 - Convert qclamp to new operator registration API. #36535 - Functionalize qconcat and register with new registration API. #36536 Differential Revision: [D20964193](https://our.internmc.facebook.com/intern/diff/D20964193) [ghstack-poisoned]
This is a roll up of a bunch of small PRs for ease of landing. - Update reference to RegisterOperators in error message in Convolution. #36389 - Port Resize to use new registration API. #36390 - Port detach/detach to new registration API. #36512 - Add explicit schema for quantized conv/conv_prepack (fixes #36511). #36513 - Add a centralized TORCH_LIBRARY declaration for quantized and xnnpack ops (fixes #36510). #36520 - Functionalize qadd and register with new registration API. #36527 - Update quantized README for registering operators with new API. #36531 - Convert qbatch_norm to new operator registration API. #36534 - Convert qclamp to new operator registration API. #36535 - Functionalize qconcat and register with new registration API. #36536 Differential Revision: [D20964193](https://our.internmc.facebook.com/intern/diff/D20964193) [ghstack-poisoned]
This is a roll up of a bunch of small PRs for ease of landing. - Update reference to RegisterOperators in error message in Convolution. #36389 - Port Resize to use new registration API. #36390 - Port detach/detach to new registration API. #36512 - Add explicit schema for quantized conv/conv_prepack (fixes #36511). #36513 - Add a centralized TORCH_LIBRARY declaration for quantized and xnnpack ops (fixes #36510). #36520 - Functionalize qadd and register with new registration API. #36527 - Update quantized README for registering operators with new API. #36531 - Convert qbatch_norm to new operator registration API. #36534 - Convert qclamp to new operator registration API. #36535 - Functionalize qconcat and register with new registration API. #36536 ghstack-source-id: fe27bc1 Pull Request resolved: #36389
|
This will be rolled up into #36389 |
This is a roll up of a bunch of small PRs for ease of landing. - Update reference to RegisterOperators in error message in Convolution. #36389 - Port Resize to use new registration API. #36390 - Port detach/detach to new registration API. #36512 - Add explicit schema for quantized conv/conv_prepack (fixes #36511). #36513 - Add a centralized TORCH_LIBRARY declaration for quantized and xnnpack ops (fixes #36510). #36520 - Functionalize qadd and register with new registration API. #36527 - Update quantized README for registering operators with new API. #36531 - Convert qbatch_norm to new operator registration API. #36534 - Convert qclamp to new operator registration API. #36535 - Functionalize qconcat and register with new registration API. #36536 Differential Revision: [D20964193](https://our.internmc.facebook.com/intern/diff/D20964193) [ghstack-poisoned]
This is a roll up of a bunch of small PRs for ease of landing. - Update reference to RegisterOperators in error message in Convolution. #36389 - Port Resize to use new registration API. #36390 - Port detach/detach to new registration API. #36512 - Add explicit schema for quantized conv/conv_prepack (fixes #36511). #36513 - Add a centralized TORCH_LIBRARY declaration for quantized and xnnpack ops (fixes #36510). #36520 - Functionalize qadd and register with new registration API. #36527 - Update quantized README for registering operators with new API. #36531 - Convert qbatch_norm to new operator registration API. #36534 - Convert qclamp to new operator registration API. #36535 - Functionalize qconcat and register with new registration API. #36536 Differential Revision: [D20964193](https://our.internmc.facebook.com/intern/diff/D20964193) [ghstack-poisoned]
Stack from ghstack:
Fixes #36511
Signed-off-by: Edward Z. Yang ezyang@fb.com
Differential Revision: D21002536