We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef25b commit c341d98Copy full SHA for c341d98
1 file changed
examples/dynamo/torch_compile_resnet_example.py
@@ -48,6 +48,7 @@
48
model,
49
ir="torch_compile",
50
inputs=inputs,
51
+ use_explicit_typing=False,
52
enabled_precisions=enabled_precisions,
53
workspace_size=workspace_size,
54
min_block_size=min_block_size,
@@ -86,6 +87,7 @@
86
87
88
89
inputs=inputs_bs8,
90
91
92
93
@@ -111,6 +113,7 @@
111
113
dtype=torch.half,
112
114
)
115
],
116
+ "use_explicit_typing": False,
117
"enabled_precisions": enabled_precisions,
118
"ir": "dynamo",
119
}
0 commit comments