Searched hist:11689 (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc11689:9d19bb965564 Wed Oct 26 22:46:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> ruby: make a RequestDesc class instead of std::pair

the RequestDesc was previously implemented as a std::pair, which made
the implementation overly complex and error prone. here we encapsulate the
packet, primary, and secondary types all in a single data structure with
all members properly intialized in a ctor
H A DGPUCoalescer.hh11689:9d19bb965564 Wed Oct 26 22:46:00 EDT 2016 Tony Gutierrez <anthony.gutierrez@amd.com> ruby: make a RequestDesc class instead of std::pair

the RequestDesc was previously implemented as a std::pair, which made
the implementation overly complex and error prone. here we encapsulate the
packet, primary, and secondary types all in a single data structure with
all members properly intialized in a ctor

Completed in 13 milliseconds