@@ -58,6 +58,7 @@ include_patterns = [
5858 ' aten/src/ATen/mps/**/*.mm' ,
5959 ' aten/src/ATen/xpu/**/*.h' ,
6060 ' aten/src/ATen/xpu/**/*.cpp' ,
61+ ' aten/src/ATen/native/mps/**/*.metal' ,
6162 ' aten/src/ATen/native/mps/**/*.mm' ,
6263 ' aten/src/ATen/native/vulkan/**/*.h' ,
6364 ' aten/src/ATen/native/vulkan/**/*.cpp' ,
@@ -69,8 +70,6 @@ include_patterns = [
6970 ' aten/src/ATen/native/cudnn/*.cpp' ,
7071 ' c10/**/*.h' ,
7172 ' c10/**/*.cpp' ,
72- ' distributed/c10d/*DMAConnectivity.*' ,
73- ' distributed/c10d/*SymmetricMemory.*' ,
7473 ' torch/csrc/**/*.h' ,
7574 ' torch/csrc/**/*.hpp' ,
7675 ' torch/csrc/**/*.cpp' ,
@@ -79,6 +78,7 @@ include_patterns = [
7978]
8079exclude_patterns = [
8180 ' aten/src/ATen/native/vulkan/api/vk_mem_alloc.h' ,
81+ ' aten/src/ATen/native/mps/kernels/Quantized.metal' ,
8282 ' c10/util/strong_type.h' ,
8383 ' **/fb/**' ,
8484 ' torch/csrc/inductor/aoti_torch/generated/**' ,
@@ -224,6 +224,9 @@ exclude_patterns = [
224224 ' **/fb/**' ,
225225 ' **/generated/**' ,
226226 ' **/*pb.h' ,
227+ ' **/*inl.h' ,
228+ ' aten/src/ATen/CPUFixedAllocator.h' ,
229+ ' aten/src/ATen/Parallel*.h' ,
227230 ' c10/xpu/**/*.h' ,
228231 ' c10/xpu/**/*.cpp' ,
229232 ' c10/benchmark/intrusive_ptr_benchmark.cpp' ,
@@ -236,15 +239,12 @@ exclude_patterns = [
236239 ' c10/util/strong_type.h' ,
237240 ' c10/util/SmallVector.h' ,
238241 ' c10/util/win32-headers.h' ,
239- ' c10/util/*inl.h' ,
240242 ' c10/test/**/*.h' ,
241243 ' third_party/**/*' ,
242244 ' torch/csrc/api/include/torch/nn/modules/common.h' ,
243245 ' torch/csrc/api/include/torch/linalg.h' ,
244- ' torch/csrc/api/include/torch/nn/pimpl-inl.h' ,
245246 ' torch/csrc/autograd/generated/**' ,
246247 ' torch/csrc/distributed/**/*.cu' ,
247- ' torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' ,
248248 ' torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp' ,
249249 ' torch/csrc/distributed/c10d/WinSockUtils.hpp' ,
250250 ' torch/csrc/distributed/c10d/quantization/quantization_gpu.h' ,
@@ -253,7 +253,6 @@ exclude_patterns = [
253253 ' torch/csrc/jit/**/*' ,
254254 ' torch/csrc/jit/serialization/mobile_bytecode_generated.h' ,
255255 ' torch/csrc/utils/pythoncapi_compat.h' ,
256- ' torch/csrc/utils/throughput_benchmark-inl.h' ,
257256]
258257init_command = [
259258 ' python3' ,
0 commit comments