diff --git a/benchmarks/float8/utils.py b/benchmarks/float8/utils.py index 5c05100f4d..a358069b64 100644 --- a/benchmarks/float8/utils.py +++ b/benchmarks/float8/utils.py @@ -83,6 +83,9 @@ def profiler_output_to_filtered_time_by_kernel_name( continue elif e.key == "Activity Buffer Request": continue + elif e.key == "Unrecognized": + # TODO I think these are nvjet related + continue kernel_name_to_gpu_time_us[e.key] = e.self_device_time_total return kernel_name_to_gpu_time_us