diff --git a/examples/cuda/scripts/export.py b/examples/cuda/scripts/export.py index ee4390bf938..c8efb751292 100644 --- a/examples/cuda/scripts/export.py +++ b/examples/cuda/scripts/export.py @@ -26,7 +26,7 @@ _EDGE_COMPILE_CONFIG = EdgeCompileConfig( _check_ir_validity=False, - _skip_dim_order=True, # TODO(T182928844): enable dim_order in backend + _skip_dim_order=True, )