gem5/configs/example
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
..
arm config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
apu_se.py gpu-compute: support in-order data delivery in GM pipe 2016-10-26 22:48:28 -04:00
etrace_replay.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
fs.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
garnet_synth_traffic.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
hmctest.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00
memcheck.py config: Add missing point of coherency to memcheck script 2016-04-21 04:48:04 -04:00
memtest.py mem: Move the point of coherency to the coherent crossbar 2016-02-10 04:08:25 -05:00
read_config.py config: Added missing types to JSON/INI Python reader 2015-11-22 05:10:21 -05:00
ruby_direct_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_gpu_random_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_mem_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
ruby_random_test.py config: Break out base options for usage with NULL ISA 2016-10-26 14:50:54 -04:00
se.py config: Make configs/common a Python package 2016-10-14 10:37:38 -04:00