From 509d432c2d7365f0a8baa7126cb864e3c3a2e93b Mon Sep 17 00:00:00 2001 From: Juntian Liu Date: Fri, 25 Jul 2025 16:56:36 -0700 Subject: [PATCH] Added a brief intro of the new numerical debugging capability to the devtools overview page (#12829) Summary: As title Differential Revision: D78701633 (cherry picked from commit 447ac2603b1ad89ff9668cd9951da67b565d0500) --- docs/source/devtools-overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/devtools-overview.md b/docs/source/devtools-overview.md index 6d2f0e6375a..449dd1485dc 100644 --- a/docs/source/devtools-overview.md +++ b/docs/source/devtools-overview.md @@ -15,6 +15,7 @@ The ExecuTorch Developer Tools support the following features: - **Delegate Integration** - Surfacing performance details from delegate backends - 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) - **Debugging** - Intermediate outputs and output quality analysis +- **Numerical Discrepancy Detection** - Operator-level numerical discrepancy detection between AOT and runtime intermediate outputs to streamline numerical debugging and validation. - **Memory Allocation Insights** - Visualize how memory is planned, where all the live tensors are at any point in time - **Visualization** - Coming soon