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 "Build optimized operators lib with -fexceptions"
It should be permissible for this library to use exceptions, since it is not required to supported embedded systems.
TODO: presumably we need to manage rollout of the torchgen patch?
Differential Revision: [D67904052](https://our.internmc.facebook.com/intern/diff/D67904052/)
[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