KULeuven-MICAS / snax_cluster

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

Fix Streamer Bug #305

Closed IveanEx closed 2 months ago

IveanEx commented 2 months ago

This PR does the following:

  1. Fix the streamer Bug that one set of the data will lose when the dataBuffer is full
  2. Rework the DataRequestor and DataResponser's IO
  3. Comment Improvement
  4. Rename some members within Class to follow the camelCase convention
  5. Improving companion objects inside DesignParams by using function overloading