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
Don't allow silent failures for Xtensa binaries (#3156)
@tensorflow/micro
Do not allow programs, which are not unit tests, to silently fail when run using the Xtensa simulator. The generic benchmark application is one such program for which failures were not being reported.
Check the exit status of the simulator when running programs that are not unit tests.
bug=fixes#3155
0 commit comments