COMMITS
/ CMakeLists.txt May 16, 2025
J
Fix libflatccrt race (#10918)
jathu committed
May 15, 2025
J
Define PYTHON_EXECUTABLE only once in cmake (#10911)
jathu committed
J
Default CMAKE_SYSTEM_PROCESSOR to the host (#10912)
jathu committed
May 13, 2025
J
Delete executorch_print_configuration_summary (#10806)
jathu committed
J
Move dependent options to default preset (#10805)
jathu committed
J
Move simple options to default preset (#10804)
jathu committed
J
Delete EXECUTORCH_BUILD_ANDROID_JNI (#10803)
jathu committed
J
Move OPTIMIZE_SIZE to default preset (#10802)
jathu committed
May 12, 2025
J
Move EXECUTORCH_ENABLE_EVENT_TRACER to default preset (#10801)
jathu committed
J
Move EXECUTORCH_LOG_LEVEL to default preset (#10799)
jathu committed
H
Make a separate target for kernel utils (#10788)
Hansong committed
J
Move EXECUTORCH_PAL_DEFAULT to default preset (#10798)
jathu committed
May 9, 2025
D
Cortex-M: Use q/dq ops in Arm Ethos Runner (#10782)
Digant Desai committed
May 8, 2025
J
Create a macos-arm64 preset (#10768)
jathu committed
J
Allow options to be set by presets (#10767)
jathu committed
J
Automatically announce declared options (#10766)
jathu committed
May 7, 2025
J
Create a helper to define overridable configs (#10731)
jathu committed
May 5, 2025
H
No need to expose executorch dependency executorch_core
Hansong committed
April 24, 2025
J
Disable executor_runner for iOS builds (#10435)
jathu committed
B
refactor no longer needed EXECUTORCH_BUILD_HOST_TARGETS (#10320)
Brett VanderHaar committed
April 18, 2025
M
Introduce GenerationConfig
Mengwei Liu committed
April 16, 2025
M
[ET][Testing] Build test_backend_compiler_lib when testing is on (#9953)
Max Ren committed
April 2, 2025
S
April 1, 2025
M
Change training pybind extension_module linkage to static (#9809)
Mengwei Liu committed
March 29, 2025
M
Remove old tokenizer/ directory in ExecuTorch
Mengwei Liu committed
March 28, 2025
Y
Openvino backend for Executorch to enable inference on Intel CPUs, GPUs, NPUs (#8573)
Yamini Nimmagadda committed
A
Deprioritize top level -O2 in CMAKE_CXX_FLAGS_RELEASE (#9394)
Adrian Lundell committed
March 19, 2025
J
Remove usage of external flatc in builds and scripts (#9306)
jathu committed
March 17, 2025
J
[build Folder Migration] Move build/Utils.cmake (#9316)
jathu committed
J
S
Include custom_ops and XNNPACK in executor_runner if built (#9248)
Scott Wolchok committed
March 14, 2025
S
[Windows] misc fixes to enable Windows build (#9198)
Sicheng Stephen Jia committed
S
Add dynamic shape support to CoreML
Scott Roy committed
March 13, 2025
S
fix building with CMake + Ninja after #9077 (#9246)
Scott Wolchok committed
J
Build flatc for the host instead of the target platform (#9077)
jathu committed
March 12, 2025
S
Revert "Revert "Split & remove extension_parallel (#8983)"" (#9190)
Scott Wolchok committed
S
Revert "Split & remove extension_parallel (#8983)" (#9189)
Scott Wolchok committed
March 11, 2025
S
Split & remove extension_parallel (#8983)
Scott Wolchok committed
March 5, 2025
S
Add proper CMake build for extension_parallel (#8938)
Scott Wolchok committed
March 3, 2025
J
Update Demo Scripts To Use .ptd (retry)
Jacob Szwejbka committed
February 28, 2025
S
Make flat_tensor depend on generated schema (#8803)
Scott Wolchok committed
February 20, 2025
J
add .ptd support to extension/module
Jacob Szwejbka committed
February 18, 2025
S
Automatically put torch in CMAKE_PREFIX_PATH so users/scripts don't have to (#8474)
Scott Wolchok committed
February 15, 2025
L
Refactor tokenizer test and add to cmake
lucylq committed
February 14, 2025
S
Fix shadowing of C <complex.h> by c10 include directory
Scott Wolchok committed
February 13, 2025
L
Build extension_flat_tensor when tests are built (#8481)
lucylq committed
February 12, 2025
P
Reuse GELU implementation from PyTorch core (#8322)
pytorchbot committed
H
Fix multiple find_package(Torch) calls (#8407)
Huy Do committed