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