🐛 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 addmms still in the encoder.
Printed EP right after torch.export: P1984977202
Printed EP right after to_edge_transform_and_lower: P1985017274
Versions
N/A
cc @GregoryComer @digantdesai @cbilgin @mergennachin
🐛 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
addmms still in the encoder.Printed EP right after
torch.export: P1984977202Printed EP right after
to_edge_transform_and_lower: P1985017274Versions
N/A
cc @GregoryComer @digantdesai @cbilgin @mergennachin