What's New
- Operation duration histogram — added a histogram view showing how operation runtimes are distributed across a report.
- Performance table heuristic flags — the performance table now surfaces heuristic flags to highlight operations worth attention.
- Filter performance table from charts — you can now drive the performance table filter directly from the performance charts.
- Remote connection defaults — remote connection parameters can now be pre-populated from environment defaults.
- Faster, smoother MLIR viewer interaction through hot-path fixes to memoization dependencies and context stability.
- More consistent performance charts after consolidating the chart definitions and hardening their layout handling.
- Expanded file-transfer progress tracking so multiple transfer sources are tracked independently.
- Fixed remote sync progress overlays that could freeze or linger indefinitely when the backend dropped mid-transfer, with staleness-based cleanup on reconnect and a bounded request timeout.
- Refreshed frontend dependencies.
- Removed the abandoned eslint-config-erb configuration.
- Bumped mistune from 3.2.1 to 3.3.0.
- Move ttnn_graph_report fixture body into ttnn.graph_report
- Resolve failing TTNN comparison test
What's Changed
- FE dependency updates by @dcblundell in #1749
- Remove abandoned eslint-config-erb by @dcblundell in #1753
- Filter performance table from charts by @dcblundell in #1738
- Expand file transfer atom storage by @dcblundell in #1750
- Bump mistune from 3.2.1 to 3.3.0 in the uv group across 1 directory by @dependabot[bot] in #1752
- Performance table heuristic flags by @dcblundell in #1751
- Operation duration histogram by @dcblundell in #1755
- Consolidate performance chart definitions by @dcblundell in #1758
- Add env defaults for remote connection params by @dcblundell in #1761
- Clear abandoned remote file transfers by @dcblundell in #1760
- MLIR viewer: perf hot-path fixes (memo deps + context stability) (#1739) by @aidemsined in #1759
Full Changelog: v0.93.0...v0.94.0