Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
42e18b6
Add Multimodal Runner
larryliu0820 Jul 23, 2024
9445703
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 23, 2024
7e4908a
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 23, 2024
d32990f
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
880aa19
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
1d16f92
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
204adf9
Update base for Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
525b4d4
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
35d678b
Update base for Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
92e6a65
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 24, 2024
2fe30ee
Update base for Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 25, 2024
b426432
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 25, 2024
4cb4710
Update base for Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 25, 2024
e1ea218
Update on "[llava][8/N] Add Multimodal Runner"
larryliu0820 Jul 25, 2024
5c1e0df
[XNNPACK] Share workspace across delegate instances
digantdesai Aug 2, 2024
cd2bbd0
Initialize stable-branch
cad-rlc Dec 19, 2025
18dee23
Update ref_implementations.py to make the directory general
cad-rlc Dec 19, 2025
1768d29
We want to keep our ptes
cad-rlc Dec 19, 2025
5bc4c1d
Adding ptes
cad-rlc Dec 19, 2025
23bd9de
Update maxpool2df.c
cad-rlc Feb 5, 2026
1bb44cf
Update op_softmax.cpp
cad-rlc Feb 5, 2026
6303d7a
Add DMA-optimized quantize/dequantize/add/relu operators
Feb 5, 2026
b537167
Update dtypes.h
cad-rlc Feb 17, 2026
4276646
Conv2D integrated.
cad-rlc Feb 17, 2026
0ea8a92
Adding linear, mean operators with dma and tiling with necessary upda…
Feb 25, 2026
288f04e
Conv Testing (Only for reference)
cad-rlc Mar 4, 2026
dcb515a
Stop tracking generated portable_type/c10 build artifacts
Mar 26, 2026
13b44fe
Add generated config headers and benchmark logs
Mar 26, 2026
26bb402
Enable cache coherency; remove DRAM boundary check; fix functional co…
Mar 26, 2026
5706283
Merge branch 'conv-testing' of https://github.com/cad-rlc/executorch …
Apr 1, 2026
fb1cd63
Cadence Vision: Enable cache coherency, fix functional correctness, a…
Apr 6, 2026
9ed8024
code cleanup.
Apr 7, 2026
8a378a0
code cleanup
Apr 7, 2026
4ae9702
Cadence Vision: Config Generator for DMA/cache
Apr 7, 2026
7350281
Code Cleanup
Apr 8, 2026
db56bb1
Functional resnet50
Apr 9, 2026
a3abf4e
code cleanup
Apr 10, 2026
fb32e93
Merge remote-tracking branch 'upstream'
Apr 10, 2026
95338ed
Revert "Merge remote-tracking branch 'upstream'"
Apr 10, 2026
30a1746
Merge remote-tracking branch 'upstream/main'
Apr 10, 2026
691acf8
Merge branch 'stable-branch'
Apr 10, 2026
a672605
Renaming cadence generic ops in Cmake.
Apr 10, 2026
9d738fe
[Cadence Vision] Upstream sync.
Apr 20, 2026
137f2d7
ResNet18 all-DMA: combined conv+maxpool configs, DMA maxpool with ove…
Apr 21, 2026
b8c344d
Merge upstream/main into origin/main
Apr 21, 2026
edd8d2d
Max-pool, Mean: DMA enabled op
Apr 24, 2026
4470e35
Merge remote-tracking branch 'upstream/main'
Apr 24, 2026
0475f66
Consolidate quantized conv: merge NCHW DMA-optimized code into op_qua…
Apr 24, 2026
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
  •  
  •  
  •  
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ build-profiling/
*.model
*.etdump
tokenizer.json
*.pte
*.ptd
!test_bpe_tokenizer.bin
!test_tiktoken_tokenizer.model
Expand Down Expand Up @@ -67,6 +66,11 @@ xcuserdata/
/src/executorch/share/
/src/executorch/version.py
*_etdump
/runtime/core/portable_type/c10/CMakeFiles/
/runtime/core/portable_type/c10/bin/
/runtime/core/portable_type/c10/Makefile
/runtime/core/portable_type/c10/cmake_install.cmake
/runtime/core/portable_type/c10/*.a

# Android
*.aar
Expand Down
Empty file added 0
Empty file.
25 changes: 25 additions & 0 deletions 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Collecting matplotlib
Downloading matplotlib-3.10.8-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 41.4 MB/s eta 0:00:00
Collecting contourpy>=1.0.1 (from matplotlib)
Using cached contourpy-1.3.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (355 kB)
Collecting cycler>=0.10 (from matplotlib)
Using cached cycler-0.12.1-py3-none-any.whl (8.3 kB)
Collecting fonttools>=4.22.0 (from matplotlib)
Downloading fonttools-4.61.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 49.4 MB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib)
Using cached kiwisolver-1.4.9-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.4 MB)
Requirement already satisfied: numpy>=1.23 in ./.venv/lib/python3.11/site-packages (from matplotlib) (2.4.0)
Requirement already satisfied: packaging>=20.0 in ./.venv/lib/python3.11/site-packages (from matplotlib) (25.0)
Requirement already satisfied: pillow>=8 in ./.venv/lib/python3.11/site-packages (from matplotlib) (12.0.0)
Collecting pyparsing>=3 (from matplotlib)
Downloading pyparsing-3.3.2-py3-none-any.whl (122 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.8/122.8 kB 8.0 MB/s eta 0:00:00
Requirement already satisfied: python-dateutil>=2.7 in ./.venv/lib/python3.11/site-packages (from matplotlib) (2.9.0.post0)
Requirement already satisfied: six>=1.5 in ./.venv/lib/python3.11/site-packages (from python-dateutil>=2.7->matplotlib) (1.17.0)
Installing collected packages: pyparsing, kiwisolver, fonttools, cycler, contourpy, matplotlib
Successfully installed contourpy-1.3.3 cycler-0.12.1 fonttools-4.61.1 kiwisolver-1.4.9 matplotlib-3.10.8 pyparsing-3.3.2

[notice] A new release of pip is available: 23.1.2 -> 26.0.1
[notice] To update, run: pip install --upgrade pip
Loading
Loading