mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add missing include for internal build (#119721)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/119721 Approved by: https://github.com/huydhn
This commit is contained in:
@ -961,6 +961,7 @@ aten_cpu_non_globed_headers = [
|
||||
"aten/src/ATen/detail/HIPHooksInterface.h",
|
||||
"aten/src/ATen/detail/ORTHooksInterface.h",
|
||||
"aten/src/ATen/detail/PrivateUse1HooksInterface.h",
|
||||
"aten/src/ATen/detail/AcceleratorHooksInterface.h",
|
||||
"aten/src/ATen/detail/XPUHooksInterface.h",
|
||||
"aten/src/ATen/detail/MTIAHooksInterface.h",
|
||||
"aten/src/ATen/detail/IPUHooksInterface.h",
|
||||
|
Reference in New Issue
Block a user