We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f912d commit 87434e3Copy full SHA for 87434e3
backends/arm/test/common.py
@@ -93,7 +93,7 @@ def get_tosa_compile_spec_unbuilt(
93
def get_u55_compile_spec(
94
macs: int = 128,
95
system_config: str = "Ethos_U55_High_End_Embedded",
96
- memory_mode: str = "Shared_Sram",
+ memory_mode: str = "Sram_Only",
97
extra_flags: str = "--debug-force-regor --output-format=raw",
98
custom_path: Optional[str] = None,
99
) -> list[CompileSpec]:
@@ -112,7 +112,7 @@ def get_u55_compile_spec(
112
def get_u85_compile_spec(
113
114
system_config="Ethos_U85_SYS_DRAM_Mid",
115
- memory_mode="Shared_Sram",
+ memory_mode="Sram_Only",
116
extra_flags="--output-format=raw",
117
custom_path=None,
118
0 commit comments