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: 1 addition & 0 deletions examples/qualcomm/scripts/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def build_executorch_binary(
alloc_graph_input=not shared_buffer,
alloc_graph_output=not shared_buffer,
),
extract_delegate_segments=True,
)
)
with open(f"{file_name}.pte", "wb") as file:
Expand Down