-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hello,
I'm testing few kernels on this framework and I have questions about your design.
- It seems StreamingEngine issues too many memory requests per cycle.
- src/cpu/gem_forge/accelerator/stream/stream_engine.cc:
StreamEngine::issueElements() module issues memory requests in for all readyElements (e.g., 16), however, issuing that many requests are impossible.
- When loading data from FIFO, checkValueReady is not correct
- src/cpu/gem_forge/accelerator/stream/stream_engine.cc:
StreamElement.isValueReady is used to check whether value is loaded to FIFO, and this state is marked True after memory response. This model only shows the ready state of first value on FIFO. In my opinion, this model should check the valid of each FIFO entry.
Metadata
Metadata
Assignees
Labels
No labels