Skip to content

Commit

Permalink
turn on dim order in xnnpack test
Browse files Browse the repository at this point in the history
Differential Revision: D68255965

Pull Request resolved: #7757
  • Loading branch information
Gasoonjia authored Jan 21, 2025
1 parent f2f7e7c commit 7d67521
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backends/xnnpack/test/tester/tester.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,8 @@ def export(self, export_stage: Optional[Export] = None):
)

def to_edge(self, to_edge_stage: Optional[ToEdge] = None):
# TODO(T182187531): Skip dim order for now. Support dim order and its op after alpha release.
if not to_edge_stage:
to_edge_stage = ToEdge()
to_edge_stage.edge_compile_conf._skip_dim_order = True
res = self._run_stage(to_edge_stage)
return res

Expand Down

0 comments on commit 7d67521

Please sign in to comment.