COMMITS
/ runtime/executor/program.cpp April 10, 2025
M
Add a namespace for ATen mode
Mengwei Liu committed
March 5, 2025
P
[executorch][runtime] Add get_named_data_map to Program (#8961)
pytorchbot committed
P
[executorch][runtime] Introduce PteDataMap for weight sharing (#8960)
pytorchbot committed
March 3, 2025
J
Address various warnings as errors (#8581)
Jacob Stevens committed
February 13, 2025
D
Guard against null flatbuffer containers when getting constant data
Dave Bort committed
February 12, 2025
P
[executorch][runtime] Add NamedDataMap to method load (#8383)
pytorchbot committed
November 5, 2024
T
Core runtime changes for Windows MSVC support
Tarun Karuturi committed
T
compiler.h changes for Windows MSVC support
Tarun Karuturi committed
October 4, 2024
T
Add option to disable operator profiling (#5720)
Tarun Karuturi committed
September 11, 2024
L
Do not load constant_segment if only the placeholder exists (#5229)
Lucy Qiu committed
August 20, 2024
D
[executorch] Migrate exec_aten utils to new namespace
Dave Bort committed
August 13, 2024
J
Expand Program Interface
Jacob Szwejbka committed
July 17, 2024
D
Delete deprecated non_const_buffer methods from Program (#4272)
Dave Bort committed
July 13, 2024
J
Pass in correct backend id into data load from runtime (#4218)
Jack Zhang committed
J
Switch to DataLoader::load in runtime (#4217)
Jack Zhang committed
January 12, 2024
D
Don't return null-ish method names (#1508)
Dave Bort committed
January 4, 2024
D
Check for missing method-related field before creating MethodMeta (#1507)
Dave Bort committed
January 3, 2024
D
Check for missing arrays in Program (#1519)
Dave Bort committed
December 7, 2023
L
Update runtime to read new schema (#1369)
Lucy Qiu committed
December 6, 2023
V
executor_runner on iOS fixes (#1364)
Varun Puri committed
October 13, 2023
T
Remove profiling hook from method_meta (#887)
Tarun Karuturi committed
September 22, 2023
T
event_tracer logging inside method.cpp and program.cpp (#346)
Tarun Karuturi committed
September 18, 2023
D
Rename Program::Load to Program::load (#384)
Dave Bort committed
September 8, 2023
T
Adding EventTracer in runtime and support for it in Method (#232)
Tarun Karuturi committed
August 15, 2023
J
clean up Program api
Jacob Szwejbka committed
M
Bump flatbuffer version
Mengwei Liu committed
August 10, 2023
J
add get_execution_plan(name) helper to Program
Jacob Szwejbka committed
J
MethodMeta (#42)
Jacob Szwejbka committed
August 2, 2023
J
schema.fbs -> program.fbs
Jacob Szwejbka committed
July 31, 2023
F
Initial commit
facebook-github-bot committed