COMMITS
/ exir/tests/test_passes.py May 9, 2025
T
: constant fold None
Thomas Jannaud committed
May 6, 2025
A
Prepare for recursive DCE PR
Animesh Jain committed
April 28, 2025
S
Enable quant fusion and const propagation by default (#10394)
Scott Roy committed
April 8, 2025
G
executorch/backends/xnnpack/test/ops
gmagogsfm committed
March 17, 2025
N
Changes to allow the export of functions with no user input. (#8031)
Nicholas Long committed
January 29, 2025
N
Fix write back to buffers for buffer mutation (#7810)
Nicholas Long committed
January 24, 2025
D
Move XNNPACKQuantizer from PyTorch to ExecuTorch
Digant Desai committed
January 21, 2025
H
Do not constant prop for mutable buffers.
Hardik Sharma committed
December 20, 2024
G
executorch/exir/program/test
gmagogsfm committed
December 16, 2024
P
Fix name of const tensors in const_prop_pass.py
pssrawat committed
October 25, 2024
T
All executprch test pass now
Tugsbayasgalan Manlaibaatar committed
October 15, 2024
T
Fix get_control_flow_submodules_list call in debug handle generator pass (#6187)
Tarun Karuturi committed
October 8, 2024
T
Add helper method to generate missing debug handles (#5902)
Tarun Karuturi committed
October 7, 2024
S
Migrate to training IR in executorch tests (#5941)
Shangdi Yu committed
September 17, 2024
August 26, 2024
A
typing for decorators - fx/_compatibility
Aaron Orenstein committed
August 2, 2024
D
Add dim-order op revert pass for delegates (#4470)
Digant Desai committed
June 18, 2024
S
skip dim order for now to avoid delegation issue (#3982)
Songhao Jia committed
June 13, 2024
May 14, 2024
R
Fix memory.view insertion except for output nodes (#3602)
Riley Dulin committed
May 9, 2024
M
Disable view_copy elimination for graph outputs (#3565)
Matthias Cremon committed
May 7, 2024
A
Prevent converting runtime-assertion related ops (#3066)
Angela Yi committed
S
make memory format pass as default in Executorch AOT (#2205)
Songhao Jia committed
May 4, 2024
S
get compile config back to EdgeProgramManager.transform (#3500)
Songhao Jia committed
April 11, 2024
H
Extend constant prop pass to work with int/float/etc scalars and fix input specs. (#2950)
Hardik Sharma committed
S
Replace view copy with view (3/3) (#2463)
Scott Roy committed
April 2, 2024
S
Replace view_copy with view (2/3) (#2462)
Scott Roy committed
S
Replace view_copy with view (1/3) (#2461)
Scott Roy committed
April 1, 2024
T
Add fuse_dq_q_pass in exir/passes and also add it to HTP backend (#2295)
Tarun Karuturi 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
February 20, 2024
J
Inject Inplace Copies into Graph for Mutable Bufers (#1995)
Jacob Szwejbka committed
February 10, 2024
A
Fix test constant_prop_pass_for_add (#1920)
Angela Yi 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
February 1, 2024
A
Revert D53253905: support non-persistent buffers
Andrey Talman committed
M
support non-persistent buffers (#1772)
Michael Suo committed
January 18, 2024
M
modify tests to take an nn.Module (#1609)
Michael Suo committed
January 16, 2024
J
Dont lower constrain_range_as_size to edge ops (#1584)
Jacob Szwejbka committed
December 12, 2023
J
update test_passes to use export (#1304)
Jacob Szwejbka committed
December 8, 2023
A
Rewrite backend passes w/o ExportPass (#1372)
Angela Yi committed
November 8, 2023
Z
Enable verifier [2/n] (#1155)
Zhengxu Chen committed
November 7, 2023
C
Add constant prop pass (#1146)
Chen Lai committed
November 2, 2023
Z
Clean up verifier [1/n]. (#1121)
Zhengxu Chen committed
September 19, 2023
A
Add lift constant tensors passes after aten_to_edge (#359)
Angela Yi committed
September 18, 2023
September 12, 2023
H
Apply lintrunner --all-files -a (#275)
Huy Do committed
September 9, 2023
C
passes on edge dialect will be done via tranform (#236)
Chen Lai committed
August 25, 2023
C
Attach debug handle to control flow modules
Chen Lai committed
August 17, 2023
A
Add SymIntToTensorPass in to_edge
Angela Yi committed