From 210eb57716d4fca5eef0a56fc2227c1eb753abdb Mon Sep 17 00:00:00 2001 From: Leonard Chan Date: Fri, 6 Feb 2026 09:47:01 +0000 Subject: [PATCH] Add h2d_type config in host_device.yaml --- Ironwood/configs/host_device/host_device.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ironwood/configs/host_device/host_device.yaml b/Ironwood/configs/host_device/host_device.yaml index b703ea9..2a510ff 100644 --- a/Ironwood/configs/host_device/host_device.yaml +++ b/Ironwood/configs/host_device/host_device.yaml @@ -3,7 +3,8 @@ benchmarks: num_runs: 20 benchmark_sweep_params: - { - data_size_mib_list: [1, 16, 128, 256, 512, 1024, 2048, 4096, 8192, 16384] + h2d_type: ["simple", "pipelined"], + data_size_mib_list: [1, 16, 128, 256, 512, 1024, 2048, 4096, 8192, 16384], } csv_path: "../microbenchmarks/host_device" trace_dir: "../microbenchmarks/host_device/trace"