pytorch/tools/jit
PyTorch MergeBot 272bdb1442 [mobile] Fix lightweight dispatch OOM error by introducing selective build
This PR introduces selective build to lightweight dispatch CI job. By doing so we can't run the `test_lite_intepreter_runtime` test suite anymore because it requires some other operators.

From now on, if we are adding a new unit test in `test_codegen_unboxing`, we will have to export the operators for the unit test model and add them into `lightweight_dispatch_ops.yaml`. This can be automated by introducing tracing based selective build, but that's for next PR to do.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/78983

Approved by: https://github.com/kit1980
2022-06-08 04:29:35 +00:00
..
templates Generate aten_interned_strings.h automatically (#69407) 2022-01-18 08:29:54 -08:00
__init__.py remediation of S205607 2020-07-17 17:19:47 -07:00
BUCK.oss rename BUILD.buck to BUCK.oss (#78792) 2022-06-03 07:23:16 +00:00
gen_unboxing.py [mobile] Fix lightweight dispatch OOM error by introducing selective build 2022-06-08 04:29:35 +00:00