skylineprof / skyline

🏙 Interactive in-editor performance profiling, visualization, and debugging for PyTorch neural networks.
Apache License 2.0
30 stars 3 forks source link

Implement hierarchical breakdown exploration #40

Closed geoffxy closed 4 years ago

geoffxy commented 4 years ago

We need to allow users to explore the breakdown data (run time and memory) in a more scalable way (in terms of visuals). The data is fundamentally hierarchical, so we need to change the presentation format to allow this kind of exploration.

geoffxy commented 4 years ago

This is complete as of commit 240d3c5c66db3fb90d70521d1cee007c1df23a72.

There are still some rough edges (sort order, highlight clarity, module naming), but the overall functionality has been completed.