pytorch/torch/csrc/inductor/aoti_package
Joel Schlosser 5e1b715dda BC fix for AOTIModelPackageLoader() constructor defaults (#149082)
The default value for `run_single_threaded` was wrongly specified in the .cpp file instead of the header, breaking C++-side instantiation of `AOTIModelPackageLoader` with no arguments. This PR fixes this and adds a test for the use case of running with `AOTIModelPackageLoader` instead of `AOTIModelContainerRunner` on the C++ side.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149082
Approved by: https://github.com/desertfire
2025-03-13 18:40:53 +00:00
..
model_package_loader.cpp BC fix for AOTIModelPackageLoader() constructor defaults (#149082) 2025-03-13 18:40:53 +00:00
model_package_loader.h BC fix for AOTIModelPackageLoader() constructor defaults (#149082) 2025-03-13 18:40:53 +00:00
pybind.cpp BC fix for AOTIModelPackageLoader() constructor defaults (#149082) 2025-03-13 18:40:53 +00:00
pybind.h