trunk/9eba61fe1215b75d0bd6e902a121683f9bbe126e: [precompile] Add load() over an on-disk artifact pair (#198213)
- PyTorch: 1404 events in the last 90 days
- PyTorch: 1386th Release in the last 90 days
- Previous: earlier the same day · ciflow/trunk/198434
What happened
Problem. After the switch from a callable to a module, torch.compiler.precompile had no entry point: a capture could write its (python_code, cache) pair to disk, but nothing public could read that pair back and run it. Fix. Add torch.compiler.precompile.load(artifact_path, cache_path) , the consuming half, over the loader core the switch kept. Summary. The module switch left torch.compiler.precompile with no entry p…
Summary assembled by rule from the sources below