Skip to content

Commit a254835

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/vulkan/test
Reviewed By: avikchaudhuri Differential Revision: D67381548
1 parent b0bf9aa commit a254835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/vulkan/test/test_vulkan_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run_test():
112112
model(*sample_inputs)
113113

114114
program: ExportedProgram = export(
115-
model, sample_inputs, dynamic_shapes=dynamic_shapes
115+
model, sample_inputs, dynamic_shapes=dynamic_shapes, strict=True
116116
)
117117

118118
edge_program = to_edge_transform_and_lower(

0 commit comments

Comments
 (0)