@@ -170,7 +170,6 @@ command = [
170
170
[[linter ]]
171
171
code = ' CLANGTIDY'
172
172
include_patterns = [
173
- ' torch/csrc/deploy/**/*.cpp' ,
174
173
' torch/csrc/fx/**/*.cpp' ,
175
174
' torch/csrc/generic/**/*.cpp' ,
176
175
' torch/csrc/onnx/**/*.cpp' ,
@@ -183,7 +182,6 @@ exclude_patterns = [
183
182
# FunctionsManual.cpp is excluded to keep this diff clean. It will be fixed
184
183
# in a follow up PR.
185
184
# /torch/csrc/generic/*.cpp is excluded because those files aren't actually built.
186
- # deploy/interpreter files are excluded due to using macros and other techniquies
187
185
# that are not easily converted to accepted c++
188
186
' torch/csrc/jit/passes/onnx/helper.cpp' ,
189
187
' torch/csrc/jit/passes/onnx/shape_type_inference.cpp' ,
@@ -197,11 +195,6 @@ exclude_patterns = [
197
195
' torch/csrc/autograd/FunctionsManual.cpp' ,
198
196
' torch/csrc/generic/*.cpp' ,
199
197
' torch/csrc/jit/codegen/cuda/runtime/*' ,
200
- ' torch/csrc/deploy/interactive_embedded_interpreter.cpp' ,
201
- ' torch/csrc/deploy/interpreter/**' ,
202
- ' torch/csrc/deploy/test_deploy_python_ext.cpp' ,
203
- ' torch/csrc/deploy/test_deploy_missing_interpreter.cpp' ,
204
- ' torch/csrc/deploy/test_deploy_gpu.cpp' ,
205
198
' torch/csrc/utils/disable_torch_function.cpp' ,
206
199
]
207
200
init_command = [
0 commit comments