COMMITS
/ runtime/executor/method.cpp May 15, 2025
M
Added debug logs for loading/executing model methods (#10915)
Michael Adragna committed
May 6, 2025
L
Backend data separation test (#10734)
lucylq committed
May 5, 2025
P
Pass one NDM to backend init (#10669)
pytorchbot committed
April 18, 2025
J
Runtime API to retrieve attributes
Jacob Szwejbka committed
April 10, 2025
M
Add a namespace for ATen mode
Mengwei Liu committed
March 10, 2025
H
Use NDM in backend init context (#9102)
Hansong committed
March 3, 2025
J
Address various warnings as errors (#8581)
Jacob Stevens committed
February 20, 2025
P
[flat_tensor] Persist FreeableBuffers of external constants in method (#8599)
pytorchbot committed
February 12, 2025
P
[executorch][runtime] Add NamedDataMap to method load (#8383)
pytorchbot committed
January 31, 2025
C
Add ETPRIsize_t support to ExecuTorch for Xtensa
cmt0 committed
January 28, 2025
S
Execute on exec_aten namespace deprecation from #5296 (#7950)
Scott Wolchok committed
January 23, 2025
D
Guard against missing list values
Dave Bort committed
January 22, 2025
G
Log EValue tag names instead of numeric values
Gregory Comer committed
January 21, 2025
P
Reduce size of Method::init
pytorchbot committed
January 15, 2025
G
Log dtype names on input dtype mismatch (#7537)
Gregory Comer committed
January 14, 2025
D
Validate value indices when deserializing list types
Dave Bort committed
January 13, 2025
P
Reduce size of Method::parse_types (#7613)
pytorchbot committed
January 10, 2025
C
Add event tracer for backend init (#7575)
cccclai committed
January 7, 2025
G
Improve error messages for tensor size errors
Gregory Comer committed
November 19, 2024
H
Fix error message.
Hardik Sharma committed
November 13, 2024
C
Expose mehod name as part of backend init context
cccclai committed
October 30, 2024
T
Remove ET_ALLOCATE_LIST_OR_RETURN_ERROR from all core code for MSVC windows
Tarun Karuturi committed
October 17, 2024
T
Exclude log_outputs() from execute profiling scope (#6325)
Tarun Karuturi committed
October 4, 2024
T
Add option to disable operator profiling (#5720)
Tarun Karuturi committed
September 24, 2024
J
Use TensorMeta to check if inputs and outputs are memory planned (#5565)
Jacob Szwejbka committed
September 10, 2024
M
Introduce PlatformMemoryAllocator
Manuel Candales committed
September 9, 2024
D
Hide and simplify operator registry internals
Dave Bort committed
September 4, 2024
D
Rename PyTorchBackendInterface to BackendInterface
Dave Bort committed
August 21, 2024
D
Add ET_EXPERIMENTAL
Dave Bort committed
August 20, 2024
D
[executorch] Migrate exec_aten utils to new namespace
Dave Bort committed
D
Remove underscore prefixes from compiler.h macros
Dave Bort committed
July 13, 2024
J
Pass in correct backend id into data load from runtime (#4218)
Jack Zhang committed
May 30, 2024
T
Add get_inputs to method.cpp (#3775)
Tarun Karuturi committed
May 13, 2024
L
Comment out memory planning log (#3581)
Lucy Qiu committed
May 3, 2024
C
fix the temp allocator for backend (#3490)
Chen Lai committed
April 25, 2024
H
Eliminate deprecated api usage (#2695)
Hansong Zhang committed
April 24, 2024
D
Add allocate_temp method to KernelRuntimeContext (#3209)
David Lin committed
February 2, 2024
M
Add some debug info in ExecuTorch runtime (#1821)
Mengwei Liu committed
January 19, 2024
D
Hide internal-only Method methods (#1593)
Dave Bort committed
January 13, 2024
D
Fix various lint warnings under runtime/executor/... (#1589)
Dave Bort committed
January 12, 2024
D
Avoid CHECK and buffer over/underrun in JF instruction (#1570)
Dave Bort committed
D
Bounds checks for values/inputs/outputs (#1572)
Dave Bort committed
D
Fail earlier if chains are not present (#1545)
Dave Bort committed
D
Non-fatal error on missing delegates field (#1521)
Dave Bort committed
D
Check for missing fields when parsing values/instructions (#1509)
Dave Bort committed
January 4, 2024
D
Check for missing chain instructions (#1510)
Dave Bort committed
D
Avoid fatal checks in populate_operator_name (#1511)
Dave Bort committed
D
Remove a leftover debugging log statement (#1534)
Dave Bort committed
D
Check for missing backend id string (#1512)
Dave Bort committed
D
Check for missing KernelCall/DelegateCall args (#1513)
Dave Bort committed