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: docs/source/devtools-overview.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ The ExecuTorch Developer Tools support the following features:
15
15
-**Delegate Integration** - Surfacing performance details from delegate backends
16
16
- Link back delegate operator execution to the nodes they represent in the edge dialect graph (and subsequently linking back to source code and module hierarchy)
17
17
-**Debugging** - Intermediate outputs and output quality analysis
18
+
-**Numerical Discrepancy Detection** - Operator-level numerical discrepancy detection between AOT and runtime intermediate outputs to streamline numerical debugging and validation.
18
19
-**Memory Allocation Insights** - Visualize how memory is planned, where all the live tensors are at any point in time
0 commit comments