pytorch
9269080b - [PyTorchEge] backport test (#67824)

Commit
3 years ago
[PyTorchEge] backport test (#67824) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/67824 Testing backport of all prod models using model test framework Ref: [Create tests at run-time (google test)](https://stackoverflow.com/questions/19160244/create-tests-at-run-time-google-test) breaking the list of models into 20 chunks based on a simple hash (sum of all char values) ghstack-source-id: 142398833 Test Plan: ``` buck test //xplat/pytorch/mobile/test:test_read_all_mobile_model_configs Starting new Buck daemon... Parsing buck files: finished in 7.6 sec Creating action graph: finished in 0.9 sec [RE] Metadata: Session ID=[reSessionID-66f5adfe-50d1-4599-9828-3e8115181601] [RE] Waiting on 0 remote actions. Completed 1008 actions remotely, action cache hit rate: 43.59%. Downloaded 26/1523 artifacts, 252.60 Kbytes, 96.6% cache miss (for updated rules) Building: finished in 01:18.6 min (100%) 5532/5532 jobs, 770/5532 updated Total time: 01:27.3 min Testing: finished in 11:21.6 min (41 PASS/0 FAIL) BUILD SUCCEEDED RESULTS FOR //xplat/pytorch/mobile/test:test_read_all_mobile_model_configs PASS 673.8s 41 Passed 0 Skipped 0 Failed //xplat/pytorch/mobile/test:test_read_all_mobile_model_configs TESTS PASSED ``` Reviewed By: dhruvbird Differential Revision: D32068955 fbshipit-source-id: d06c2434a4a69572ab52df31a684e5973b9d551c
Author
Parents
Loading