Skip to content

Commit ffd7e8b

Browse files
committed
Verify QNN binary size
1 parent 96298c1 commit ffd7e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/utils/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,7 @@ def generate_multi_graph_program(
822822
)
823823
assert qnn_mgr.Init().value == 0, "failed to load processed bytes"
824824
binary_info = bytes(qnn_mgr.Compile())
825+
print("Checking the size of QNN binary info: ", len(binary_info))
825826
assert len(binary_info) != 0, "failed to generate QNN context binary"
826827
graph_names = qnn_mgr.GetGraphNames()
827828
for graph_name in graph_names:

0 commit comments

Comments
 (0)