Ttnn-visualizer

Latest version: v0.28.1

Safety actively analyzes 723929 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

0.17.3

Hotfix:
- Fixes wheel dependency issue

0.17.1

What's Changed
* Feature/Wheel auto launch by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/317
* Feature/Remove TT assets by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/321


**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.17.0...v0.17.1

0.17.0

Release notes:
- Improved operation names rendering using filenames
- Improved Tensor rendering emphasizing shape and dtype and referencing producer operation
- Improved memory legend tensor information
- Improved operation graph functionality with the above updates and properties panel
- Added additional charts
- Unified performance chart configuration
- Fixed rendering issue when switching to and from chart tab
- Chart data can now be filtered by operation codes


What's Changed
* Combine chart configs by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/312
* Improve operations and tensors rendering by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/313
* Operation graph render improvements by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/314
* Allow perf data filtering by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/315

<img width="600" alt="image" src="https://github.com/user-attachments/assets/4840b79e-0566-40a6-9374-2dce66f8461a" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/c4434721-3e2e-46f6-8218-235a688af8c4" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/e08ae776-1282-4995-85d4-98a74c0c424c" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/08a6ad42-fcd8-4fdf-97bc-d66137d467fc" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/49b86814-67c6-4446-9c29-ce4756f6f446" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/60de68d6-a529-42eb-afda-2d532d16cec2" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/1b91f5a0-362b-4109-af04-1ccc81cbba72" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/928ca570-89a4-4623-8cd3-6c3d0bbbac02" />


**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.16.0...v0.17.0

0.16.0

Release Notes
- Local and Remote report selection upgraded to include clearer messaging on the current active report/performance trace with toasts. Active reports/performance traces are updated on selection rather than with the View Report button which has been removed.
- Device kernel performance charts added to the Performance tab.
- Additional performance data parsed and returns the device architecture and frequency.
- Tensor list now includes indicators for where tensors have an excessive amount of consumers. The list can also be filtered to show only these tensors.
- Chart legends in operation details now include tensor shape and data type.

<img width="600" alt="image" src="https://github.com/user-attachments/assets/44c78879-a63a-4adc-a7b5-6278962d2211" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/376e29fb-7c2b-401f-9a6c-048062b088a2" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/dae7e60e-d1be-4b24-a2ce-e9c71c5acfc1" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/d8316ceb-3883-42fe-8e30-531b7327f60e" />
<img width="600" alt="image" src="https://github.com/user-attachments/assets/0c54c3d4-9cf8-4ca1-a6d3-8887270ffa13" />


What's Changed
* Feature/read cluster desc file by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/298
* Feature/local-upload-ui-updates by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/302
* Feature/Remove Device Selector by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/304
* get device architecture and frequency by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/306
* Fix/session store loaded files by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/305
* Feature/Add Device Kernel charts by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/307
* support for device id by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/308
* Feature/Add high consuming warning to tensor list by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/309
* show tensor details in legend by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/310


**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.15.0...v0.16.0

0.15.0

Release Notes:
- Readme has been updated with model running instructions and an example performance trace data
- Memory config parsing expanded to more operation arguments
- Performance section now features Device Kernel Duration/Utilization charts for Matmul operations
- Operations by type now plotted in a chart
- Performance table improvements, Matmul optimisation suggestions and high dispatch latency
- Backend decoupling of profile files from reports
- Additional codebase cleanup in preparation for open source

What's Changed
* remove reading packaje.json from incorect location by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/286
* Fix/minor cleanup by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/288
* update model running instructions by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/291
* Feature/Expand memory config parsing by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/290
* Feature/readme updates for perf reports by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/292
* Feature/add operation types chart by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/293
* Feature/Performance scatter chart by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/294
* Perf table improvements, Matmul and high dispatch latency by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/297
* Decouple Profile Files from Reports by GregHattJr in https://github.com/tenstorrent/ttnn-visualizer/pull/299
* Feature/Update op types logic in pie chart by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/296
* Feature/align perf report to ops by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/300
* Feature/Performance Mixed Data Chart by dcblundell in https://github.com/tenstorrent/ttnn-visualizer/pull/301


**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.14.1...v0.15.0

0.14.2

Release notes
- fix broken wheel

What's Changed
* remove reading packaje.json from incorect location by aidemsined in https://github.com/tenstorrent/ttnn-visualizer/pull/286

**Full Changelog**: https://github.com/tenstorrent/ttnn-visualizer/compare/v0.14.1...v0.14.2

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.