mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01: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:
parent
70c93c6097
commit
e0cabebad9
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user