You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danielsnider, there is a bug in PyTorch profiler related to forward/backward correlation which would cause the profiler crash. We deliberately disable the forward/backward correlation in nightly build. Once the bug is fixed, the forward/backward correlation would be reeanbled again. At that time, the backward module would be shown in tb_plugin.
The backward pass doesn't appear in the Module View. Is there a plan to add this?
The two red arrows below mark where the backward pass should appear:
Here is the backward pass as seen in the Trace View:
This profile was generated using your sample script resnet50_profiler_api.py and with
python3.10
,pytorch 1.12.0.dev20220408+cu113
, and Ubuntu 20.04.Many thanks for your great work on Kineto!
The text was updated successfully, but these errors were encountered: