Skip to content

Commit 424f1a9

Browse files
robellfacebook-github-bot
authored andcommitted
Move vela to a newer pin and remove patches we've merged upstream. (#2158)
Summary: passes run.sh locally ready for ci fixes in #2143. They can import in any order. Pull Request resolved: #2158 Reviewed By: mergennachin Differential Revision: D54638819 Pulled By: digantdesai fbshipit-source-id: 505cb8cf21af2961cbb39898e3a48209c79f8436
1 parent 6be02ce commit 424f1a9

File tree

3 files changed

+1
-156
lines changed

3 files changed

+1
-156
lines changed

examples/arm/ethos-u-setup/ethos-u-vela/patches/0001-Improve-rescale-codegen-for-TOSA.patch

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

examples/arm/ethos-u-setup/ethos-u-vela/patches/0002-Use-TOSA-0.80.1_new-12f0e94aca6c17d0c6dc9b463277ab38.patch

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

examples/arm/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function setup_vela() {
215215
if [[ ! -e ethos-u-vela ]]; then
216216
git clone https://review.mlplatform.org/ml/ethos-u/ethos-u-vela
217217
repo_dir="${root_dir}/ethos-u-vela"
218-
base_rev=00a15db3e1a188b25065d095152d701f4394cdc5
218+
base_rev=78b9412b07e0a46e58e8ecb9da8d661399c006a5
219219
patch_repo
220220
fi
221221
cd "${root_dir}/ethos-u-vela"

0 commit comments

Comments
 (0)