You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use c10 version of half/bfloat16 in executorch (pytorch#144111)
Summary:
X-link: pytorch/executorch#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: 265190624
exported-using-ghexport
Test Plan: builds
Reviewed By: shoumikhin
Differential Revision: D66106969
0 commit comments