Sync c2_aten_srcs.bzl with fbsync

When
69e048b090 were committed internally
as b5222584e6, changes were added to
`c2_aten_srcs.bzl`, as noted in https://github.com/pytorch/pytorch/pull/75115#issuecomment-1104448637

This commit reconciles the difference between two branches and to be
skipped when imported
This commit is contained in:
Nikita Shulga 2022-04-22 06:45:40 -07:00
parent 056627ddce
commit b3aa2de5be

View File

@ -5,6 +5,8 @@ ATEN_CORE_HEADER_FILES = [
"ATen/core/DimVector.h",
"ATen/core/grad_mode.h",
"ATen/core/UndefinedTensorImpl.h",
"ATen/core/SymIntArrayRef.h",
"ATen/core/SymInt.h",
]
ATEN_CORE_SRC_FILES = [