Use c10 version of half/bfloat16 in executorch (#144111)

Summary:
X-link: https://github.com/pytorch/executorch/pull/7040

Accomplished by importing relevant files from c10 into
executorch/runtime/core/portable_type/c10, and then using `using` in
the top-level ExecuTorch headers. This approach should keep the
ExecuTorch build hermetic for embedded use cases. In the future, we
should add a CI job to ensure the c10 files stay identical to the
PyTorch ones.
ghstack-source-id: 260047850
exported-using-ghexport

Test Plan: builds

Differential Revision: D66106969

Pull Request resolved: https://github.com/pytorch/pytorch/pull/144111
Approved by: https://github.com/malfet
This commit is contained in:
Scott Wolchok
2025-02-08 22:40:14 +00:00
committed by PyTorch MergeBot
parent 92b7e610ab
commit ade8fee512
4 changed files with 42 additions and 1 deletions

View File

@ -997,6 +997,7 @@ def define_buck_targets(
"Config.h": ":generate_aten_config[Config.h]",
},
labels = labels,
visibility = ["PUBLIC"],
)
fb_xplat_cxx_library(