Searched refs:inflightLoads (Results 1 - 2 of 2) sorted by relevance

/gem5/src/gpu-compute/
H A Dglobal_memory_pipeline.cc50 inflightLoads(0)
117 if (inflightLoads >= gmQueueSize) {
120 ++inflightLoads;
179 assert(inflightLoads > 0);
180 --inflightLoads;
H A Dglobal_memory_pipeline.hh141 int inflightLoads; member in class:GlobalMemPipeline

Completed in 5 milliseconds