-
Notifications
You must be signed in to change notification settings - Fork 524
Move default Vela/Regor configurations to Sram_Only #10279
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10279
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 1 New Failure, 3 Unrelated FailuresAs of commit 87434e3 with merge base 06f912d ( NEW FAILURE - The following job has failed:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D73212758 |
@pytorchbot label "topic: not user facing" |
Summary: Move default Vela/Regor configurations to Sram_Only Differential Revision: D73212758
Summary: Pull Request resolved: pytorch#10279 Move default Vela/Regor configurations to Sram_Only Differential Revision: D73212758
This pull request was exported from Phabricator. Differential Revision: D73212758 |
@@ -93,7 +93,7 @@ def get_tosa_compile_spec_unbuilt( | |||
def get_u55_compile_spec( | |||
macs: int = 128, | |||
system_config: str = "Ethos_U55_High_End_Embedded", | |||
memory_mode: str = "Shared_Sram", | |||
memory_mode: str = "Sram_Only", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is the rationale for changing the default? I don't see any issues, asking because I am not sure why this was the default before.
cc @freddan80, @zingo
Summary: Move default Vela/Regor configurations to Sram_Only
Differential Revision: D73212758