gem5
v21.0.0.0
|
#include <local_memory_pipeline.hh>
Classes | |
struct | LocalMemPipelineStats |
Public Member Functions | |
LocalMemPipeline (const ComputeUnitParams &p, ComputeUnit &cu) | |
void | exec () |
std::queue< GPUDynInstPtr > & | getLMRespFIFO () |
void | issueRequest (GPUDynInstPtr gpuDynInst) |
bool | isLMRespFIFOWrRdy () const |
bool | isLMReqFIFOWrRdy (uint32_t pendReqs=0) const |
const std::string & | name () const |
void | incLoadVRFBankConflictCycles (int num_cycles) |
Protected Attributes | |
LocalMemPipeline::LocalMemPipelineStats | stats |
Private Attributes | |
ComputeUnit & | computeUnit |
const std::string | _name |
int | lmQueueSize |
std::queue< GPUDynInstPtr > | lmIssuedRequests |
std::queue< GPUDynInstPtr > | lmReturnedRequests |
Definition at line 56 of file local_memory_pipeline.hh.
LocalMemPipeline::LocalMemPipeline | ( | const ComputeUnitParams & | p, |
ComputeUnit & | cu | ||
) |
Definition at line 44 of file local_memory_pipeline.cc.
void LocalMemPipeline::exec | ( | ) |
Definition at line 51 of file local_memory_pipeline.cc.
References Shader::coissue_return, computeUnit, DPRINTF, lmIssuedRequests, lmQueueSize, lmReturnedRequests, ComputeUnit::locMemToVrfBus, ArmISA::m, WaitClass::rdy(), Shader::ScheduleAdd(), ComputeUnit::sendToLds(), WaitClass::set(), ComputeUnit::shader, ComputeUnit::vectorSharedMemUnit, and MipsISA::w.
Referenced by ComputeUnit::exec().
|
inline |
Definition at line 61 of file local_memory_pipeline.hh.
References lmReturnedRequests.
|
inline |
Definition at line 81 of file local_memory_pipeline.hh.
References LocalMemPipeline::LocalMemPipelineStats::loadVrfBankConflictCycles, and stats.
|
inline |
Definition at line 73 of file local_memory_pipeline.hh.
References lmIssuedRequests, and lmQueueSize.
Referenced by ComputeUnit::isDone().
|
inline |
Definition at line 67 of file local_memory_pipeline.hh.
References lmQueueSize, and lmReturnedRequests.
Referenced by ComputeUnit::isDone().
void LocalMemPipeline::issueRequest | ( | GPUDynInstPtr | gpuDynInst | ) |
Definition at line 121 of file local_memory_pipeline.cc.
References curTick(), and lmIssuedRequests.
|
inline |
Definition at line 78 of file local_memory_pipeline.hh.
References _name.
|
private |
Definition at line 88 of file local_memory_pipeline.hh.
Referenced by name().
|
private |
Definition at line 87 of file local_memory_pipeline.hh.
Referenced by exec().
|
private |
Definition at line 93 of file local_memory_pipeline.hh.
Referenced by exec(), isLMReqFIFOWrRdy(), and issueRequest().
|
private |
Definition at line 89 of file local_memory_pipeline.hh.
Referenced by exec(), isLMReqFIFOWrRdy(), and isLMRespFIFOWrRdy().
|
private |
Definition at line 97 of file local_memory_pipeline.hh.
Referenced by exec(), getLMRespFIFO(), and isLMRespFIFOWrRdy().
|
protected |
Referenced by incLoadVRFBankConflictCycles().