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
Is your feature request related to a problem? Please describe.
I want to catch the call stack from pytorch to C++ backend. For example, which function is called in C++ by torch.nn.softmax?
Is your feature request related to a problem? Please describe.
I want to catch the call stack from pytorch to C++ backend. For example, which function is called in C++ by
torch.nn.softmax
?I wirte a case: test.py
and by
scalene --stacks --json --no-browser test.py
, there is no inforation about call stack into backend:Describe the solution you'd like
I want a call stack (something like flamegraph?) which could tell me which C++ function is called by the operator.
Describe alternatives you've considered
No found yet.
The text was updated successfully, but these errors were encountered: