issues
search
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:
Fix the streamer Bug that one set of the data will lose when the
dataBuffer
is full
Rework the
DataRequestor
and
DataResponser
's IO
Comment Improvement
Rename some members within Class to follow the camelCase convention
Improving companion objects inside
DesignParams
by using function overloading
This PR does the following: