Skip to content

v0.90.0

Choose a tag to compare

@aidemsined aidemsined released this 17 Jun 21:19
· 94 commits to dev since this release

What's New

  • MLIR end-to-end very early beta integration with tt-mlir's model explorer is available as a beta feature from the home route (please refer to tt-mlir for how to get going). Did we mention its in beta?
  • Circular buffer allocations are now visualizable per core through a new pressure modal, including a zoomed view of the selected core's address window
  • Globally allocated circular buffers are rendered as outline-only tensor views so they no longer double-count against per-core L1 pressure or peak load
  • Condensed circular buffer envelope now uses the lowest allocated address as its lower bound, so the summary stripe accurately covers what was actually allocated
  • Selecting a different node in the MLIR view now reliably clears any pending focus, fixing the stale-focus behavior on the initial graph load
  • Tensor sharding visualizations no longer mutate cached buffer chunk data, preventing stale state across re-renders
  • Python dependency management has moved to UV for easier local setup
  • The pinned UV version was relaxed to a minimum bound so contributors can use any recent UV release
  • Local .pnpm-store/ cache directory is now gitignored to keep workspaces clean
  • ttnn.graph_report tool was updated to merge graph capture JSON files from multiple hosts into a single report database, and track rank throughout the report

What's Changed

Full Changelog: v0.89.0...v0.90.0