pytorch
61769316 - Disable stateless xnnpack for ios. (#37460)

Commit
4 years ago
Disable stateless xnnpack for ios. (#37460) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/37460 It seems that stateless xnnpack integration for Convolution is breaking iOS runs. Issue seems to be stemming from passing some invalid pointer or pointer that is not longer valid. But beyond this the issue has not been root caused. The issues seems to appear only for iOS so far but blanket disabling it for both ios and android since this improvement had only been recent so no production models are running with this perf improvement yet. Hence no perf regression expected. Test Plan: buck run aibench:run_bench -- -b aibench/specifications/models/pytorch/pytext/pytext_mobile_inference.json --platform ios --framework pytorch --remote --devices D221AP-12.0.1 Reviewed By: xta0 Differential Revision: D21284385 fbshipit-source-id: 1fe01e3a476b340697972743dadf64333cc86b3f
Author
Parents
Loading