Skip to content

Commit

Permalink
Qualcomm AI Engine Direct - Fix aihub path failing due to memory plan…
Browse files Browse the repository at this point in the history
…ning pass (#5482)

Summary:
Update MemoryPlanningPass to use default greedy algo.

Pull Request resolved: #5482

Reviewed By: kirklandsign

Differential Revision: D63270305

Pulled By: cccclai

fbshipit-source-id: 7fb03365e3cadb53e4879feb7f105aadc9e9497c
  • Loading branch information
winskuo-quic authored and facebook-github-bot committed Sep 24, 2024
1 parent 8660faf commit 90dcea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/qualcomm/qaihub_scripts/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def gen_pte_from_ctx_bin(
for pte_name in pte_names:
print(f"{pte_name} generating...")
memory_planning_pass = MemoryPlanningPass(
memory_planning_algo="greedy",
alloc_graph_input=False,
alloc_graph_output=False,
)
Expand Down

0 comments on commit 90dcea5

Please sign in to comment.