IO Round trip

The following IO round trip times are sampled by using a program with no compute on the Vollo accelerator from the Vollo runtime.

More specifically this Vollo accelerator program waits for the last input byte to arrive before it sends the first output byte back. This method takes into account some of the overheads (such as copying to the DMA buffer in the Vollo runtime) associated with IO and this test is set up to see how it scales with difference sizes of inputs and output values.

The following table shows the round trip times in μs on the IA420F board (similar times were observed on IA840F), each value is a bfloat16 (2 bytes), using fewer than 32 values gives the same times as 32 values:

out\in32641282565121024204840968192
322.02.02.12.02.12.32.63.24.5
642.02.02.02.12.22.42.63.24.5
1282.02.12.12.22.22.42.73.34.6
2562.12.12.22.22.32.42.73.34.7
5122.12.12.22.32.42.52.83.44.7
10242.32.32.42.42.52.62.93.54.9
20482.42.52.62.62.72.93.23.75.1
40962.93.03.03.03.23.33.64.25.5
81924.04.04.04.04.24.44.75.36.5

To reproduce these values on your own hardware run the provided benchmark script with environment variable RUN_IO_TEST=1.