Skip to content

Commit

Permalink
make dim order as default for everywhere in ET (#7681)
Browse files Browse the repository at this point in the history
Differential Revision: D68167741

Pull Request resolved: #7658

(cherry picked from commit 01d526f)

Co-authored-by: Gasoonjia <[email protected]>
  • Loading branch information
pytorchbot and Gasoonjia authored Jan 17, 2025
1 parent 02783ff commit 953f2c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/export_util/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def _core_aten_to_edge(
if not edge_compile_config:
edge_compile_config = exir.EdgeCompileConfig(
_check_ir_validity=False, # quant ops currently break ir verification
_skip_dim_order=True, # TODO(T182928844): dim order ops can not delegate to backend
)
edge_manager: EdgeProgramManager = to_edge(
core_aten_exir_ep,
Expand Down

0 comments on commit 953f2c4

Please sign in to comment.