COMMITS
/ exir/emit/_emitter.py April 11, 2025
J
allow not memory planning mutable buffers
Jacob Szwejbka committed
April 8, 2025
J
Allow emitting mutable buffer names in schema
Jacob Szwejbka committed
February 7, 2025
S
Elide static view copies
Scott Roy committed
J
update emitter default evalue to have dim order match size
Jacob Szwejbka committed
January 21, 2025
J
Add pass to extract mutable weights into a .ptd
Jacob Szwejbka committed
January 15, 2025
C
fix delegate cache duplicate bug
cccclai committed
January 10, 2025
J
Fix executorch kv cache incompatibility with to_executorch lowering (#7279)
Jack Zhang committed
December 10, 2024
P
[executorch][emitter] Emit FQNs
pytorchbot committed
December 9, 2024
P
[executorch][emit] Refactor _tensor_spec_to_evalue
pytorchbot committed
November 22, 2024
H
Fix linter (#7025)
Hansong committed
November 21, 2024
E
Fix type-safety of `torch.nn.Module` instances
Edward Z. Yang committed
September 4, 2024
J
[executorch] Add logs for helping debug address space overflow issue
Jack Zhang committed
August 26, 2024
A
typing for decorators - fx/_compatibility
Aaron Orenstein committed
August 5, 2024
H
Fix overload name for prims ops used in `call_map` nodes. (#4465)
Hardik Sharma committed
August 1, 2024
J
Add weights to model outputs (#4302)
Jacob Szwejbka committed
July 30, 2024
J
Program.fbs change to support serialized mutable state (#4216)
Jacob Szwejbka committed
June 28, 2024
R
Use lowered_module graph instead of self.node.graph in emitter (#4079)
Riley Dulin committed
June 13, 2024
M
Update lintrunner libraries (#3963)
Mergen Nachin committed
April 23, 2024
T
Support tensors in prim_getters (#3203)
Tarun Karuturi committed
April 22, 2024
C
support emit sym value from delegate (#3103)
Chen Lai committed
April 11, 2024
S
Replace view copy with view (3/3) (#2463)
Scott Roy committed
March 8, 2024
J
Support None's When Calculating Emitted ExecutionPlan Outputs (#2243)
Jack Khuu committed
J
Adding Support for preserve_format when converting Evalues (#2242)
Jack Khuu committed
March 6, 2024
J
emit programs with mutable buffers (#2233)
Jacob Szwejbka committed
March 3, 2024
A
apply Black 2024 style in fbcode (9/16)
Amethyst Reese committed
March 1, 2024
L
Remove num_values from emitter
Lucy Qiu committed
February 21, 2024
T
Add support for outputting constants (#1774)
Tarun Karuturi committed
February 9, 2024
T
Ensure that lifted tensor constants don't show up as inputs in emitted program (#1897)
Tarun Karuturi committed
February 7, 2024
L
Check named buffers in emitter, for non-persistent buffers (#1865)
Lucy Qiu committed
February 2, 2024
A
Remove calls to torch._export (#1804)
Angela Yi committed
January 24, 2024
J
Add error checking for disconnect between nybtes and storage size for constant tensors (#1685)
Jacob Szwejbka committed
January 13, 2024
Y
change signature of map_impl (#1580)
Yidi Wu committed
December 20, 2023
G
fbcode//executorch/sdk/fb/visualizer/tests (#1469)
generatedunixname2443911735787003 committed
December 12, 2023
Y
make MapHigherOrder create map_impl (#1388)
ydwu4 committed
November 14, 2023
M
hash constant buffer to improve deduplication performance (#1185)
Mengwei Liu 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
September 28, 2023
C
helper function to print node info (#512)
Chen Lai committed
T
Add support for tuple as input type to delegate in emitter. (#511)
Tarun Karuturi committed
September 27, 2023
T
Fix the key used for extraction of delegate debug handle map in emitter (#493)
Tarun Karuturi committed
September 24, 2023
M
Replace Executorch with ExecuTorch, Part 5/N (#469)
Mergen Nachin committed
September 15, 2023
T
Adding support for delegate map in emitter (#334)
Tarun Karuturi committed
September 12, 2023
T
Fix emitter bug which doesn't allow input lists to delegates (#282)
Tarun Karuturi committed
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 3, 2023
J
add support for symbool and symfloat
Jacob Szwejbka committed
July 31, 2023
F
Initial commit
facebook-github-bot committed