[PyTorch] Remove unused dump() methods in vec headers (#63533)
authorScott Wolchok <swolchok@fb.com>
Fri, 20 Aug 2021 01:52:33 +0000 (18:52 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 20 Aug 2021 01:53:49 +0000 (18:53 -0700)
commitb99a299c6002354acef5c43eba5cd25b41e773c7
treee2a0b520facf200b0be3ac7323476f6d60c650a4
parent0b6cc8daf22f574d57d01156a879a33fa244306f
[PyTorch] Remove unused dump() methods in vec headers (#63533)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63533

These methods don't seem to be used, and they use std::cout, which incurs a small code size overhead on platforms using libstdc++ due to std::__ioinit (see #61500). Seems like we can just delete them?
ghstack-source-id: 136163409

Test Plan:
CI

Reviwers: #sentinel, dhruvbird

Reviewed By: dskhudia

Differential Revision: D30412269

fbshipit-source-id: 380b9aa2f9aabc4107188b6b209d2afc1769c0ee
aten/src/ATen/cpu/vec/vec256/vec256_int.h
aten/src/ATen/cpu/vec/vec256/vec256_qint.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h
aten/src/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h
aten/src/ATen/cpu/vec/vec512/vec512_int.h
aten/src/ATen/cpu/vec/vec512/vec512_qint.h