Skip to content

Commit 0730440

Browse files
committed
fix punctuation on "Use c10 version of half/bfloat16 in executorch"
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. Differential Revision: [D66106969](https://our.internmc.facebook.com/intern/diff/D66106969/) [ghstack-poisoned]
2 parents 43f26e5 + 4c3da79 commit 0730440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/core/portable_type/c10/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def define_common_targets():
7676
"ovr_config//cpu:x86_64": [
7777
"third-party//sleef:sleef",
7878
]
79-
}) if not runtime.is_oss else [],
79+
})) if not runtime.is_oss else [],
8080
fbcode_exported_preprocessor_flags = [
8181
# We don't -DCPU_CAPABILITY=AVX2 because that trips
8282
# -Wmacro-redefined, and we only care about getting

0 commit comments

Comments
 (0)