COMMITS
/ exir/memory_planning.py April 11, 2025
J
allow not memory planning mutable buffers
Jacob Szwejbka committed
April 10, 2025
J
memory_planning algos take the specs as inputs instead of calculating them themselves
Jacob Szwejbka committed
March 24, 2025
T
Refactoring memory planning to allow running multiple algorithms
Tarun Karuturi committed
March 17, 2025
J
Fix optional graph_signature access in memory planning (#9325)
jathu committed
N
Changes to allow the export of functions with no user input. (#8031)
Nicholas Long committed
January 28, 2025
P
[ET][Memory planning] Improve greedy memory planning. (#7995)
pytorchbot committed
P
Fix memory profiling for memory.view ops (#7994)
pytorchbot committed
December 2, 2024
T
Fix placeholder lifetime bug in memory planning
Tarun Karuturi committed
November 21, 2024
E
Fix type-safety of `torch.nn.Module` instances
Edward Z. Yang committed
September 17, 2024
August 5, 2024
H
Bugfixes to enable call_map. (#4471)
Hardik Sharma committed
August 1, 2024
J
Add weights to model outputs (#4302)
Jacob Szwejbka committed
July 12, 2024
T
Create exceptions for spec.const in verify_graph_input_output (#4083)
Tarun Karuturi committed
April 11, 2024
S
Replace view copy with view (3/3) (#2463)
Scott Roy committed
March 14, 2024
J
Always memory plan mutable buffers (#2411)
Jacob Szwejbka committed
March 3, 2024
A
apply Black 2024 style in fbcode (9/16)
Amethyst Reese committed
February 28, 2024
J
skip inplace variant nodes in memory planning
Jacob Szwejbka committed
February 21, 2024
T
Add support for outputting constants (#1774)
Tarun Karuturi committed
February 9, 2024
S
Fix interval construction in `storage_overlap()` (#1905)
Stephen Jia committed
February 7, 2024
S
Introduce `mem_obj_id` to `TensorSpec` (#1868)
Stephen Jia committed
February 1, 2024
M
Micro-optimization for memory_planning (#1785)
Mergen Nachin committed
November 7, 2023
Y
Move map_impl to torch.ops.higher_order.map_impl. (#1052)
Yidi Wu committed
October 17, 2023
Y
Prepare for changing the namespace of map_impl. (#984)
Yidi Wu committed
October 11, 2023
Y
Change default memory planning algorithm to greedy. (#830)
Yidi Wu committed
September 12, 2023
H
Apply lintrunner --all-files -a (#275)
Huy Do committed
September 8, 2023
A
Update torch.ops.higher_order.cond (#247)
Angela Yi committed
August 10, 2023
S
Support custom mem_id in MemoryPlanningPass algos
Shen Xu committed
July 31, 2023
F
Initial commit
facebook-github-bot committed