pytorch/test/cpp/nativert
dolpm 018e9826a2 [nativert] hook up memory planning to execution frame (#157053)
Summary: pretty simple. if planner exists, which implies that planning is enabled, create a manager for each frame. the associated serial executor will use the withMemoryPlannner fn to ensure the deallocation is done after execution completes.

Test Plan: CI

Differential Revision: D73635809

Pull Request resolved: https://github.com/pytorch/pytorch/pull/157053
Approved by: https://github.com/henryoier, https://github.com/georgiaphillips
2025-06-30 00:06:37 +00:00
..
CMakeLists.txt [nativert] hook up memory planning to execution frame (#157053) 2025-06-30 00:06:37 +00:00
test_c10_kernel.cpp [nativert] Move c10_kernel (#156208) 2025-06-19 17:36:23 +00:00
test_execution_frame.cpp [nativert] hook up memory planning to execution frame (#157053) 2025-06-30 00:06:37 +00:00
test_execution_planner.cpp [nativert] move execution planner to torch (#155374) 2025-06-10 22:36:06 +00:00
test_file_util.cpp [nativert] Move file_util to pytorch core (#153162) 2025-05-27 03:42:47 +00:00
test_function_schema.cpp [nativert] move function schema to torch (#154948) 2025-06-07 05:45:30 +00:00
test_graph_signature.cpp [nativert] Move GraphSignature to pytorch core (#152969) 2025-05-20 21:49:56 +00:00
test_graph.cpp [nativert] Move serialization to PyTorch core (#155229) 2025-06-09 21:12:30 +00:00
test_itree.cpp [nativert] Move Pytree (#155136) 2025-06-12 01:10:34 +00:00
test_layout_planner_algorithm.cpp implement SR's storage group planning algorithm (#156715) 2025-06-25 22:43:40 +00:00
test_mpmc_queue.cpp [nativert] Improve MPMCQueue tests. (#153154) 2025-05-09 19:25:42 +00:00
test_op_kernel.cpp [nativert] Move OpKernel to PyTorch core (#156011) 2025-06-16 22:53:10 +00:00
test_placement.cpp [nativert] Move Placement to pytorch core (#152953) 2025-05-14 15:26:54 +00:00
test_serialization.cpp [nativert] Move serialization to PyTorch core (#155229) 2025-06-09 21:12:30 +00:00
test_tensor_meta.cpp
test_weights.cpp [nativert] Move Weights to PyTorch core (#155156) 2025-06-09 05:49:32 +00:00