Skip to content

Commit c4926b9

Browse files
committed
Revert "Remove cadence submodule from top-level dependencies (#7839)"
This reverts commit 2411c99.
1 parent 8a41427 commit c4926b9

File tree

7 files changed

+8
-53
lines changed

7 files changed

+8
-53
lines changed

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,18 @@
5555
[submodule "third-party/ios-cmake"]
5656
path = third-party/ios-cmake
5757
url = https://github.com/leetal/ios-cmake
58+
[submodule "backends/cadence/hifi/third-party/nnlib/nnlib-hifi4"]
59+
path = backends/cadence/hifi/third-party/nnlib/nnlib-hifi4
60+
url = https://github.com/foss-xtensa/nnlib-hifi4.git
5861
[submodule "third-party/prelude"]
5962
path = third-party/prelude
6063
url = https://github.com/facebook/buck2-prelude.git
6164
[submodule "third-party/pybind11"]
6265
path = third-party/pybind11
6366
url = https://github.com/pybind/pybind11.git
67+
[submodule "backends/cadence/fusion_g3/third-party/nnlib/nnlib-FusionG3"]
68+
path = backends/cadence/fusion_g3/third-party/nnlib/nnlib-FusionG3
69+
url = https://github.com/foss-xtensa/nnlib-FusionG3.git
6470
[submodule "third-party/ao"]
6571
path = third-party/ao
6672
url = https://github.com/pytorch/ao.git

backends/cadence/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

backends/cadence/build_cadence_fusionG3.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ unset XTENSA_CORE
1212
export XTENSA_CORE=FCV_FG3GP
1313
git submodule sync
1414
git submodule update --init
15-
./backends/cadence/install_requirements.sh
1615
./install_executorch.sh
1716

1817
rm -rf cmake-out

backends/cadence/build_cadence_hifi4.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ unset XTENSA_CORE
1212
export XTENSA_CORE=nxp_rt600_RI23_11_newlib
1313
git submodule sync
1414
git submodule update --init
15-
./backends/cadence/install_requirements.sh
1615
./install_executorch.sh
1716

1817
rm -rf cmake-out
Submodule nnlib-FusionG3 added at 8ddd1c3
Submodule nnlib-hifi4 added at 102944a

backends/cadence/install_requirements.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)