Skip to content

Commit 54f86cc

Browse files
gmagogsfmfacebook-github-bot
authored andcommitted
executorch/backends/vulkan/test (#7383)
Summary: Pull Request resolved: #7383 Reviewed By: avikchaudhuri, ydwu4 Differential Revision: D67381548
1 parent c337bef commit 54f86cc

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)