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
Update 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]
Copy file name to clipboardExpand all lines: backends/arm/README.md
+52Lines changed: 52 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,28 @@ Other:
39
39
-`third-party/` - Dependencies on other code - in particular the TOSA serialization_lib for compiling to TOSA and the ethos-u-core-driver for the bare-metal backend supporting Ethos-U
40
40
-`test/` - Unit test and test support functions
41
41
42
+
## Testing
43
+
44
+
After a setup you can run unit tests with the test_arm_baremetal.sh script.
0 commit comments