Skip to content

Commit 71e8d5c

Browse files
committed
*executorch_qnn*: modified utilities.py to address [](pytorch#6955)
1 parent ce23ddf commit 71e8d5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/qualcomm/utils/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,8 @@ def set_spec(module, options):
281281

282282
return max_sf_size
283283

284+
def canonicalize_program(obj):
285+
update_spill_fill_size(obj)
284286

285287
def get_decomp_table() -> Dict[torch._ops.OperatorBase, Callable]:
286288
source_decompositions = torch_core_aten_decompositions()

0 commit comments

Comments
 (0)