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
Copy file name to clipboardExpand all lines: backends/arm/test/tester/arm_tester.py
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
importinspect
9
9
10
10
importlogging
11
+
importplatform
11
12
12
13
fromcollectionsimportCounter, defaultdict
13
14
frompprintimportpformat
@@ -105,6 +106,21 @@
105
106
logger=logging.getLogger(__name__)
106
107
107
108
109
+
# TODO(MLETORCH-2048: Remove if possible or rework this to match minimal tolerance diff between architectures when TOSA is updated, or investigate/update atol in the failing tests)
0 commit comments