Skip to content

tenstorrent/route-ui

Repository files navigation

Route UI

Pre-requisites

Install

Clone the repo and install dependencies:

git clone --depth 1 --branch main https://github.com/tenstorrent/route-ui.git
cd route-ui
npm install

Starting Development

Start the app in the dev environment:

npm start

Packaging for Production

To package apps for the local platform:

npm run package
npm run package-linux

Post Installation (mac only)

run xattr -d com.apple.quarantine /Applications/Route\ UI.app in terminal after installation to bypass Apple security settings

required and expected files and folders in run folder

Inside the folder containing a run you want to visualize, the following files and folders are expected:

  • runtime_data.yaml
  • cluster_desc.yaml
  • /device_desc_runtime/
  • /netlist_analyzer/
  • /reports/
  • /perf_results/
  • /perf_results/metadata/
  • /perf_results/graph_descriptor/
  • /perf_results/queue_descriptor/
  • /perf_results/analyzer_results/

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published