mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-04-19 22:38:52 +00:00
Use state.add_summary to supplement integral TypeID with meaningful type name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user