-
Couldn't load subscription status.
- Fork 700
Enable Ethos-U85 support in Vela #5002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
dcaa5c8
733135b
5530834
6a3b3f8
6ec5324
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -216,7 +216,7 @@ function setup_vela() { | |
| if [[ ! -e ethos-u-vela ]]; then | ||
| git clone https://review.mlplatform.org/ml/ethos-u/ethos-u-vela | ||
| repo_dir="${root_dir}/ethos-u-vela" | ||
| base_rev=7706c1281166e7611f4300ed26338087152a33c9 | ||
| base_rev=d362f5443f67b1e6213a9d8f124edff758efac96 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. seems like we are regressing a bit on U55, is that a concern when we move to the new backend? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No, not really. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. How do you mean regressing Digant? edit: There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Understood, thanks. |
||
| patch_repo | ||
| fi | ||
| cd "${root_dir}/ethos-u-vela" | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.