COMMITS
/ exir/lowered_backend_module.py May 9, 2025
M
fix bug with sequential backends
Max Ren committed
April 16, 2025
M
[Executorch][to_backend] Introduce preprocess_multimethod (#9823)
Max Ren committed
March 20, 2025
M
Collect Named Data Store at construction
Max Ren committed
March 14, 2025
P
[ExecuTorch][Weight Sharing] Track Named Data Store in EdgeProgramManager (#9293)
pytorchbot committed
February 25, 2025
November 21, 2024
E
Fix type-safety of `torch.nn.Module` instances
Edward Z. Yang committed
September 17, 2024
September 4, 2024
R
Remove expensive print from lowered_backend_module.py
Riley Dulin committed
August 30, 2024
L
Update default segment alignment to 128
lucylq committed
August 28, 2024
A
Allow delegate to consume buffer mutations
Angela Yi committed
August 26, 2024
A
typing for decorators - fx/_compatibility
Aaron Orenstein committed
August 15, 2024
A
Refactor delegation code
Angela Yi committed
July 23, 2024
Z
Update ExportedProgram ctor callsites. (#4347)
Zhengxu Chen committed
July 10, 2024
H
Add memory planning pass for fully delegated path (#4176)
haowhsu-quic committed
June 14, 2024
Z
Improve static typing in tracer. (#3973)
Zhengxu Chen committed
April 17, 2024
P
forward fix ConstantArgument initialization (#3074)
Pian Pawakapan committed
April 15, 2024
A
Fix handling constant inputs when delegating (#3031)
Angela Yi committed
March 30, 2024
March 29, 2024
T
Fix lift_constant_tensor_pass to make sure constants are not inserted in the state dict (#2558)
Tarun Karuturi committed
March 25, 2024
A
Fix handling of nonpersistent buffers (#2604)
Angela Yi committed
March 22, 2024
A
Fix creating graph signature in delegation (#2580)
Angela Yi committed
March 18, 2024
M
Don't absorb constant data unless explicitly tagged (#2424)
Max Ren committed
March 8, 2024
L
Update serialize_pte_binary to return cord (#2296)
Lucy Qiu committed
March 6, 2024
C
rename original original module to orginal exported program (#2263)
Chen Lai committed
February 9, 2024
A
Deepcopy LoweredBackendModule meta (#1913)
Angela Yi committed
T
Ensure that lifted tensor constants don't show up as inputs in emitted program (#1897)
Tarun Karuturi committed
February 8, 2024
A
Convert internal tests to using .module() (#1831)
Angela Yi committed
February 2, 2024
M
support non-persistent buffers (#1817)
Michael Suo committed
A
Remove calls to torch._export (#1804)
Angela Yi committed
February 1, 2024
A
Revert D53253905: support non-persistent buffers
Andrey Talman committed
M
support non-persistent buffers (#1772)
Michael Suo committed
January 13, 2024
Y
change signature of map_impl (#1580)
Yidi Wu committed
January 6, 2024
A
Remove use of equality_constraints (#1472)
Angela Yi committed
January 5, 2024
Z
Fix forward test failure.
Zhengxu Chen committed
January 4, 2024
Z
Improve verifier to not specialize on dialect. (#1528)
Zhengxu Chen committed
December 4, 2023
L
Refactor extract_segments -> extract_delegate_segments (#1337)
Lucy Qiu committed
November 8, 2023
Z
Enable verifier [2/n] (#1155)
Zhengxu Chen committed
October 17, 2023
Z
Fix lint error. (#990)
Zhengxu Chen committed
Z
Remove call_spec argument from ExportedProgram ctor. (#981)
Zhengxu Chen committed
October 13, 2023
M
Fix Export to ExecuTorch API Reference format issues (#878)
Mengwei Liu committed
Z
Reland "Fix graph signature data model to list of specs." (#866)
Zhengxu Chen committed
October 12, 2023
D
Revert D49876258: Fix graph signature data model to list of specs.
Danylo Baibak committed
Z
Fix graph signature data model to list of specs. (#836)
Zhengxu Chen committed
September 28, 2023
Y
Replace node.meta source_fn with source_fn_stack (#210)
ydwu4 committed
September 15, 2023
A
Remove metadata on delegate getitem nodes (#342)
Angela Yi committed
September 7, 2023
D
Hide exir.serialize; rename [de]serialize_{to/from}_flatbuffer (#187)
Dave Bort committed
September 6, 2023
A
Change _generate_new_graph_signature (#206)
Angela Yi committed
September 1, 2023
A
Fix ._transform naming (#162)
Angela Yi committed
August 25, 2023
C
Emit lowered module (#89)
Chen Lai committed
August 24, 2023
A
Rearrange placeholders (#117)
Angela Yi committed