pytorch
56f94756 - ns: change PNP testing to use QNNPACK (#91421)

Comment changes are shownComment changes are hidden
Commit
2 years ago
ns: change PNP testing to use QNNPACK (#91421) Summary: Changes the PNP test cases to use QNNPACK. The only reason is because I'm switching to Mac M1 as my primary machine, which supports QNNPACK but not fbgemm, and it's convenient for me to be able to run these locally. PNP itself is not backend specific, so it does not matter which backend the functionality is tested on. Test plan: ``` python test/test_quantization.py -k NShadows ``` Pull Request resolved: https://github.com/pytorch/pytorch/pull/91421 Approved by: https://github.com/jerryzh168
Author
Committer
Parents
  • test/quantization/fx
    • File
      test_numeric_suite_fx.py
  • torch/testing/_internal
    • File
      common_quantization.py
Loading