Use state.add_summary to supplement integral TypeID with meaningful type name

This commit is contained in:
Oleksandr Pavlyk
2025-07-02 11:16:11 -05:00
parent 9dba866426
commit 4f15840832

View File

@@ -150,6 +150,7 @@ def copy_type_sweep(state: nvbench.State):
}
value_ctype, value_cuda_t = types_map[type_id]
state.add_summary("Type", value_cuda_t)
# Number of elements in 256MiB
nbytes = 256 * 1024 * 1024