We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no ncclKernel in my json files, instead ncclDevKernel. So I didn't get any communication time when I use get_gpu_kernel_breakdown
HolisticTraceAnalysis/hta/utils/utils.py
Line 66 in abda3b8
from hta.trace_analysis import TraceAnalysis trace_dir = 'xxx/yy.json' analyzer = TraceAnalysis(trace_dir=trace_dir) kernel_type_metrics_df, kernel_metrics_df = analyzer.get_gpu_kernel_breakdown( num_kernels=5, include_memory_kernels=True, image_renderer="png")
Failed to obtain communication time
linux, Python 3.10.12 torch 2.2.0a0+81ea7a4 HolisticTraceAnalysis: abda3b8
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🐛 Describe the bug
There is no ncclKernel in my json files, instead ncclDevKernel. So I didn't get any communication time when I use get_gpu_kernel_breakdown
HolisticTraceAnalysis/hta/utils/utils.py
Line 66 in abda3b8
Steps to reproduce
from hta.trace_analysis import TraceAnalysis
trace_dir = 'xxx/yy.json'
analyzer = TraceAnalysis(trace_dir=trace_dir)
kernel_type_metrics_df, kernel_metrics_df = analyzer.get_gpu_kernel_breakdown(
num_kernels=5,
include_memory_kernels=True,
image_renderer="png")
Expected behavior
Failed to obtain communication time
Environment
linux,
Python 3.10.12
torch 2.2.0a0+81ea7a4
HolisticTraceAnalysis: abda3b8
Additional Info
No response
The text was updated successfully, but these errors were encountered: