You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update on "[Quant][core][improvements] Combined dispatch registration for max_pool1d & quantized_max_pool1d"
Summary: This PR is part of a series of PRs addressing #54150,
related to using dispatcher for calls to quantized backends as opposed to if/else conditionals.
This particular PR removes the is_quantized check from max_pool1d and modifies
max_pool1d_impl to be compatible with int tensors.
This PR relies on #74560, which introduces
structured kernel support for quantized tensors and #72353.
Test plan:
```
python test/test_quantization.py -k test_max_pool1d
```
Differential Revision: [D35431831](https://our.internmc.facebook.com/intern/diff/D35431831)
[ghstack-poisoned]
0 commit comments