[xpu][fix] Format XPU c10 and aten code (#167298)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/167298
Approved by: https://github.com/cyyever, https://github.com/albanD, https://github.com/Skylion007
This commit is contained in:
Yu, Guangye
2025-11-10 19:06:34 +00:00
committed by PyTorch MergeBot
parent b2be4d24c0
commit c3bc56c8b4

View File

@@ -186,6 +186,8 @@ include_patterns = [
'aten/src/ATen/native/nested/cuda/*.h',
'aten/src/ATen/native/nested/*.cpp',
'aten/src/ATen/native/nested/*.h',
'aten/src/ATen/xpu/**/*.h',
'aten/src/ATen/xpu/**/*.cpp',
'c10/**/*.cpp',
'c10/**/*.h',
'torch/*.h',