Skip to content

Commit be12de0

Browse files
committed
Add --numactl_bind flag to H2D benchmark script
1 parent ef5ad1c commit be12de0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Ironwood/scripts/run_host_device_benchmark.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ usage() {
1313
echo " --config <path> Path to specific config file (optional)"
1414
echo " --numactl_bind Run with numactl --cpunodebind=0 --membind=0"
1515
echo " --interleaved Run with numactl --interleave=all"
16+
echo " --numactl_bind Run with numactl --cpunodebind=0 --membind=0"
1617
echo " --help Show this help message"
1718
exit 1
1819
}

0 commit comments

Comments
 (0)