Skip to content

Commit d255388

Browse files
Use state.add_summary to supplement integral TypeID with meaningful type name
1 parent 6c35050 commit d255388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/examples/axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ def copy_type_sweep(state: nvbench.State):
150150
}
151151

152152
value_ctype, value_cuda_t = types_map[type_id]
153+
state.add_summary("Type", value_cuda_t)
153154

154155
# Number of elements in 256MiB
155156
nbytes = 256 * 1024 * 1024

0 commit comments

Comments
 (0)