gem5/configs
Tony Gutierrez de72e36619 gpu-compute: support in-order data delivery in GM pipe
this patch adds an ordered response buffer to the GM pipeline
to ensure in-order data delivery. the buffer is implemented as
a stl ordered map, which sorts the request in program order by
using their sequence ID. when requests return to the GM pipeline
they are marked as done. only the oldest request may be serviced
from the ordered buffer, and only if is marked as done.

the FIFO response buffers are kept and used in OoO delivery mode
2016-10-26 22:48:28 -04:00
..
boot rcs scripts: remove bbench.rcS 2013-04-02 12:46:49 -04:00
common config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
dist config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
dram config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
example gpu-compute: support in-order data delivery in GM pipe 2016-10-26 22:48:28 -04:00
learning_gem5 config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
network ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00
ruby config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
splash2 config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
topologies ruby: Fix regressions and make Ruby configs Python packages 2016-10-13 03:17:19 -04:00