-
Notifications
You must be signed in to change notification settings - Fork 684
Open
Labels
module: xnnpackIssues related to xnnpack delegation and the code under backends/xnnpack/Issues related to xnnpack delegation and the code under backends/xnnpack/
Milestone
Description
🐛 Describe the bug
SmolVLM from Optimum (PR - huggingface/optimum-executorch#163) is not getting fully delegated to XNNPack in the encoder subgraph.
The pte dump shows this - P1983888427, you can see undelegated addmm
s still in the encoder.
Printed EP right after torch.export
: P1984977202
Printed EP right after to_edge_transform_and_lower
: P1985017274
Versions
N/A
Metadata
Metadata
Assignees
Labels
module: xnnpackIssues related to xnnpack delegation and the code under backends/xnnpack/Issues related to xnnpack delegation and the code under backends/xnnpack/
Type
Projects
Status
To triage