Skip to content

Commit d4d1138

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/apple/mps/test
Reviewed By: avikchaudhuri Differential Revision: D67381379
1 parent b0bf9aa commit d4d1138

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backends/apple/mps/test/test_mps_utils.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,7 @@ def lower_module_and_test_output(
247247
)
248248

249249
executorch_program = to_edge(
250-
export(
251-
delegated_program,
252-
sample_inputs,
253-
),
250+
export(delegated_program, sample_inputs, strict=True),
254251
compile_config=exir.EdgeCompileConfig(
255252
_check_ir_validity=False,
256253
_skip_dim_order=True, # TODO(T182928844): Delegate dim order op to backend.

0 commit comments

Comments
 (0)