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
@jeromeku Thanks for filing. Actually, the CUPTI range profiler is not working in open source due to a build limitation. I had a PR that enable the profiler and unfortunately it got reverted (broke pytorch nightly). pytorch/pytorch#125685
Tracked in issue here and it also has other advise on potential issues to collect range profiler pytorch/pytorch#125685
You can try using my PR and building from source (a bit painful i know) hope this helps.
🐛 Describe the bug
Running the CUPTI demo results in an empty trace.
Running the example script with
KINETO_LOG_LEVEL=1
:Trace file:
Steps to reproduce
Expected behavior
Expected exported trace to have
cuda_profiler_range
and counter data.Environment
torch: 2.3.0
HTA: 0.2.0
python: 3.11.9
OS:
Additional Info
@briancoutinho
The text was updated successfully, but these errors were encountered: