Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
239 commits
Select commit Hold shift + click to select a range
2bb8055
Pin bump oct17 (#15251)
JacobSzwejbka Nov 5, 2025
2fa44ea
Enable fast path for negative indices (#15622)
manuelcandales Nov 6, 2025
15a0fcd
Properly set modified for variety of cadence passes
DrJessop Nov 6, 2025
50fe3b3
Arm backend: Use correct log-level in tests (#15545)
oscarandersson8218 Nov 6, 2025
e487d29
Arm backend: Fix bug in ConvertExpandToRepeat pass (#15589)
Erik-Lundell Nov 6, 2025
c9fcb24
Arm backend: Add docstrings for operator_support/slice_copy_support.p…
Sebastian-Larsson Nov 6, 2025
fd4eb9d
Arm backend: Upcast index argument to int64 for aten.index_copy ops (…
YufengShi-dudu Nov 6, 2025
1205999
Arm backend: Add docstrings to tosa/backend.py (#15552)
Sebastian-Larsson Nov 6, 2025
1c5f77f
Arm backend: Fix mypy warnings in test/models (#15594)
perheld Nov 6, 2025
ac57fde
Qualcomm AI Engine Direct - HF LLM E2E Test Refactor (#15542)
winskuo-quic Nov 6, 2025
4ea9ddf
Arm backend: Add docstrings for operator_support/minmax_support.py (#…
Sebastian-Larsson Nov 6, 2025
d07a49a
Cortex_m backend: Add IO quantizers + tests of non rescaling ops (#15…
AdrianLundell Nov 6, 2025
ad27841
Arm backend: Fix mypy warnings in test_insert_int32_casts_after_... (…
perheld Nov 6, 2025
9843222
Cortex_m backend: Simplify add + linear fusion passes (#15526)
AdrianLundell Nov 6, 2025
5b2b91c
Arm backend: Fix mypy warning in runner_utils.py (#15634)
perheld Nov 6, 2025
d9a45a4
Arm backend: Lower more int8/int16 permutations for Ethos-U55 (#15635)
AdrianLundell Nov 6, 2025
acf5b4b
Arm backend: Backend flow should not share compile spec object (#15632)
zingo Nov 6, 2025
27c48b9
NXP backend: Replace move relu before concat optimization (#15394)
roman-janik-nxp Nov 6, 2025
f83227c
Dev tools: Fix filename in model explorer install suggestion (#15633)
zingo Nov 6, 2025
b8bdfa2
[ET-VK][ez] Add lint rule to check no debug mode in shaders + clean u…
pytorchbot Nov 6, 2025
e938fea
[ET-VK] Implement select_at_dim_as_symint (#15644)
pytorchbot Nov 6, 2025
d361573
[ET-VK][ez] Fuse update_cache + custom_sdpa into sdpa_with_kv_cache (…
pytorchbot Nov 6, 2025
7771799
Qualcomm AI Engine Direct - enable operators adaptive_max_pool2d and …
jethroqti Nov 6, 2025
692825d
Update doc build to correctly get version (#15540)
svekars Nov 6, 2025
3405317
Bump torch pin (#15614)
metascroy Nov 6, 2025
9a7882e
[Jarvis][Nightly] address zero division in jarvis-nightly-operators-t…
pytorchbot Nov 7, 2025
2ad34b2
Remove old CMSIS Add op related tests as the new refactor for Add / L…
psiddh Nov 7, 2025
0bd635e
Arm backend: Add pypi package install option for VGF backend (#15551)
mansnils Nov 7, 2025
5a55382
Arm backend: Initial support of conditional operator (#15549)
Erik-Lundell Nov 7, 2025
80c9040
Arm backend: Update for missing operators for int16x8 (#15521)
SaoirseARM Nov 7, 2025
6ec3149
Arm backend: Add docstrings for operator_support/reduce_sum_support.p…
Sebastian-Larsson Nov 7, 2025
246a685
Arm backend: Sort passes in _tosa_pipeline into blocks (#15637)
martinlsm Nov 7, 2025
7a785cb
Arm backend: Initialize basicConfig for logging (#15674)
oscarandersson8218 Nov 7, 2025
556142c
Arm backend: Make NSS unit tests public (#14891)
Michiel-Olieslagers Nov 7, 2025
010f73c
Arm backend: Remove xfails on EQ op tests (#15675)
martinlsm Nov 7, 2025
2783db4
[ET-VK][ez] Fix ETVKNODEBUG lint signal (#15676)
pytorchbot Nov 7, 2025
4361d39
[ET-VK] Implementation of to_dim_order_copy (#15677)
pytorchbot Nov 7, 2025
53e955f
[ET-VK][ez] Ensure that attn_weight buffers do not exceed GPU buffer …
pytorchbot Nov 7, 2025
e4aba1e
[ET-VK] buffer implementation of rotary positional embeddings (#15679)
pytorchbot Nov 7, 2025
3dbc15b
Bump optimum-executorch (#15615)
jackzhxng Nov 7, 2025
6003b69
Revert "Arm backend: Add pypi package install option for VGF backend"…
metascroy Nov 7, 2025
24c6961
Arm backend: Add tests for int16 rsqrt on Ethos-U55/U85 (#15631)
Ninja91 Nov 7, 2025
8a8af36
Support whisper-large-{v2, v3, v3-turbo} (#15680)
Gasoonjia Nov 7, 2025
f41d81a
Do not copy beyond out tensor bounds
lucylq Nov 7, 2025
6014129
Fix stack buffer overflow in get_view_as_real_copy_out_target_size
lucylq Nov 7, 2025
f6c6909
Relax XNN quantized conv1d test tolerances (#15666)
GregoryComer Nov 8, 2025
aba44fd
Restore backend tests
JakeStevens Nov 8, 2025
c6308a9
Metal backend: Add Whisper to CI workflow (#15685)
manuelcandales Nov 8, 2025
747fc6f
Add CortexM Tests to CI (#15690)
psiddh Nov 10, 2025
6b6a314
Arm backend: Fix decomposition logic for FP (#15694)
Erik-Lundell Nov 10, 2025
120c1fe
Arm backend: Fix mypy warnings in test_fuse_duplicate...
perheld Nov 5, 2025
3575a9e
Arm backend: Add ignores for missing imports in test/models/sta...
perheld Nov 7, 2025
335f054
Add src to mypy_path in .mypy.ini
perheld Nov 5, 2025
189dacc
Arm backend: Enable mypy for tests
perheld Oct 21, 2025
142d1e9
Arm backend: Use correct ignore for import-not-found
perheld Nov 7, 2025
c8e9684
Arm backend: Add mypy ignore for nss import
perheld Nov 10, 2025
6e2a46b
Error out if git symlink not enabled on Windows (#15684)
larryliu0820 Nov 10, 2025
234c288
Dynamic link shim (#15663)
JacobSzwejbka Nov 10, 2025
054b15d
check in lib file for now and throw it in the pip install (#15713)
JacobSzwejbka Nov 10, 2025
cadb0db
Only block when building with MSVC (#15719)
JacobSzwejbka Nov 10, 2025
5167f37
Aoti aot windows (#15711)
JacobSzwejbka Nov 10, 2025
65a295e
Update modified bit for a variety of remove ops
DrJessop Nov 11, 2025
9c7cb61
NXP backend: Update `cat` delegation. (#14580)
MartinPavella Nov 11, 2025
208695c
Arm backend: Add docstrings for operators/node_visitor.py (#15693)
Sebastian-Larsson Nov 11, 2025
6550a37
Arm backend: Propagate node info from quantizer to backend (#15300)
oscarandersson8218 Nov 11, 2025
dc03dc9
Arm backend: Return false on non-VK_SUCCESS in process_vgf (#15697)
YufengShi-dudu Nov 11, 2025
b84f372
Arm backend: Improve support for multiple output ops (#15695)
Erik-Lundell Nov 11, 2025
b1a8a68
Arm backend: Remove quant_utils.py (#15392)
martinlsm Nov 11, 2025
211176d
NXP backend: Fix `mean.dim` delegation and tests. (#14581)
MartinPavella Nov 11, 2025
2aeee9b
Cortex_m backend: Add mul operator (#15591)
AdrianLundell Nov 11, 2025
386c5fb
Add Metal backend documentation to Whisper README (#15740)
manuelcandales Nov 11, 2025
58237e9
Don't cache source partitions
lucylq Nov 11, 2025
2f4ad68
Update README to include Whisper model link (#15683)
mergennachin Nov 11, 2025
069b455
[ET][jni] Provide opt-out config for vulkan backend dependency (#15754)
pytorchbot Nov 11, 2025
c998f8a
[ET-VK][ez] Apply quantize op replacement to all argument nodes (#15746)
pytorchbot Nov 11, 2025
f4af424
[ET-VK] Allow buffer input/output for quantize/dequantize for conv2d …
pytorchbot Nov 11, 2025
d300a81
[ET-VK][ez] Constrain out repsets individually (#15748)
pytorchbot Nov 11, 2025
640c16b
[ET-VK] Implementation of gather (#15749)
pytorchbot Nov 11, 2025
d4a9a4d
[ET-VK][ez] Deprecate quantized_decomposed op implementations (#15750)
pytorchbot Nov 11, 2025
b051f61
[ET-VK] Move operator specific quantize/dequantize ops to QuantizeDeq…
pytorchbot Nov 11, 2025
eace225
Fix test_aoti_torch_cuda__weight_int4pack_mm (#15529)
desertfire Nov 11, 2025
a44f68d
[ET-VK] Rename quantize/dequantize functions/shaders to be more gener…
pytorchbot Nov 11, 2025
b7beb37
Arm backend: update the pretrained flag (#15739)
tirwu01 Nov 11, 2025
caeb9ff
Arm backend: Don't run pass call_operator in submodules (#15736)
Erik-Lundell Nov 11, 2025
50f6b0c
Arm backend: Replace squeeze with view in DecomposeAnyPass (#15733)
martinlsm Nov 11, 2025
1ca3252
Arm backend: Add LSTM test for int16x8 (#15524)
SaoirseARM Nov 11, 2025
b005f10
[ET-VK] Re-implement (de)quantize_per_tensor.default (#15753)
pytorchbot Nov 11, 2025
044234c
Revert "Arm backend: Propagate node info from quantizer to backend" (…
SS-JIA Nov 11, 2025
57a76e4
fix missing include on buck tests
JacobSzwejbka Nov 11, 2025
4b397c2
Check slice scatter args for each dim
lucylq Nov 11, 2025
319789c
Add checks for compute_slice
lucylq Nov 11, 2025
652cc5a
Fix write-heap-buffer-overflow in copy_out
lucylq Nov 11, 2025
47aca69
Expect at least one value in the tensor, to extract scalar from
lucylq Nov 11, 2025
34828bf
Correctly track modified bit for variety of replace ops
DrJessop Nov 12, 2025
64fa85e
Fix write-heap-buffer-overflow in et_copy_index
lucylq Nov 12, 2025
7600df8
Fix stack buffer overflow in resize_tensor
lucylq Nov 12, 2025
c4c943f
Arm backend: Make remaining passes inherit from ArmPass (#15764)
martinlsm Nov 12, 2025
fced57f
NXP backend: Add support for aten.conv_transpose2d.input (#15146)
StrycekSimon Nov 12, 2025
1034a0f
Change aoti_cuda in executorch-config.cmake to aoti_cuda_backend (#15…
larryliu0820 Nov 12, 2025
cebb5af
Arm backend: Fix lint error (#15779)
Erik-Lundell Nov 12, 2025
6de1f4e
Reapply "Arm backend: Add pypi package install option for VGF backend…
mansnils Nov 12, 2025
9981e41
Pin pytest<9 (#15787)
GregoryComer Nov 12, 2025
b9751b1
Add a CUDA memory tracker and use it in voxtral runner (#15780)
larryliu0820 Nov 12, 2025
ed72daf
Qualcomm AI Engine Direct - supprot SA8255 (#15689)
TadayukiOkada Nov 12, 2025
3e90b44
Qualcomm AI Engine Direct - VIT Optimization (#15696)
winskuo-quic Nov 12, 2025
51c8e2a
Update coremltools from 9b to 9.0 (#15723)
metascroy Nov 13, 2025
6e8d023
NXP backend: Unify quantization function implementations (#15044)
StrycekSimon Nov 13, 2025
0bb9d18
Arm backend: Remove pyre-ignores (#15775)
Sebastian-Larsson Nov 13, 2025
b0eba38
Arm backend: Add PrintGraphModuleCodePass (#15774)
martinlsm Nov 13, 2025
9632137
Arm backend: Add docstrings to operator_support/tosa_supported_operat…
Sebastian-Larsson Nov 13, 2025
14482e5
Arm backend: Fix incorrect qparams propagation (#15698)
oscarandersson8218 Nov 13, 2025
100093f
Arm backend: Sort passes in transform_for_annotation_pipeline (#15790)
martinlsm Nov 13, 2025
da6306f
Arm backend: Support mixed TOSA profiles (#15773)
per Nov 13, 2025
0601b7f
Arm backend: Enable int16x8 quantization on aot_arm_compiler (#15811)
SaoirseARM Nov 13, 2025
52b0b3b
Update GCC version requirement for AOT compilation (#15789)
cccclai Nov 13, 2025
e774b77
[Executorch][QNN] Improve qualcomm examples (#15477)
abhinaykukkadapu Nov 13, 2025
004bbd2
Add get_cond_while_submodules utility (#15699)
Erik-Lundell Nov 13, 2025
3dbc104
Arm backend: Split tensor and scalar test cases for remainder (#15809)
martinlsm Nov 13, 2025
c247604
bump arm cortex size test (#15816)
lucylq Nov 13, 2025
0704ae3
Add a fast path for _clone_dim_order (#15815)
GregoryComer Nov 14, 2025
8ab589a
Introduce CMake workflow (#15821)
pytorchbot Nov 14, 2025
824f550
[Executorch][llm] Fix flakyness of quantized sdpa test (#15766)
pytorchbot Nov 14, 2025
ed264fe
[Executorch] parallelize op_choose_qparams (#15767)
pytorchbot Nov 14, 2025
b433278
[Executorch] Add simd path for op quantize (#15768)
pytorchbot Nov 14, 2025
960c021
Install Arm deps in Docker (#15812)
mansnils Nov 14, 2025
0f62988
Introduce Makefile and some runner targets (#15822)
larryliu0820 Nov 14, 2025
8c48a76
Arm backend: Migrate documentation to new template (#15458)
tom-arm Nov 14, 2025
c02fdfc
Arm backend: Improve chain handling (#15738)
jmahbs Nov 14, 2025
4178419
Arm backend: Enable VKML unit testing in ciflow/trunk (#14109)
mansnils Nov 14, 2025
be741ad
[Executorch] Add multithreading for op_quantize (#15769)
pytorchbot Nov 14, 2025
f92565f
Android: Add Tensor.ones() and Tensor.zeros() factory methods (#15388)
shubham0204 Nov 14, 2025
3af3385
Arm backend: Propagate node info from quantizer to backend (re-upload…
oscarandersson8218 Nov 14, 2025
2eabfc9
debug: add some timestamping to see how the timing would be called
Nov 3, 2025
8cbd036
fix: add a max export time arg with a default of 500
Nov 4, 2025
98a8de7
fix: add a comment for legibility
Nov 4, 2025
39f514f
Fix: update the default value
Nov 5, 2025
dbdf5ea
fix: update typo
Nov 5, 2025
728f086
fix: remove the extra echo line
Nov 5, 2025
6eefcc3
fix: remove the extra configs
Nov 5, 2025
b24d8f4
fix: remove the extra configs
Nov 6, 2025
cdf7df0
fix: modify the excho statement and update the max_export time calcul…
Nov 6, 2025
54c63d1
fix: add more configurations
Nov 7, 2025
315aa6e
fix: add the qnn configurations
Nov 7, 2025
7980329
fix: remove the exit 1
Nov 12, 2025
3630a8e
test: add a script to extract all the model export times
Nov 13, 2025
7d060db
[ET-VK] Re-implement split_with_sizes (#15793)
SS-JIA Nov 14, 2025
4415bc6
[ET-VK] Better separation of quantized vs non-quantized memory layout…
SS-JIA Nov 14, 2025
89e2c5d
[ET-VK] Add some utility compile options + improve export script (#15…
SS-JIA Nov 14, 2025
053193f
[ET-VK][ez] Migrate slice/select shaders to use BufferMetadata/Textur…
SS-JIA Nov 14, 2025
a6c5921
[ET-VK] Add int and bool tensor support for many operators (#15829)
SS-JIA Nov 14, 2025
6ca1db6
Remove model_name param from Whisper-Metal (#15798)
seyeong-han Nov 15, 2025
f4a9268
Update install_requirements.sh to coremltools 9.0 (#15814)
metascroy Nov 15, 2025
623d5a5
Prohibit nested backends (#15831)
cccclai Nov 15, 2025
b8ed35d
Qualcomm AI Engine Direct - fix miss layernorm registry (#15824)
DannyYuyang-quic Nov 15, 2025
0c0cee5
Revert "Arm backend: Enable pytest VKML op unit testing in ciflow/tru…
zingo Nov 15, 2025
76d43bc
Qualcomm AI Engine Direct - GA Static Granite3.3-2b (#15808)
chenweng-quic Nov 16, 2025
b1e3e28
Refactor cadence.convolution
mcremon-meta Nov 16, 2025
67e45fe
Arm backend: Add add_passes method (#15845)
martinlsm Nov 17, 2025
3ea17c9
Arm backend: Simplify testing of int inputs (#15701)
oscarandersson8218 Nov 17, 2025
5745777
Arm backend: Align tosa backend, partitioner and mapping with doc sty…
Sebastian-Larsson Nov 17, 2025
3bbe173
Arm backend: Bump tosa-adapter-model-explorer version (#15810)
jmahbs Nov 17, 2025
0f58198
Arm backend: Fix ubsan warning in example runner (#15846)
perheld Nov 17, 2025
65a9044
Arm backend: Add docstrings for tosa/utils.py & tosa rescale helpers …
Sebastian-Larsson Nov 17, 2025
e7eea58
Arm backend: Enable VGF backend testing in github (#15847)
mansnils Nov 17, 2025
8e33788
Fixes for reactive rendering of webpage (#15566)
tanvirislam-meta Nov 17, 2025
3826f44
Fix uninitialized aggregate_sampling_time_ms in Stats struct (#15820)
seyeong-han Nov 17, 2025
5e5a801
Fix Metal/CUDA ci: remove model_name argument (#15858)
manuelcandales Nov 17, 2025
cf0e9aa
Update exir_deserialize logic
ethansfng Nov 17, 2025
763a474
Improve warnings for qnn runner (#15716)
abhinaykukkadapu Nov 17, 2025
7c746f7
Move QNN SDK into backends/qualcomm/CMakeLists.txt (#15546)
larryliu0820 Nov 18, 2025
bee30ac
introduce aoti_torch_new_tensor_handle shim for cuda backend (#15861)
pytorchbot Nov 18, 2025
47c08d9
Update ReplaceLogicalNotBooleanWhereWithWherePass to use new pass int…
DrJessop Nov 18, 2025
179a155
Introduce PTEFile class (#15864)
pytorchbot Nov 18, 2025
0769abc
NXP backend: Add support for `aten.permute_copy.default`. (#15099)
MartinPavella Nov 18, 2025
3e9d22c
[llm_patch] Fix out-of-bounds access in pad2d function (#15865)
pytorchbot Nov 18, 2025
2f9e574
Cortex_m backend: Add permute op (#15848)
AdrianLundell Nov 18, 2025
0ff1dd7
Arm backend: Add docstrings for operator_support/clone_dim_order_supp…
Sebastian-Larsson Nov 18, 2025
ca4e363
Arm backend: Add docstrings for tosa/dialect/lib.py (#15828)
Sebastian-Larsson Nov 18, 2025
584d39b
Tag get_attr in AOTI partitioner (#15868)
larryliu0820 Nov 18, 2025
101e915
Qualcomm AI Engine Direct - Quantization Recipe for LLM (#15807)
DannyYuyang-quic Nov 18, 2025
2e384de
Use PTEFile class in serialize_pte_binary (#15876)
lucylq Nov 18, 2025
529a265
Xtensa format specifier (#15842)
cmt0 Nov 18, 2025
ea0c612
QNN Backend: Add SM8350 Support (#15867)
jmha02 Nov 19, 2025
f66b79f
Rename fuse_pt2 to apply_pre_edge_transform_passes
ethansfng Nov 19, 2025
a43063d
Docs/new contributor misc (#15712)
nicholsonjf Nov 19, 2025
9952aef
introduce triton sdpa kernel to cuda backend (#15877)
Gasoonjia Nov 19, 2025
6e4e8fa
Cortex_m backend: Add SharedQspecQuantizer + maximum/minimum (#15872)
AdrianLundell Nov 19, 2025
17e4392
Arm backend: Add docstrings to compile specs (#15886)
Sebastian-Larsson Nov 19, 2025
131d1f4
Arm backend: Make PassPipeline test valid inputs (#15892)
oscarandersson8218 Nov 19, 2025
372421f
fix: update the linting
Nov 19, 2025
e7d5936
Merge branch 'main' into dev/issue_10761
mroreo Nov 19, 2025
aff5086
Update ReplaceSqueezeAndUnsqueezeWithViewPass to use new pass interface
DrJessop Nov 19, 2025
870cb1a
Security: Update glob to 10.5.0 to fix CVE-2025-64756 (#15904)
abhinaykukkadapu Nov 20, 2025
65d4b94
Fix circular dep in flat tensor import (#15902)
lucylq Nov 20, 2025
ee7e95e
Arm backend: Support quantized cond and while (#15849)
Erik-Lundell Nov 20, 2025
6e9fb80
Arm backend: Rename passes for consistency (#15888)
martinlsm Nov 20, 2025
3374ff8
Arm backend: Add support for ubsan in executor_runner (#15894)
perheld Nov 20, 2025
213d24c
Cortex_M backend: Add conv op (#15896)
AdrianLundell Nov 20, 2025
351815f
Arm backend: Update pass name in arm_aot_compiler (#15916)
AdrianLundell Nov 20, 2025
b3b7a98
Remove no-op clones in xnnpack (#15884)
GregoryComer Nov 20, 2025
92bf722
Fix UnboundLocalError: local variable 'qnn_compile_spec_buffer' refer…
cccclai Nov 20, 2025
d2c011e
Fix extract model script (#15924)
metascroy Nov 20, 2025
a78f023
Arm backend: Fix get_module_name_filter (#15910)
oscarandersson8218 Nov 20, 2025
3305927
Arm backend: Add docstrings to vgf/backend.py and ethosu/backend.py (…
Sebastian-Larsson Nov 20, 2025
b91987e
Arm backend: Move support_extension to base class (#15909)
oscarandersson8218 Nov 20, 2025
88cca2c
Arm backend: test without output re-order workaround (#15826)
mansnils Nov 20, 2025
b4d72f1
Fix Neutron backend API compatibility and multiprocessing fallback
apullin Nov 20, 2025
2b91382
Refactor download function for robustness and retries (#15933)
cccclai Nov 21, 2025
9e7e17c
[aoti-backend-consolidation 2/3] backend.py (#15528)
Gasoonjia Nov 21, 2025
3ef13a3
add cuda benchmark ci (#15883)
Gasoonjia Nov 21, 2025
6785032
Add bundled IO support to portable executor runner (#15368)
mansnils Nov 21, 2025
a4298ac
Rename the qnn demo backend (#15930)
cccclai Nov 21, 2025
fee1b2d
Quantize lora linears (#15935)
lucylq Nov 21, 2025
23fc78f
Add mypy ignore for snakeviz (#15806)
perheld Nov 21, 2025
e570942
Tag scales for external data
lucylq Nov 21, 2025
17744b7
Save external constant tensors to custom filename
lucylq Nov 21, 2025
8b23f34
make partial export failure not stop cuda benchmark (#15939)
Gasoonjia Nov 21, 2025
0f3d1b2
Remove download progress reporting (#15946)
cccclai Nov 21, 2025
0c3d779
Fix build isolation and editable install issues (#15941)
larryliu0820 Nov 21, 2025
e4faf06
Create a button to manually trigger all cuda benchmarks (#15938)
Gasoonjia Nov 21, 2025
268e885
only download benchmark data for further uploading (#15945)
Gasoonjia Nov 21, 2025
7905104
Remove AWS Device Farm benchmark jobs (#15433)
GregoryComer Nov 21, 2025
eb4ebcb
Disable QNN build option for the default x86 build (#15949)
cccclai Nov 21, 2025
9a2eb43
Expose get_num_threads via pybind
kimishpatel Nov 22, 2025
350ea3c
Move user-defined passes after SpecPropPass
lucylq Nov 22, 2025
8c5ab24
Arm backend: Add missing default case in executor_runner (#15895)
perheld Nov 24, 2025
e37062e
Arm backend: Minimal example of pruning (#15851)
gggekov Nov 24, 2025
d13c789
Arm backend: Update bias quantization range (#15918)
oscarandersson8218 Nov 24, 2025
a7d7db9
Added more users to exclude (#15781)
nil-is-all Nov 24, 2025
dcff8dc
forward fix PR 15368 (#15964)
cccclai Nov 24, 2025
4d36623
fix eval_llama_qnn custom annotation (#15953)
DannyYuyang-quic Nov 24, 2025
d8bc1e8
add 12.9 cuda support (#15818)
JacobSzwejbka Nov 24, 2025
7329730
Adding compile option warmup_execute_after_compile to optionally run …
trivedivivek Nov 25, 2025
91b48a7
Fix cpp/c compilation warnings.
hsharma35 Nov 25, 2025
cec1834
Add ETDump event tracer support to LLaMa runner
navsud Nov 25, 2025
f84d45b
Qualcomm AI Engine Direct - GLM1.5B (#15691)
winskuo-quic Nov 25, 2025
3f92668
Fix relu test + use xt macros.
hsharma35 Nov 25, 2025
12d17ef
Cortex-M backend: Fuse Relu, Hardtanh and Hardsigmoid (#15917)
AdrianLundell Nov 25, 2025
3c4fbf1
Merge branch 'main' into dev/issue_10761
mroreo Nov 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/optimum-executorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4361747abfc55e40e929396ed986efe775d745f9
d03e90c2cd9048e6d9a75285c0355f033cd016fc
2 changes: 1 addition & 1 deletion .ci/docker/ci_commit_pins/pytorch.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e6f766c7d750d40603eee3f66c5915bac606b3ea
b31bad1b8f1331bf43d47f46602cf6141db56844
18 changes: 18 additions & 0 deletions .ci/docker/common/install_arm.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
# Copyright 2025 Arm Limited and/or its affiliates.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

set -ex

install_arm_prerequiresites() {
apt-get update -y
apt-get install -y --no-install-recommends \
mesa-vulkan-drivers libvulkan1
rm -rf /var/lib/apt/lists/*
}

install_arm_prerequiresites
3 changes: 1 addition & 2 deletions .ci/docker/requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ sphinx-reredirects==0.1.4
matplotlib>=3.9.4
sphinx-copybutton==0.5.2
# PyTorch Theme
-e git+https://github.com/pytorch/pytorch_sphinx_theme.git@pytorch_sphinx_theme2#egg=pytorch_sphinx_theme2

pytorch_sphinx_theme2==0.2.0
# script unit test requirements
yaspin==3.1.0
3 changes: 3 additions & 0 deletions .ci/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ RUN if [ -n "${ANDROID_NDK_VERSION}" ]; then bash ./install_android.sh; fi
RUN rm install_android.sh

ARG ARM_SDK
COPY ./common/install_arm.sh install_arm.sh
RUN if [ -n "${ARM_SDK}" ]; then bash ./install_arm.sh; fi
RUN rm install_arm.sh

ARG ZEPHYR_SDK
COPY ./common/install_zephyr.sh install_zephyr.sh
Expand Down
Loading
Loading