@@ -170,7 +170,6 @@ command = [
170170[[linter ]]
171171code = ' CLANGTIDY'
172172include_patterns = [
173- ' torch/csrc/deploy/**/*.cpp' ,
174173 ' torch/csrc/fx/**/*.cpp' ,
175174 ' torch/csrc/generic/**/*.cpp' ,
176175 ' torch/csrc/onnx/**/*.cpp' ,
@@ -183,7 +182,6 @@ exclude_patterns = [
183182 # FunctionsManual.cpp is excluded to keep this diff clean. It will be fixed
184183 # in a follow up PR.
185184 # /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
187185 # that are not easily converted to accepted c++
188186 ' torch/csrc/jit/passes/onnx/helper.cpp' ,
189187 ' torch/csrc/jit/passes/onnx/shape_type_inference.cpp' ,
@@ -197,11 +195,6 @@ exclude_patterns = [
197195 ' torch/csrc/autograd/FunctionsManual.cpp' ,
198196 ' torch/csrc/generic/*.cpp' ,
199197 ' 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' ,
205198 ' torch/csrc/utils/disable_torch_function.cpp' ,
206199]
207200init_command = [
0 commit comments