From 1649a56bcb047aa9a76fa099d2c99aac5f5c3318 Mon Sep 17 00:00:00 2001 From: Jack Zhang Date: Thu, 10 Oct 2024 16:39:41 -0700 Subject: [PATCH] =?UTF-8?q?Revert=20"Qualcomm=20AI=20Engine=20Direct=20-?= =?UTF-8?q?=20Fix=20aihub=20path=20failing=20due=20to=20memory=20plan?= =?UTF-8?q?=E2=80=A6"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6655c3b1e0d03904d04d6f1d2e5c70df82b04145. --- examples/qualcomm/qaihub_scripts/utils/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/qualcomm/qaihub_scripts/utils/utils.py b/examples/qualcomm/qaihub_scripts/utils/utils.py index ad55d7fd10b..67d519a688e 100644 --- a/examples/qualcomm/qaihub_scripts/utils/utils.py +++ b/examples/qualcomm/qaihub_scripts/utils/utils.py @@ -68,6 +68,7 @@ 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, )