Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default algo is greedy and I'm not sure how this line will fix the issue. Could you elaborate a bit more?

alloc_graph_input=False,
alloc_graph_output=False,
)
Expand Down
Loading