skylineprof / skyline

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

Add file context to AnalysisErrors #42

Closed geoffxy closed 4 years ago

geoffxy commented 4 years ago

Right now AnalysisErrors do not include a file context (i.e. file name and line number), which makes them difficult to debug for the user. We should include this context when we raise an AnalysisError.

geoffxy commented 4 years ago

Completed as of commit afc53d015910984e724049b596cc9a584c33cc9c.