Skip to content

Commit 90dcea5

Browse files
winskuo-quicfacebook-github-bot
authored andcommitted
Qualcomm AI Engine Direct - Fix aihub path failing due to memory planning pass (pytorch#5482)
Summary: Update MemoryPlanningPass to use default greedy algo. Pull Request resolved: pytorch#5482 Reviewed By: kirklandsign Differential Revision: D63270305 Pulled By: cccclai fbshipit-source-id: 7fb03365e3cadb53e4879feb7f105aadc9e9497c
1 parent 8660faf commit 90dcea5

File tree

1 file changed

+0
-1
lines changed
  • examples/qualcomm/qaihub_scripts/utils

1 file changed

+0
-1
lines changed

examples/qualcomm/qaihub_scripts/utils/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ def gen_pte_from_ctx_bin(
6868
for pte_name in pte_names:
6969
print(f"{pte_name} generating...")
7070
memory_planning_pass = MemoryPlanningPass(
71-
memory_planning_algo="greedy",
7271
alloc_graph_input=False,
7372
alloc_graph_output=False,
7473
)

0 commit comments

Comments
 (0)