KULeuven-MICAS / snax_cluster

A heterogeneous accelerator-centric compute cluster
Apache License 2.0
11 stars 10 forks source link

Improved Reader #352

Closed IveanEx closed 2 months ago

IveanEx commented 2 months ago

This PR improves the reader of streamer to fetch data more aggressively when the FIFO is full. Everytime when the receiver gives permission to transmit the data, the request for the subsequent data is immediately launched. When there is no contention, the buffer can be kept always full.

jorendumoulin commented 2 months ago

Why does this remove 400+ lines of tests?

IveanEx commented 2 months ago

Why does this remove 400+ lines of tests?

Because the old unit test does not compatible with the new fifo anymore