gem5
v20.0.0.3
|
#include <GPUCoalescer.hh>
Public Member Functions | |
RequestDesc (PacketPtr pkt, RubyRequestType p_type, RubyRequestType s_type) | |
RequestDesc () | |
Public Attributes | |
PacketPtr | pkt |
RubyRequestType | primaryType |
RubyRequestType | secondaryType |
Definition at line 74 of file GPUCoalescer.hh.
|
inline |
Definition at line 77 of file GPUCoalescer.hh.
|
inline |
Definition at line 82 of file GPUCoalescer.hh.
PacketPtr RequestDesc::pkt |
Definition at line 87 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().
RubyRequestType RequestDesc::primaryType |
Definition at line 88 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().
RubyRequestType RequestDesc::secondaryType |
Definition at line 89 of file GPUCoalescer.hh.
Referenced by GPUCoalescer::completeIssue().