Skip to content

Commit

Permalink
smoke test use xnnpack fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklandsign committed Jul 25, 2024
1 parent c569f54 commit 148fc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/packaging/smoke_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def export_linear_model() -> bytes:
print("Lowering to edge...")
edge_program = to_edge(exported_program)
print("Lowering to XNNPACK...")
edge_delegated = edge.to_backend(XnnpackPartitioner())
edge_delegated = edge_program.to_backend(XnnpackPartitioner())
print("Creating ExecuTorch program...")
et_program = edge_delegated.to_executorch()

Expand Down

0 comments on commit 148fc31

Please sign in to comment.