Skip to content

Commit

Permalink
snitch repo changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tahaelbayad committed Nov 19, 2024
1 parent 1619545 commit 9fa68db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9fa68db

Please sign in to comment.