Skip to content

Commit 3382dc0

Browse files
committed
Add h2d_type column to H2D/D2H output
1 parent 3f95cc6 commit 3382dc0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Ironwood/src/benchmark_host_device.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def benchmark_host_device_calculate_metrics(
184184
}
185185
metadata = {k: v for k, v in params if k in metadata_keys}
186186
metadata["dtype"] = "float32"
187+
metadata["h2d_type"] = h2d_type
187188

188189
metrics = {}
189190

0 commit comments

Comments
 (0)