Skip to content

Commit 9541b69

Browse files
committed
Ignore unreconized for now
stack-info: PR: #2025, branch: drisspg/stack/47
1 parent dd7db9f commit 9541b69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

benchmarks/float8/utils.py

+3
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ def profiler_output_to_filtered_time_by_kernel_name(
8383
continue
8484
elif e.key == "Activity Buffer Request":
8585
continue
86+
elif e.key == "Unrecognized":
87+
# TODO I think these are nvjet related
88+
continue
8689

8790
kernel_name_to_gpu_time_us[e.key] = e.self_device_time_total
8891
return kernel_name_to_gpu_time_us

0 commit comments

Comments
 (0)