Quantization support for 1D convolutions?

Hi!

Are you planning to add support for 1D convolutions for quantization?

@dskhudia does fbgemm support 1D convolution?

1D can go though 2D path but we need some work here to make it work.

https://github.com/pytorch/pytorch/pull/35093 adds 1d qconvs.

1 Like