We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7db9f commit 9541b69Copy full SHA for 9541b69
benchmarks/float8/utils.py
@@ -83,6 +83,9 @@ def profiler_output_to_filtered_time_by_kernel_name(
83
continue
84
elif e.key == "Activity Buffer Request":
85
86
+ elif e.key == "Unrecognized":
87
+ # TODO I think these are nvjet related
88
+ continue
89
90
kernel_name_to_gpu_time_us[e.key] = e.self_device_time_total
91
return kernel_name_to_gpu_time_us
0 commit comments