-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1619545
commit 9fa68db
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -263,10 +263,8 @@ pulp-sdk: ${PULP_SDK_INSTALL_DIR} | |
|
||
${TOOLCHAIN_DIR}/snitch_cluster: | ||
cd ${TOOLCHAIN_DIR} && \ | ||
git clone [email protected]:ita/snitch_cluster.git -b dev/ita_integration && \ | ||
cd ${TOOLCHAIN_DIR}/snitch_cluster && git checkout a2ba8c0b44331534f39d96718b2ab6bea025c161 && \ | ||
git submodule update --init --recursive && \ | ||
git apply ${TOOLCHAIN_DIR}/snitch_cluster.patch | ||
git clone https://github.com/pulp-platform/snitch_cluster.git -b vivianep/gemm-implementation && \ | ||
git submodule update --init --recursive | ||
|
||
${SNITCH_INSTALL_DIR}: ${TOOLCHAIN_DIR}/snitch_cluster | ||
mkdir -p ${SNITCH_INSTALL_DIR} | ||
|